File tree 12 files changed +22
-22
lines changed
Raven.SQDev.SQFEditor/META-INF
Raven.SQDev.Util/META-INF
Raven.SQDev.Wizards/META-INF
RavenSQDev.Preferences/META-INF
12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
3
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
4
- <classpathentry exported = " true " kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
4
+ <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
5
<classpathentry kind =" src" path =" src" />
6
6
<classpathentry kind =" output" path =" bin" />
7
7
</classpath >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Editors
4
4
Bundle-SymbolicName : raven.sqdev.editors;singleton:=true
5
- Bundle-Version : 0.7.2.dev2
5
+ Bundle-Version : 0.7.2.stable
6
6
Bundle-Activator : raven.sqdev.editors.activator.Activator
7
7
Require-Bundle : org.eclipse.ui,
8
8
org.eclipse.core.runtime,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Misc
4
4
Bundle-SymbolicName : raven.sqdev.misc;singleton:=true
5
- Bundle-Version : 0.7.0.dev2
5
+ Bundle-Version : 0.7.0.stable
6
6
Bundle-Activator : raven.sqdev.activator.Activator
7
7
Require-Bundle : org.eclipse.core.runtime,
8
8
org.eclipse.swt,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : SQFEditor
4
4
Bundle-SymbolicName : raven.sqdev.editors.sqfeditor;singleton:=true
5
- Bundle-Version : 0.7.5.dev
5
+ Bundle-Version : 0.7.5.stable
6
6
Bundle-Activator : raven.sqdev.activator.Activator
7
7
Bundle-Vendor : Raven
8
8
Require-Bundle : org.eclipse.ui,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : UI
4
4
Bundle-SymbolicName : raven.sqdev.ui;singleton:=true
5
- Bundle-Version : 0.3.2.dev4
5
+ Bundle-Version : 0.3.2.stable
6
6
Bundle-Activator : raven.sqdev.ui.Activator
7
7
Bundle-Vendor : Raven
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Util
4
4
Bundle-SymbolicName : raven.sqdev.util;singleton:=true
5
- Bundle-Version : 0.7.3.dev2
5
+ Bundle-Version : 0.7.3.stable
6
6
Bundle-Activator : raven.sqdev.activator.Activator
7
7
Bundle-Vendor : Raven
8
8
Require-Bundle : org.eclipse.core.runtime,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Wizards
4
4
Bundle-SymbolicName : raven.sqdev.wizards;singleton:=true
5
- Bundle-Version : 0.3.5.dev3
5
+ Bundle-Version : 0.3.5.stable
6
6
Bundle-Activator : raven.sqdev.wizards.activator.Activator
7
7
Bundle-Vendor : Raven
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" raven.sqdev"
4
4
label =" SQDev"
5
- version =" 0.7.5.dev4 "
5
+ version =" 0.7.5.stable "
6
6
provider-name =" Raven" >
7
7
8
8
<description url =" http://krzmbrzl.github.io/SQDev/" >
9
9
SQDev provides a set of features to facilitate the development
10
- of scripts for the ArmA series.
10
+ of scripts for the Arma series.
11
11
</description >
12
12
13
13
<license url =" https://github.com/Krzmbrzl/SQDev/blob/master/licence.md" >
@@ -78,59 +78,59 @@ POSSIBILITY OF SUCH DAMAGE.
78
78
<import plugin =" org.eclipse.ui.workbench" />
79
79
<import plugin =" org.eclipse.swt" />
80
80
<import plugin =" org.eclipse.core.filesystem" version =" 1.4.100" match =" greaterOrEqual" />
81
- <import plugin =" org.eclipse.ui.navigator " />
82
- <import plugin =" org.eclipse.jdt. core" />
83
- <import plugin =" org.eclipse.jdt.ui " />
84
- <import plugin =" org.eclipse.search " />
81
+ <import plugin =" org.junit " />
82
+ <import plugin =" org.eclipse.core.jobs " />
83
+ <import plugin =" org.eclipse.equinox.preferences " />
84
+ <import plugin =" org.eclipse.text " />
85
85
</requires >
86
86
87
87
<plugin
88
88
id =" raven.sqdev.editors.sqfeditor"
89
89
download-size =" 0"
90
90
install-size =" 0"
91
- version =" 0.7.5.dev "
91
+ version =" 0.0.0 "
92
92
unpack =" false" />
93
93
94
94
<plugin
95
95
id =" raven.sqdev.util"
96
96
download-size =" 0"
97
97
install-size =" 0"
98
- version =" 0.7.3.dev2 "
98
+ version =" 0.0.0 "
99
99
unpack =" false" />
100
100
101
101
<plugin
102
102
id =" raven.sqdev.wizards"
103
103
download-size =" 0"
104
104
install-size =" 0"
105
- version =" 0.3.5.dev3 "
105
+ version =" 0.0.0 "
106
106
unpack =" false" />
107
107
108
108
<plugin
109
109
id =" raven.sqdev.preferences"
110
110
download-size =" 0"
111
111
install-size =" 0"
112
- version =" 0.5.5 "
112
+ version =" 0.0.0 "
113
113
unpack =" false" />
114
114
115
115
<plugin
116
116
id =" raven.sqdev.misc"
117
117
download-size =" 0"
118
118
install-size =" 0"
119
- version =" 0.7.0.dev2 "
119
+ version =" 0.0.0 "
120
120
unpack =" false" />
121
121
122
122
<plugin
123
123
id =" raven.sqdev.ui"
124
124
download-size =" 0"
125
125
install-size =" 0"
126
- version =" 0.3.2.dev4 "
126
+ version =" 0.0.0 "
127
127
unpack =" false" />
128
128
129
129
<plugin
130
130
id =" raven.sqdev.editors"
131
131
download-size =" 0"
132
132
install-size =" 0"
133
- version =" 0.7.2.dev2 "
133
+ version =" 0.0.0 "
134
134
unpack =" false" />
135
135
136
136
</feature >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Preferences
4
4
Bundle-SymbolicName : raven.sqdev.preferences;singleton:=true
5
- Bundle-Version : 0.5.5
5
+ Bundle-Version : 0.5.6.stable
6
6
Bundle-Activator : raven.sqdev.preferences.activator.Activator
7
7
Bundle-Vendor : Raven
8
8
Require-Bundle : org.eclipse.ui,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <feature url =" features/raven.sqdev_0.7.5.dev4 .jar" id =" raven.sqdev" version =" 0.7.5.dev4 " >
3
+ <feature url =" features/raven.sqdev_0.7.5.stable .jar" id =" raven.sqdev" version =" 0.7.5.stable " >
4
4
<category name =" Raven.SQDev" />
5
5
</feature >
6
6
<category-def name =" Raven.SQDev" label =" SQDev" />
You can’t perform that action at this time.
0 commit comments