Skip to content

Commit

Permalink
restore libraries for groovy-scripting nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
niederle committed Jul 18, 2018
1 parent 72852d4 commit f3ba2f6
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
7 changes: 7 additions & 0 deletions de.mpicbg.knime.scripting.libs/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/asm-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-analysis-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-commons-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-tree-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-util-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
Expand Down
35 changes: 33 additions & 2 deletions de.mpicbg.knime.scripting.libs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,27 @@ Bundle-ClassPath: .,
lib/swing-layout-1.0.3.jar,
lib/swing-worker-1.1.jar,
lib/xercesImpl.jar,
lib/xstream-1.3.1.jar
Export-Package: at.ac.arcs.rgg,
lib/xstream-1.3.1.jar,
lib/antlr-2.7.7.jar,
lib/asm-3.2.jar,
lib/asm-analysis-3.2.jar,
lib/asm-commons-3.2.jar,
lib/asm-tree-3.2.jar,
lib/asm-util-3.2.jar,
lib/commons-io-2.4.jar
Export-Package: antlr,
antlr.ASdebug,
antlr.actions.cpp,
antlr.actions.csharp,
antlr.actions.java,
antlr.actions.python,
antlr.build,
antlr.collections,
antlr.collections.impl,
antlr.debug,
antlr.debug.misc,
antlr.preprocessor,
at.ac.arcs.rgg,
at.ac.arcs.rgg.builder,
at.ac.arcs.rgg.component,
at.ac.arcs.rgg.element,
Expand Down Expand Up @@ -143,6 +162,12 @@ Export-Package: at.ac.arcs.rgg,
org.apache.commons.configuration.plist,
org.apache.commons.configuration.reloading,
org.apache.commons.configuration.web,
org.apache.commons.io,
org.apache.commons.io.comparator,
org.apache.commons.io.filefilter,
org.apache.commons.io.input,
org.apache.commons.io.monitor,
org.apache.commons.io.output,
org.apache.commons.lang,
org.apache.commons.lang.builder,
org.apache.commons.lang.enum,
Expand Down Expand Up @@ -272,6 +297,12 @@ Export-Package: at.ac.arcs.rgg,
org.jdesktop.swingbinding.adapters,
org.jdesktop.swingbinding.impl,
org.jdesktop.swingworker,
org.objectweb.asm,
org.objectweb.asm.commons,
org.objectweb.asm.signature,
org.objectweb.asm.tree,
org.objectweb.asm.tree.analysis,
org.objectweb.asm.util,
org.rosuda.REngine,
org.rosuda.REngine.Rserve,
org.rosuda.REngine.Rserve.protocol,
Expand Down
9 changes: 8 additions & 1 deletion de.mpicbg.knime.scripting.libs/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ bin.includes = META-INF/,\
lib/swing-layout-1.0.3.jar,\
lib/swing-worker-1.1.jar,\
lib/xercesImpl.jar,\
lib/xstream-1.3.1.jar
lib/xstream-1.3.1.jar,\
lib/antlr-2.7.7.jar,\
lib/asm-3.2.jar,\
lib/asm-analysis-3.2.jar,\
lib/asm-commons-3.2.jar,\
lib/asm-tree-3.2.jar,\
lib/asm-util-3.2.jar,\
lib/commons-io-2.4.jar

0 comments on commit f3ba2f6

Please sign in to comment.