Skip to content

Commit

Permalink
Update the Groovy plugin to 4.0.25
Browse files Browse the repository at this point in the history
for #1608
  • Loading branch information
eric-milles committed Jan 23, 2025
1 parent e1f88b9 commit f9c1d6b
Show file tree
Hide file tree
Showing 57 changed files with 147 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected String[] getDefaultClassPaths() {
String[] cps = super.getDefaultClassPaths();
String[] newcps = Arrays.copyOf(cps, cps.length + 2);

String[] groovyVersions = {"5.0.0", "4.0.24", "3.0.23-indy"};
String[] groovyVersions = {"5.0.0", "4.0.25", "3.0.23-indy"};
String[] ivyVersions = {"2.5.3", "2.5.2", "2.5.1", "2.5.0"};
try {
URL groovyJar = null;
Expand Down
4 changes: 2 additions & 2 deletions base/org.codehaus.groovy30/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<classpathentry kind="src" path="src" output="bin" />
<classpathentry kind="src" path="src-trace" output="bin-trace" />

<classpathentry kind="lib" path="lib/ivy-2.5.2.jar" sourcepath="lib/ivy-2.5.2-sources.jar" exported="true">
<classpathentry kind="lib" path="lib/ivy-2.5.3.jar" sourcepath="lib/ivy-2.5.3-sources.jar" exported="true">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy30/lib/ivy-2.5.2-javadoc.jar!/" />
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy30/lib/ivy-2.5.3-javadoc.jar!/" />
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/groovy-3.0.23-indy.jar" sourcepath="lib/groovy-3.0.23-sources.jar" exported="true">
Expand Down
2 changes: 1 addition & 1 deletion base/org.codehaus.groovy30/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 3.0.23.qualifier
Bundle-ClassPath: eclipse-trace.jar,
groovy-eclipse.jar,
lib/ivy-2.5.2.jar,
lib/ivy-2.5.3.jar,
lib/groovy-3.0.23-indy.jar,
lib/groovy-test-3.0.23-indy.jar
Export-Package: groovy.beans;version="3.0.23",
Expand Down
6 changes: 3 additions & 3 deletions base/org.codehaus.groovy30/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ <h4>groovy-test-3.0.23-indy.jar</h4>
<li>License text: <a href="about_files/asl2-license.txt">asl2-license.txt</a></li>
</ul>

<h4>ivy-2.5.2.jar</h4>
<h4>ivy-2.5.3.jar</h4>

<ul>
<li>Obtained from: <a href="https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.zip">https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.zip</a></li>
<li>Sources available at: <a href="https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-src.zip">https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-src.zip</a></li>
<li>Obtained from: <a href="https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-bin.zip">https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-bin.zip</a></li>
<li>Sources available at: <a href="https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-src.zip">https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-src.zip</a></li>
<li>License kind: ASL</li>
<li>License URL: <a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a></li>
<li>License text: <a href="about_files/asl2-license.txt">asl2-license.txt</a></li>
Expand Down
2 changes: 1 addition & 1 deletion base/org.codehaus.groovy30/build.antlr4x
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<element name="dependencies" implicit="true" />

<sequential xmlns:ivy="antlib:org.apache.ivy.ant">
<taskdef classpath="../lib/ivy-2.5.2.jar"
<taskdef classpath="../lib/ivy-2.5.3.jar"
resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant">
</taskdef>

Expand Down
2 changes: 1 addition & 1 deletion base/org.codehaus.groovy30/build.bridger
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<element name="dependencies" implicit="true" />

<sequential xmlns:ivy="antlib:org.apache.ivy.ant">
<taskdef classpath="../lib/ivy-2.5.2.jar"
<taskdef classpath="../lib/ivy-2.5.3.jar"
resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant">
</taskdef>

Expand Down
Binary file removed base/org.codehaus.groovy30/lib/ivy-2.5.2-javadoc.jar
Binary file not shown.
Binary file not shown.
Binary file removed base/org.codehaus.groovy30/lib/ivy-2.5.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added base/org.codehaus.groovy30/lib/ivy-2.5.3.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions base/org.codehaus.groovy40/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

<classpathentry kind="lib" path="groovy-parser2.jar" exported="true" />

<classpathentry kind="lib" path="lib/ivy-2.5.2.jar" sourcepath="lib/ivy-2.5.2-sources.jar" exported="true">
<classpathentry kind="lib" path="lib/ivy-2.5.3.jar" sourcepath="lib/ivy-2.5.3-sources.jar" exported="true">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy40/lib/ivy-2.5.2-javadoc.jar!/" />
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy40/lib/ivy-2.5.3-javadoc.jar!/" />
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/groovy-4.0.24.jar" sourcepath="lib/groovy-4.0.24-sources.jar" exported="true">
<classpathentry kind="lib" path="lib/groovy-4.0.25.jar" sourcepath="lib/groovy-4.0.25-sources.jar" exported="true">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy40/lib/groovy-4.0.24-javadoc.jar!/" />
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy40/lib/groovy-4.0.25-javadoc.jar!/" />
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/groovy-test-4.0.24.jar" sourcepath="lib/groovy-test-4.0.24-sources.jar" exported="true">
<classpathentry kind="lib" path="lib/groovy-test-4.0.25.jar" sourcepath="lib/groovy-test-4.0.25-sources.jar" exported="true">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy40/lib/groovy-test-4.0.24-javadoc.jar!/" />
<attribute name="javadoc_location" value="jar:platform:/resource/org.codehaus.groovy40/lib/groovy-test-4.0.25-javadoc.jar!/" />
</attributes>
</classpathentry>

Expand Down
176 changes: 88 additions & 88 deletions base/org.codehaus.groovy40/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,99 +4,99 @@ Bundle-SymbolicName: org.codehaus.groovy
Automatic-Module-Name: org.codehaus.groovy
Bundle-Name: Apache Groovy
Bundle-Vendor: Pivotal Software, Inc.
Bundle-Version: 4.0.24.qualifier
Bundle-Version: 4.0.25.qualifier
Bundle-ClassPath: eclipse-trace.jar,
groovy-eclipse.jar,
groovy-parser2.jar,
lib/ivy-2.5.2.jar,
lib/groovy-4.0.24.jar,
lib/groovy-test-4.0.24.jar
Export-Package: groovy.beans;version="4.0.24",
groovy.cli;version="4.0.24",
groovy.grape;version="4.0.24",
groovy.inspect;version="4.0.24",
groovy.io;version="4.0.24",
groovy.lang;version="4.0.24",
groovy.lang.groovydoc;version="4.0.24",
groovy.mock.interceptor;version="4.0.24",
groovy.namespace;version="4.0.24",
groovy.security;version="4.0.24",
groovy.test;version="4.0.24",
groovy.time;version="4.0.24",
groovy.transform;version="4.0.24",
groovy.transform.builder;version="4.0.24",
groovy.transform.options;version="4.0.24",
groovy.transform.stc;version="4.0.24",
groovy.ui;version="4.0.24",
groovy.util;version="4.0.24",
groovy.util.logging;version="4.0.24",
lib/ivy-2.5.3.jar,
lib/groovy-4.0.25.jar,
lib/groovy-test-4.0.25.jar
Export-Package: groovy.beans;version="4.0.25",
groovy.cli;version="4.0.25",
groovy.grape;version="4.0.25",
groovy.inspect;version="4.0.25",
groovy.io;version="4.0.25",
groovy.lang;version="4.0.25",
groovy.lang.groovydoc;version="4.0.25",
groovy.mock.interceptor;version="4.0.25",
groovy.namespace;version="4.0.25",
groovy.security;version="4.0.25",
groovy.test;version="4.0.25",
groovy.time;version="4.0.25",
groovy.transform;version="4.0.25",
groovy.transform.builder;version="4.0.25",
groovy.transform.options;version="4.0.25",
groovy.transform.stc;version="4.0.25",
groovy.ui;version="4.0.25",
groovy.util;version="4.0.25",
groovy.util.logging;version="4.0.25",
groovyjarjarantlr;x-friends:="org.codehaus.groovy.eclipse.refactoring",
org.apache.groovy.antlr;version="4.0.24",
org.apache.groovy.ast.tools;version="4.0.24",
org.apache.groovy.io;version="4.0.24",
org.apache.groovy.lang;version="4.0.24",
org.apache.groovy.lang.annotation;version="4.0.24",
org.apache.groovy.metaclass;version="4.0.24",
org.apache.groovy.plugin;version="4.0.24",
org.apache.groovy.test;version="4.0.24",
org.apache.groovy.test.transform;version="4.0.24",
org.apache.groovy.util;version="4.0.24",
org.apache.groovy.util.concurrent;version="4.0.24",
org.codehaus.groovy;version="4.0.24",
org.codehaus.groovy.antlr;version="4.0.24",
org.codehaus.groovy.antlr.parser;version="4.0.24",
org.codehaus.groovy.ast;version="4.0.24",
org.codehaus.groovy.ast.builder;version="4.0.24",
org.codehaus.groovy.ast.decompiled;version="4.0.24",
org.codehaus.groovy.ast.expr;version="4.0.24",
org.codehaus.groovy.ast.stmt;version="4.0.24",
org.codehaus.groovy.ast.tools;version="4.0.24",
org.codehaus.groovy.classgen;version="4.0.24",
org.codehaus.groovy.classgen.asm;version="4.0.24",
org.codehaus.groovy.classgen.asm.indy;version="4.0.24",
org.codehaus.groovy.classgen.asm.indy.sc;version="4.0.24",
org.codehaus.groovy.classgen.asm.sc;version="4.0.24",
org.codehaus.groovy.classgen.asm.util;version="4.0.24",
org.codehaus.groovy.control;version="4.0.24",
org.codehaus.groovy.control.customizers;version="4.0.24",
org.codehaus.groovy.control.customizers.builder;version="4.0.24",
org.codehaus.groovy.control.io;version="4.0.24",
org.codehaus.groovy.control.messages;version="4.0.24",
org.apache.groovy.antlr;version="4.0.25",
org.apache.groovy.ast.tools;version="4.0.25",
org.apache.groovy.io;version="4.0.25",
org.apache.groovy.lang;version="4.0.25",
org.apache.groovy.lang.annotation;version="4.0.25",
org.apache.groovy.metaclass;version="4.0.25",
org.apache.groovy.plugin;version="4.0.25",
org.apache.groovy.test;version="4.0.25",
org.apache.groovy.test.transform;version="4.0.25",
org.apache.groovy.util;version="4.0.25",
org.apache.groovy.util.concurrent;version="4.0.25",
org.codehaus.groovy;version="4.0.25",
org.codehaus.groovy.antlr;version="4.0.25",
org.codehaus.groovy.antlr.parser;version="4.0.25",
org.codehaus.groovy.ast;version="4.0.25",
org.codehaus.groovy.ast.builder;version="4.0.25",
org.codehaus.groovy.ast.decompiled;version="4.0.25",
org.codehaus.groovy.ast.expr;version="4.0.25",
org.codehaus.groovy.ast.stmt;version="4.0.25",
org.codehaus.groovy.ast.tools;version="4.0.25",
org.codehaus.groovy.classgen;version="4.0.25",
org.codehaus.groovy.classgen.asm;version="4.0.25",
org.codehaus.groovy.classgen.asm.indy;version="4.0.25",
org.codehaus.groovy.classgen.asm.indy.sc;version="4.0.25",
org.codehaus.groovy.classgen.asm.sc;version="4.0.25",
org.codehaus.groovy.classgen.asm.util;version="4.0.25",
org.codehaus.groovy.control;version="4.0.25",
org.codehaus.groovy.control.customizers;version="4.0.25",
org.codehaus.groovy.control.customizers.builder;version="4.0.25",
org.codehaus.groovy.control.io;version="4.0.25",
org.codehaus.groovy.control.messages;version="4.0.25",
org.codehaus.groovy.eclipse,
org.codehaus.groovy.reflection;version="4.0.24",
org.codehaus.groovy.reflection.android;version="4.0.24",
org.codehaus.groovy.reflection.stdclasses;version="4.0.24",
org.codehaus.groovy.reflection.v7;version="4.0.24",
org.codehaus.groovy.runtime;version="4.0.24",
org.codehaus.groovy.runtime.callsite;version="4.0.24",
org.codehaus.groovy.runtime.dgmimpl;version="4.0.24",
org.codehaus.groovy.runtime.dgmimpl.arrays;version="4.0.24",
org.codehaus.groovy.runtime.m12n;version="4.0.24",
org.codehaus.groovy.runtime.memoize;version="4.0.24",
org.codehaus.groovy.runtime.metaclass;version="4.0.24",
org.codehaus.groovy.runtime.powerassert;version="4.0.24",
org.codehaus.groovy.runtime.typehandling;version="4.0.24",
org.codehaus.groovy.runtime.wrappers;version="4.0.24",
org.codehaus.groovy.syntax;version="4.0.24",
org.codehaus.groovy.tools;version="4.0.24",
org.codehaus.groovy.tools.ast;version="4.0.24",
org.codehaus.groovy.tools.gse;version="4.0.24",
org.codehaus.groovy.tools.javac;version="4.0.24",
org.codehaus.groovy.tools.shell;version="4.0.24",
org.codehaus.groovy.tools.shell.util;version="4.0.24",
org.codehaus.groovy.transform;version="4.0.24",
org.codehaus.groovy.transform.sc;version="4.0.24",
org.codehaus.groovy.transform.sc.transformers;version="4.0.24",
org.codehaus.groovy.transform.stc;version="4.0.24",
org.codehaus.groovy.transform.tailrec;version="4.0.24",
org.codehaus.groovy.transform.trait;version="4.0.24",
org.codehaus.groovy.util;version="4.0.24",
org.codehaus.groovy.vmplugin;version="4.0.24",
org.codehaus.groovy.vmplugin.v7;version="4.0.24",
org.codehaus.groovy.vmplugin.v8;version="4.0.24",
org.codehaus.groovy.vmplugin.v9;version="4.0.24",
org.codehaus.groovy.vmplugin.v10;version="4.0.24",
org.codehaus.groovy.vmplugin.v16;version="4.0.24"
org.codehaus.groovy.reflection;version="4.0.25",
org.codehaus.groovy.reflection.android;version="4.0.25",
org.codehaus.groovy.reflection.stdclasses;version="4.0.25",
org.codehaus.groovy.reflection.v7;version="4.0.25",
org.codehaus.groovy.runtime;version="4.0.25",
org.codehaus.groovy.runtime.callsite;version="4.0.25",
org.codehaus.groovy.runtime.dgmimpl;version="4.0.25",
org.codehaus.groovy.runtime.dgmimpl.arrays;version="4.0.25",
org.codehaus.groovy.runtime.m12n;version="4.0.25",
org.codehaus.groovy.runtime.memoize;version="4.0.25",
org.codehaus.groovy.runtime.metaclass;version="4.0.25",
org.codehaus.groovy.runtime.powerassert;version="4.0.25",
org.codehaus.groovy.runtime.typehandling;version="4.0.25",
org.codehaus.groovy.runtime.wrappers;version="4.0.25",
org.codehaus.groovy.syntax;version="4.0.25",
org.codehaus.groovy.tools;version="4.0.25",
org.codehaus.groovy.tools.ast;version="4.0.25",
org.codehaus.groovy.tools.gse;version="4.0.25",
org.codehaus.groovy.tools.javac;version="4.0.25",
org.codehaus.groovy.tools.shell;version="4.0.25",
org.codehaus.groovy.tools.shell.util;version="4.0.25",
org.codehaus.groovy.transform;version="4.0.25",
org.codehaus.groovy.transform.sc;version="4.0.25",
org.codehaus.groovy.transform.sc.transformers;version="4.0.25",
org.codehaus.groovy.transform.stc;version="4.0.25",
org.codehaus.groovy.transform.tailrec;version="4.0.25",
org.codehaus.groovy.transform.trait;version="4.0.25",
org.codehaus.groovy.util;version="4.0.25",
org.codehaus.groovy.vmplugin;version="4.0.25",
org.codehaus.groovy.vmplugin.v7;version="4.0.25",
org.codehaus.groovy.vmplugin.v8;version="4.0.25",
org.codehaus.groovy.vmplugin.v9;version="4.0.25",
org.codehaus.groovy.vmplugin.v10;version="4.0.25",
org.codehaus.groovy.vmplugin.v16;version="4.0.25"
Require-Bundle: org.eclipse.core.runtime,
org.junit;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
1 change: 1 addition & 0 deletions base/org.codehaus.groovy40/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
2024-06-27: GROOVY_4_0_22
2024-09-09: GROOVY_4_0_23
2024-11-06: GROOVY_4_0_24
2025-01-22: GROOVY_4_0_25
30 changes: 15 additions & 15 deletions base/org.codehaus.groovy40/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,36 @@ <h3>License</h3>

<h3>Third Party Content</h3>

<h4>groovy-4.0.24.jar</h4>
<h4>groovy-test-4.0.24.jar</h4>
<h4>groovy-4.0.25.jar</h4>
<h4>groovy-test-4.0.25.jar</h4>

<ul>
<li>Obtained from: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip</a></li>
<li>Sources available at: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.24/sources/apache-groovy-src-4.0.24.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.24/sources/apache-groovy-src-4.0.24.zip</a></li>
<li>Obtained from: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.25/distribution/apache-groovy-binary-4.0.25.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.25/distribution/apache-groovy-binary-4.0.25.zip</a></li>
<li>Sources available at: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.25/sources/apache-groovy-src-4.0.25.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.25/sources/apache-groovy-src-4.0.25.zip</a></li>
<li>License kind: ASL</li>
<li>License URL: <a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a></li>
<li>License text: <a href="about_files/asl2-license.txt">asl2-license.txt</a></li>
</ul>

<h4>ivy-2.5.2.jar</h4>
<h4>ivy-2.5.3.jar</h4>

<ul>
<li>Obtained from: <a href="https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.zip">https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.zip</a></li>
<li>Sources available at: <a href="https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-src.zip">https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-src.zip</a></li>
<li>Obtained from: <a href="https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-bin.zip">https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-bin.zip</a></li>
<li>Sources available at: <a href="https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-src.zip">https://downloads.apache.org/ant/ivy/2.5.3/apache-ivy-2.5.3-src.zip</a></li>
<li>License kind: ASL</li>
<li>License URL: <a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a></li>
<li>License text: <a href="about_files/asl2-license.txt">asl2-license.txt</a></li>
</ul>

<h4>groovy-console-4.0.24.jar</h4>
<h4>groovy-groovysh-4.0.24.jar</h4>
<h4>groovy-swing-4.0.24.jar</h4>
<h4>groovy-templates-4.0.24.jar</h4>
<h4>groovy-xml-4.0.24.jar</h4>
<h4>javaparser-core-3.26.2.jar</h4>
<h4>groovy-console-4.0.25.jar</h4>
<h4>groovy-groovysh-4.0.25.jar</h4>
<h4>groovy-swing-4.0.25.jar</h4>
<h4>groovy-templates-4.0.25.jar</h4>
<h4>groovy-xml-4.0.25.jar</h4>
<h4>javaparser-core-3.26.3.jar</h4>

<ul>
<li>Obtained from: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip</a></li>
<li>Obtained from: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.25/distribution/apache-groovy-binary-4.0.25.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.25/distribution/apache-groovy-binary-4.0.25.zip</a></li>
<li>License kind: ASL</li>
<li>License URL: <a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a></li>
<li>License text: <a href="about_files/asl2-license.txt">asl2-license.txt</a></li>
Expand All @@ -62,7 +62,7 @@ <h4>javaparser-core-3.26.2.jar</h4>
<h4>jline-2.14.6.jar</h4>

<ul>
<li>Obtained from: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip</a></li>
<li>Obtained from: <a href="https://dist.apache.org/repos/dist/release/groovy/4.0.25/distribution/apache-groovy-binary-4.0.25.zip">https://dist.apache.org/repos/dist/release/groovy/4.0.25/distribution/apache-groovy-binary-4.0.25.zip</a></li>
<li>License kind: BSD</li>
<li>License URL: <a href="https://www.opensource.org/licenses/bsd-license.php">https://www.opensource.org/licenses/bsd-license.php</a></li>
<li>License text: <a href="about_files/jline2-license.txt">jline2-license.txt</a></li>
Expand Down
4 changes: 2 additions & 2 deletions base/org.codehaus.groovy40/build.antlr4x
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<element name="dependencies" implicit="true" />

<sequential xmlns:ivy="antlib:org.apache.ivy.ant">
<taskdef classpath="../lib/ivy-2.5.2.jar"
<taskdef classpath="../lib/ivy-2.5.3.jar"
resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant">
</taskdef>

Expand All @@ -19,7 +19,7 @@

<target name="build" depends="clean">
<resolve-dependencies pathid="classpath.antlr4">
<dependency org="me.sunlan" name="antlr4" rev="4.13.1.5">
<dependency org="me.sunlan" name="antlr4" rev="4.13.2.6">
<exclude name="org.abego.treelayout.core" />
</dependency>
</resolve-dependencies>
Expand Down
2 changes: 1 addition & 1 deletion base/org.codehaus.groovy40/build.bridger
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<element name="dependencies" implicit="true" />

<sequential xmlns:ivy="antlib:org.apache.ivy.ant">
<taskdef classpath="../lib/ivy-2.5.2.jar"
<taskdef classpath="../lib/ivy-2.5.3.jar"
resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant">
</taskdef>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed base/org.codehaus.groovy40/lib/ivy-2.5.2-javadoc.jar
Binary file not shown.
Binary file not shown.
Binary file removed base/org.codehaus.groovy40/lib/ivy-2.5.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added base/org.codehaus.groovy40/lib/ivy-2.5.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion base/org.codehaus.groovy40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.codehaus.groovy.eclipse</groupId>
<artifactId>org.codehaus.groovy</artifactId>
<version>4.0.24-SNAPSHOT</version>
<version>4.0.25-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from GroovyLexer.g4 by ANTLR 4.13.1.5
// Generated from GroovyLexer.g4 by ANTLR 4.13.2.6
package org.apache.groovy.parser.antlr4;

import java.util.*;
Expand Down
Loading

0 comments on commit f9c1d6b

Please sign in to comment.