Skip to content
Snippets Groups Projects
Commit b33119a1 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

fix classpathes

parent c8929457
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
<classpathentry exported="true" kind="lib" path="lib/jsr305-1.3.9.jar"/> <classpathentry exported="true" kind="lib" path="lib/jsr305-1.3.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/parserbase-2.4.22-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/parserbase-2.4.22-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/prologlib-2.4.22-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/prologlib-2.4.22-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bparser-2.4.28-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/parserbase-2.4.28-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/prologlib-2.4.28-SNAPSHOT.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
......
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
...@@ -16,7 +16,8 @@ Require-Bundle: org.eventb.texttools;bundle-version="[2.0.0,3.1.0)";visibility:= ...@@ -16,7 +16,8 @@ Require-Bundle: org.eventb.texttools;bundle-version="[2.0.0,3.1.0)";visibility:=
org.eclipse.ui.ide;bundle-version="[3.8.2,4.0.0)", org.eclipse.ui.ide;bundle-version="[3.8.2,4.0.0)",
org.rodinp.keyboard.ui;bundle-version="[2.0.0,3.0.0)", org.rodinp.keyboard.ui;bundle-version="[2.0.0,3.0.0)",
org.eclipse.ui.workbench.texteditor, org.eclipse.ui.workbench.texteditor,
org.eventb.texteditor.parsers;bundle-version="1.0.0" org.eventb.texteditor.parsers;bundle-version="1.0.0",
org.eclipse.core.resources;bundle-version="3.8.1"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: lib/commons-lang-2.4.jar, Bundle-ClassPath: lib/commons-lang-2.4.jar,
......
...@@ -4,10 +4,5 @@ ...@@ -4,10 +4,5 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src_generated"/> <classpathentry kind="src" path="src_generated"/>
<classpathentry kind="lib" path="lib/EventBParser.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.22-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/jsr305-1.3.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.4.22-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.4.22-SNAPSHOT.jar"/>
</classpath> </classpath>
...@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.6.0,4.0.0)", ...@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.compare;bundle-version="[1.2.2,2.0.0)", org.eclipse.emf.compare;bundle-version="[1.2.2,2.0.0)",
org.eclipse.emf.compare.diff;bundle-version="[1.2.2,2.0.0)", org.eclipse.emf.compare.diff;bundle-version="[1.2.2,2.0.0)",
org.eclipse.emf.compare.match;bundle-version="[1.2.2,2.0.0)", org.eclipse.emf.compare.match;bundle-version="[1.2.2,2.0.0)",
org.eclipse.core.resources;bundle-version="[3.8.1,4.0.0)";visibility:=reexport, org.eclipse.core.resources;bundle-version="[3.8.1,4.0.0)",
org.eclipse.emf.ecore, org.eclipse.emf.ecore,
org.eventb.texteditor.parsers;bundle-version="1.0.0" org.eventb.texteditor.parsers;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment