This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 252320
Collapse All | Expand All

(-)a/libs.groovy/external/binaries-list (-1 / +1 lines)
Line 1 Link Here
1
C136AE67C3C40740AE986582BAF65BA5C5CE69A0 groovy-all-2.1.7.jar
1
01730F61E9C9E59FD1B814371265334D7BE0B8D2 groovy-all-2.4.5.jar
(-)a/libs.groovy/external/groovy-all-2.1.7-license.txt (-1 / +1 lines)
Lines 1-5 Link Here
1
Name: Groovy
1
Name: Groovy
2
Version: 2.1.7
2
Version: 2.4.5
3
Description: Groovy Language distribution.
3
Description: Groovy Language distribution.
4
License: Apache-2.0, incl. groovy-ASM, groovy-ANTLR and groovy-COMMONS-CLI
4
License: Apache-2.0, incl. groovy-ASM, groovy-ANTLR and groovy-COMMONS-CLI
5
Origin: http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.7.zip
5
Origin: http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.7.zip
(-)a/libs.groovy/nbproject/project.properties (-1 / +1 lines)
Lines 8-11 Link Here
8
sigtest.gen.fail.on.error=false
8
sigtest.gen.fail.on.error=false
9
9
10
#cp.extra=external/groovy-all-2.1.7.jar
10
#cp.extra=external/groovy-all-2.1.7.jar
11
release.external/groovy-all-2.1.7.jar=modules/ext/groovy-all.jar
11
release.external/groovy-all-2.4.5.jar=modules/ext/groovy-all.jar
(-)a/libs.groovy/nbproject/project.xml (-1 / +1 lines)
Lines 24-30 Link Here
24
            </friend-packages>
24
            </friend-packages>
25
            <class-path-extension>
25
            <class-path-extension>
26
                <runtime-relative-path>ext/groovy-all.jar</runtime-relative-path>
26
                <runtime-relative-path>ext/groovy-all.jar</runtime-relative-path>
27
                <binary-origin>external/groovy-all-2.1.7.jar</binary-origin>
27
                <binary-origin>external/groovy-all-2.4.5.jar</binary-origin>
28
            </class-path-extension>
28
            </class-path-extension>
29
        </data>
29
        </data>
30
    </configuration>
30
    </configuration>
(-)a/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml (-1 / +1 lines)
Lines 56-62 Link Here
56
    <properties>
56
    <properties>
57
        <property>
57
        <property>
58
            <name>maven-dependencies</name>
58
            <name>maven-dependencies</name>
59
            <value>org.codehaus.groovy:groovy-all:2.1.7:jar</value>
59
            <value>org.codehaus.groovy:groovy-all:2.4.5:jar</value>
60
        </property>
60
        </property>
61
    </properties>
61
    </properties>
62
</library>
62
</library>

Return to bug 252320