Skip to content

Commit 045e47a

Browse files
committed
replacing use of embedded jdom jar by a version from app4mc
see #32
1 parent 0cb2d19 commit 045e47a

File tree

9 files changed

+7
-66
lines changed

9 files changed

+7
-66
lines changed

framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry exported="true" kind="lib" path="lib/jdom-2.0.5.jar" sourcepath="lib/jdom-2.0.5-sources.jar"/>
76
<classpathentry kind="output" path="bin"/>
87
</classpath>

framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/META-INF/MANIFEST.MF

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: ExecutionFrmaework Language Workbench UI
3+
Bundle-Name: ExecutionFramework Language Workbench UI
44
Bundle-SymbolicName: org.eclipse.gemoc.xdsmlframework.ide.ui;singleton:=true
55
Bundle-Version: 2.3.0.qualifier
66
Bundle-Activator: org.eclipse.gemoc.xdsmlframework.ide.ui.Activator
@@ -22,13 +22,11 @@ Require-Bundle: org.eclipse.core.runtime,
2222
org.eclipse.jdt.ui,
2323
org.eclipse.ui.console,
2424
org.eclipse.debug.ui,
25-
org.eclipse.emf.ecoretools.design.ui;bundle-version="3.0.0"
25+
org.eclipse.emf.ecoretools.design.ui;bundle-version="3.0.0",
26+
org.jdom2;bundle-version="2.0.6"
2627
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2728
Bundle-ActivationPolicy: lazy
28-
Bundle-ClassPath: lib/jaxen-1.1.6.jar,
29-
lib/jdom-2.0.5.jar,
30-
lib/xercesImpl.jar,
31-
.
29+
Bundle-ClassPath: .
3230
Export-Package: org.eclipse.gemoc.xdsmlframework.ide.ui,
3331
org.eclipse.gemoc.xdsmlframework.ide.ui.builder.pde,
3432
org.eclipse.gemoc.xdsmlframework.ide.ui.commands,

framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ source.. = src
1212
output.. = bin
1313
bin.includes = META-INF/,\
1414
.,\
15-
lib/jdom-2.0.5.jar,\
1615
plugin.xml,\
1716
icons/,\
1817
about.html

framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/lib/jdom-2.0.5.LICENSE

Lines changed: 0 additions & 54 deletions
This file was deleted.
Binary file not shown.

trace/commons/plugins/org.eclipse.gemoc.trace.commons/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<classpathentry kind="src" path="xtend-gen"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry exported="true" kind="lib" path="lib/jdom-2.0.5.jar"/>
76
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
87
<classpathentry kind="output" path="bin"/>
98
</classpath>

trace/commons/plugins/org.eclipse.gemoc.trace.commons/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Require-Bundle: com.google.guava,
2121
org.eclipse.xtend.ide,
2222
org.eclipse.jdt.core,
2323
org.eclipse.jface.text,
24-
org.eclipse.emf.codegen.ecore;bundle-version="2.10.2"
25-
Bundle-ClassPath: lib/jdom-2.0.5.jar,
26-
.
24+
org.eclipse.emf.codegen.ecore;bundle-version="2.10.2",
25+
org.jdom2;bundle-version="2.0.6"
26+
Bundle-ClassPath: .
2727
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2828

Binary file not shown.

0 commit comments

Comments
 (0)