Skip to content
Snippets Groups Projects
Commit e5efe99a authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

dependencies fixed

parent fb41ab06
Branches
No related tags found
No related merge requests found
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<classpathentry exported="true" kind="lib" path="lib/ext/antlr-2.7.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/ext/antlr-2.7.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ext/asm-4.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/ext/asm-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ext/groovy-2.0.5.jar"/> <classpathentry exported="true" kind="lib" path="lib/ext/groovy-2.0.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ext/xmlpull-1.1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ext/xstream-1.4.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<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="lib" path="lib/ext/xpp3_min-1.1.4c.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
...@@ -18,28 +18,7 @@ Bundle-ActivationPolicy: lazy ...@@ -18,28 +18,7 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-BuddyPolicy: registered Eclipse-BuddyPolicy: registered
Bundle-Vendor: HHU Düsseldorf STUPS Group Bundle-Vendor: HHU Düsseldorf STUPS Group
Export-Package: com.thoughtworks.xstream, Export-Package: de.bmotionstudio.gef.editor;
com.thoughtworks.xstream.annotations,
com.thoughtworks.xstream.converters,
com.thoughtworks.xstream.converters.basic,
com.thoughtworks.xstream.converters.collections,
com.thoughtworks.xstream.converters.enums,
com.thoughtworks.xstream.converters.extended,
com.thoughtworks.xstream.converters.javabean,
com.thoughtworks.xstream.converters.reflection,
com.thoughtworks.xstream.core,
com.thoughtworks.xstream.core.util,
com.thoughtworks.xstream.io,
com.thoughtworks.xstream.io.binary,
com.thoughtworks.xstream.io.copy,
com.thoughtworks.xstream.io.json,
com.thoughtworks.xstream.io.naming,
com.thoughtworks.xstream.io.path,
com.thoughtworks.xstream.io.xml,
com.thoughtworks.xstream.io.xml.xppdom,
com.thoughtworks.xstream.mapper,
com.thoughtworks.xstream.persistence,
de.bmotionstudio.gef.editor;
uses:="org.eclipse.jface.wizard, uses:="org.eclipse.jface.wizard,
org.eclipse.core.runtime, org.eclipse.core.runtime,
de.prob.core, de.prob.core,
...@@ -166,10 +145,7 @@ Export-Package: com.thoughtworks.xstream, ...@@ -166,10 +145,7 @@ Export-Package: com.thoughtworks.xstream,
de.bmotionstudio.gef.editor.model, de.bmotionstudio.gef.editor.model,
org.eclipse.swt.widgets, org.eclipse.swt.widgets,
de.bmotionstudio.gef.editor" de.bmotionstudio.gef.editor"
Bundle-ClassPath: lib/ext/xpp3_min-1.1.4c.jar, Bundle-ClassPath: .,
.,
lib/ext/xstream-1.4.3.jar,
lib/ext/xmlpull-1.1.3.1.jar,
lib/ext/groovy-2.0.5.jar, lib/ext/groovy-2.0.5.jar,
lib/ext/asm-4.0.jar, lib/ext/asm-4.0.jar,
lib/ext/antlr-2.7.7.jar lib/ext/antlr-2.7.7.jar
...@@ -5,10 +5,5 @@ bin.includes = plugin.xml,\ ...@@ -5,10 +5,5 @@ bin.includes = plugin.xml,\
.,\ .,\
icons/,\ icons/,\
schema/,\ schema/,\
lib/,\ lib/ext/
lib/ext/xstream-1.4.3.jar,\
lib/ext/xmlpull-1.1.3.1.jar,\
lib/ext/groovy-2.0.5.jar,\
lib/ext/asm-4.0.jar,\
lib/ext/antlr-2.7.7.jar
File deleted
File deleted
File deleted
File deleted
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.2.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/xmlpull-1.1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/xpp3_min-1.1.4c.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.8-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.8-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.8-SNAPSHOT.jar"/>
......
...@@ -11,7 +11,28 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", ...@@ -11,7 +11,28 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir Eclipse-BundleShape: dir
Bundle-Vendor: HHU Düsseldorf STUPS Group Bundle-Vendor: HHU Düsseldorf STUPS Group
Export-Package: de.be4.classicalb.core.parser, Export-Package: com.thoughtworks.xstream,
com.thoughtworks.xstream.annotations,
com.thoughtworks.xstream.converters,
com.thoughtworks.xstream.converters.basic,
com.thoughtworks.xstream.converters.collections,
com.thoughtworks.xstream.converters.enums,
com.thoughtworks.xstream.converters.extended,
com.thoughtworks.xstream.converters.javabean,
com.thoughtworks.xstream.converters.reflection,
com.thoughtworks.xstream.core,
com.thoughtworks.xstream.core.util,
com.thoughtworks.xstream.io,
com.thoughtworks.xstream.io.binary,
com.thoughtworks.xstream.io.copy,
com.thoughtworks.xstream.io.json,
com.thoughtworks.xstream.io.naming,
com.thoughtworks.xstream.io.path,
com.thoughtworks.xstream.io.xml,
com.thoughtworks.xstream.io.xml.xppdom,
com.thoughtworks.xstream.mapper,
com.thoughtworks.xstream.persistence,
de.be4.classicalb.core.parser,
de.be4.classicalb.core.parser.analysis, de.be4.classicalb.core.parser.analysis,
de.be4.classicalb.core.parser.analysis.checking, de.be4.classicalb.core.parser.analysis.checking,
de.be4.classicalb.core.parser.analysis.pragma, de.be4.classicalb.core.parser.analysis.pragma,
...@@ -103,4 +124,7 @@ Bundle-ClassPath: ., ...@@ -103,4 +124,7 @@ Bundle-ClassPath: .,
lib/dependencies/parserbase-2.4.8-SNAPSHOT.jar, lib/dependencies/parserbase-2.4.8-SNAPSHOT.jar,
lib/dependencies/prologlib-2.4.8-SNAPSHOT.jar, lib/dependencies/prologlib-2.4.8-SNAPSHOT.jar,
lib/dependencies/unicode-2.4.8-SNAPSHOT.jar, lib/dependencies/unicode-2.4.8-SNAPSHOT.jar,
lib/dependencies/xstream-1.2.2.jar lib/dependencies/commons-codec-1.6.jar,
lib/dependencies/xmlpull-1.1.3.1.jar,
lib/dependencies/xpp3_min-1.1.4c.jar,
lib/dependencies/xstream-1.4.3.jar
...@@ -14,4 +14,5 @@ dependencies { ...@@ -14,4 +14,5 @@ dependencies {
compile 'jgrapht:jgrapht:0.8.3' compile 'jgrapht:jgrapht:0.8.3'
compile 'commons-lang:commons-lang:2.6' compile 'commons-lang:commons-lang:2.6'
compile 'commons-codec:commons-codec:1.6' compile 'commons-codec:commons-codec:1.6'
compile 'com.thoughtworks.xstream:xstream:1.4.3'
} }
\ No newline at end of file
...@@ -5,6 +5,9 @@ bin.includes = META-INF/,\ ...@@ -5,6 +5,9 @@ bin.includes = META-INF/,\
.,\ .,\
prob/,\ prob/,\
lib/,\ lib/,\
lib/dependencies/xstream-1.2.2.jar lib/dependencies/commons-codec-1.6.jar,\
lib/dependencies/xmlpull-1.1.3.1.jar,\
lib/dependencies/xpp3_min-1.1.4c.jar,\
lib/dependencies/xstream-1.4.3.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment