Skip to content

Commit c25a637

Browse files
author
oncereply
committed
0.1.5,bug,修改Dependencies里依赖的org.eclipse.debug.ui版本号
1 parent b3ac46f commit c25a637

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

org.nodeclipse.debug/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Nodeclipse
44
Bundle-SymbolicName: org.nodeclipse.debug; singleton:=true
5-
Bundle-Version: 0.1.4
5+
Bundle-Version: 0.1.5
66
Bundle-Activator: org.nodeclipse.debug.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,

org.nodeclipse.feature/feature.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.nodeclipse"
44
label="Nodeclipse"
5-
version="0.1.4">
5+
version="0.1.5">
66

77
<description url="http://www.nodeclipse.org/">
88
node.js language support
@@ -225,14 +225,14 @@ http://www.apache.org/licenses/
225225
id="org.nodeclipse.debug"
226226
download-size="0"
227227
install-size="0"
228-
version="0.1.4"
228+
version="0.1.5"
229229
unpack="false"/>
230230

231231
<plugin
232232
id="org.nodeclipse.ui"
233233
download-size="0"
234234
install-size="0"
235-
version="0.1.4"
235+
version="0.1.5"
236236
unpack="false"/>
237237

238238
</feature>

org.nodeclipse.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Nodeclipse
44
Bundle-SymbolicName: org.nodeclipse.ui;singleton:=true
5-
Bundle-Version: 0.1.4
5+
Bundle-Version: 0.1.5
66
Bundle-Activator: org.nodeclipse.ui.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,

0 commit comments

Comments
 (0)