-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdate-center.xml
117 lines (113 loc) · 6.93 KB
/
update-center.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<updates version="2.0" xmlns="http://xmlns.oracle.com/jdeveloper/updatecenter" xmlns:u="http://xmlns.oracle.com/jdeveloper/update">
<update id="oracle.db.example.sqldeveloper.extension.contextMenuAction" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>Context Menu Action</name>
<version>18.1.0.18.093.2202</version>
<author>Oracle Examples</author>
<author-url>https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension</author-url>
<description>Example context menu action on FUNCTION, PROCEURE code editor to insert static string</description>
<requirements>
<requires-extension id="oracle.sqldeveloper" minVersion="18.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.example.sqldeveloper.extension.contextMenuAction-18.1.0.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
<update id="oracle.db.example.sqldeveloper.extension.dependency" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>Example Dependency Viewer</name>
<version>18.1.0.18.093.2202</version>
<author>Oracle Examples</author>
<author-url>https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension</author-url>
<description>Object viewer(s) for dependency analysis</description>
<requirements> <requires-agreement url="https://www.eclipse.org/legal/epl-v10.html"/>
<requires-extension id="oracle.sqldeveloper" minVersion="18.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.example.sqldeveloper.extension.dependency-18.1.0.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
<update id="oracle.db.example.sqldeveloper.extension.dumpObjectTypes" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>Dump Object Types Action</name>
<version>18.1.0.18.093.2202</version>
<author>Oracle Examples</author>
<author-url>https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension</author-url>
<description>Object action to dump an object type list as INFO to log window.</description>
<requirements>
<requires-extension id="oracle.sqldeveloper" minVersion="18.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.example.sqldeveloper.extension.dumpObjectTypes-18.1.0.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
<update id="oracle.db.examples.sqldeveloper.extension.favorites" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>Oracle SQL Developer - Simple Favorites Support</name>
<version>18.3.0.18.093.2202</version>
<author>Brian Jeffries</author>
<author-url>https://github.com/bjeffrie/oracle-db-examples/tree/master/sqldeveloper/extension/xml/favorites</author-url>
<description>Extension to add simple favorites. See https://github.com/bjeffrie/oracle-db-examples/tree/master/sqldeveloper/extension/xml/favorites for usage information and caveats.</description>
<requirements>
<requires-extension id="oracle.sqldeveloper" minVersion="18.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.examples.sqldeveloper.extension.favorites-18.3.0.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
<update id="oracle.db.examples.sqldeveloper.xml.packaged" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>XML Extension Examples</name>
<version>18.1.0.18.093.2202</version>
<author>Oracle Examples</author>
<author-url>https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension</author-url>
<description>Extension examples using XML declarations</description>
<requirements>
<requires-extension id="oracle.sqldeveloper" minVersion="18.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.examples.sqldeveloper.xml.packaged-18.1.0.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
<update id="oracle.db.example.sqldeveloper.extension.connectionHelper" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>Connection Helper</name>
<version>20.1.0.20.071.1342</version>
<author>Oracle Examples</author>
<author-url>https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension/java/ConnectionHelper</author-url>
<description>Example to accept connection info from the command line or via a SocketServer</description>
<requirements>
<requires-extension id="oracle.sqldeveloper" minVersion="20.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.example.sqldeveloper.extension.connectionHelper-20.1.0.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
<update id="oracle.db.example.sqldeveloper.extension.connectionHelper" xmlns="http://xmlns.oracle.com/jdeveloper/update">
<name>Connection Helper</name>
<version>20.1.1.20.071.1342</version>
<author>Oracle Examples</author>
<author-url>https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension/java/ConnectionHelper</author-url>
<description>Example to accept connection info from the command line or via a SocketServer</description>
<requirements>
<requires-extension id="oracle.sqldeveloper" minVersion="20.1.0"/>
</requirements>
<bundle-url>
https://raw.githubusercontent.com/bjeffrie/sqldev-update-center/master/oracle.db.example.sqldeveloper.extension.connectionHelper-20.1.1.zip
</bundle-url>
<destination>${oracle.home}</destination>
</update>
</updates>