Skip to content
Snippets Groups Projects
Commit be16f3f1 authored by dgelessus's avatar dgelessus
Browse files

Download Groovy from Maven Central instead of using jars in repo

parent a1da71fa
No related branches found
No related tags found
No related merge requests found
Pipeline #116217 passed
......@@ -57,6 +57,7 @@ project(":de.bmotionstudio.gef.editor") {
// hardcode a specific MXParser version here.
// It *should* be safe to update this when a new version is released.
implementation group: "io.github.x-stream", name: "mxparser", version: "1.2.2"
implementation group: "org.codehaus.groovy", name: "groovy", version: "2.0.5"
}
}
......
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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/groovy-2.0.5.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"/>
<classpathentry kind="output" path="bin"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/antlr-2.7.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/asm-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/asm-analysis-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/asm-commons-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/asm-tree-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/asm-util-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/groovy-2.0.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/mxparser-1.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/xmlpull-1.1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.20.jar"/>
......
......@@ -149,9 +149,13 @@ Export-Package: de.bmotionstudio.gef.editor;
org.eclipse.swt.widgets,
de.bmotionstudio.gef.editor"
Bundle-ClassPath: .,
lib/dependencies/antlr-2.7.7.jar,
lib/dependencies/asm-4.0.jar,
lib/dependencies/asm-analysis-4.0.jar,
lib/dependencies/asm-commons-4.0.jar,
lib/dependencies/asm-tree-4.0.jar,
lib/dependencies/asm-util-4.0.jar,
lib/dependencies/groovy-2.0.5.jar,
lib/dependencies/mxparser-1.2.2.jar,
lib/dependencies/xmlpull-1.1.3.1.jar,
lib/dependencies/xstream-1.4.20.jar,
lib/ext/groovy-2.0.5.jar,
lib/ext/asm-4.0.jar,
lib/ext/antlr-2.7.7.jar
lib/dependencies/xstream-1.4.20.jar
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment