-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathbundle.xml
More file actions
13 lines (13 loc) · 585 Bytes
/
bundle.xml
File metadata and controls
13 lines (13 loc) · 585 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<update-bundle version="1.0"
xmlns="http://xmlns.oracle.com/jdeveloper/updatebundle" xmlns:u="http://xmlns.oracle.com/jdeveloper/update">
<u:update id="org.utplsql.sqldev">
<u:name>#EXTENSION_NAME#</u:name>
<u:version>#EXTENSION_VERSION#</u:version>
<u:author>#EXTENSION_OWNER#</u:author>
<u:author-url>http://utplsql.org/</u:author-url>
<u:description><![CDATA[#EXTENSION_DESCRIPTION#]]></u:description>
<u:requirements>
<u:requires-extension id="oracle.sqldeveloper" minVersion="#MIN_SQLDEV_VERSION#"/>
</u:requirements>
</u:update>
</update-bundle>