Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions groovy/libs.groovy/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
59FA6B2237A01CF380B27CB091D5F095DFE1AC5B org.codehaus.groovy:groovy:3.0.23
D21A9C81632F804C514D48C45D560B8004890E30 org.codehaus.groovy:groovy-ant:3.0.23
0AFC7F7A3B2E3E86482D1F636AA3C1733F9C7473 org.codehaus.groovy:groovy:3.0.25
4C334F0023049A377447B187A53DF90F450C2AC8 org.codehaus.groovy:groovy-ant:3.0.25
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Groovy
Version: 3.0.23
Files: groovy-3.0.23.jar groovy-ant-3.0.23.jar
Version: 3.0.25
Files: groovy-3.0.25.jar groovy-ant-3.0.25.jar
Description: Groovy Language distribution.
License: Apache-2.0-groovy
Origin: http://groovy-lang.org/
Expand Down Expand Up @@ -267,3 +267,38 @@ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------------------

ASM License

ASM: a very small and fast Java bytecode manipulation framework
Copyright (c) 2000-2011 INRIA, France Telecom
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 2 additions & 2 deletions groovy/libs.groovy/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ javac.compilerargs=-Xlint -Xlint:-serial
# For more information, please see http://wiki.netbeans.org/SignatureTest
sigtest.gen.fail.on.error=false

release.external/groovy-3.0.23.jar=modules/ext/groovy-3.0.23.jar
release.external/groovy-ant-3.0.23.jar=modules/ext/groovy-ant-3.0.23.jar
release.external/groovy-3.0.25.jar=modules/ext/groovy-3.0.25.jar
release.external/groovy-ant-3.0.25.jar=modules/ext/groovy-ant-3.0.25.jar
8 changes: 4 additions & 4 deletions groovy/libs.groovy/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
<package>org.codehaus.groovy.transform.trait</package>
</friend-packages>
<class-path-extension>
<runtime-relative-path>ext/groovy-3.0.23.jar</runtime-relative-path>
<binary-origin>external/groovy-3.0.23.jar</binary-origin>
<runtime-relative-path>ext/groovy-3.0.25.jar</runtime-relative-path>
<binary-origin>external/groovy-3.0.25.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/groovy-ant-3.0.23.jar</runtime-relative-path>
<binary-origin>external/groovy-ant-3.0.23.jar</binary-origin>
<runtime-relative-path>ext/groovy-ant-3.0.25.jar</runtime-relative-path>
<binary-origin>external/groovy-ant-3.0.25.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.
OpenIDE-Module-Name=Groovy Binaries

groovy=Groovy 3.0.23
groovy-ant=Groovy Ant 3.0.23
groovy=Groovy 3.0.25
groovy-ant=Groovy Ant 3.0.25
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<localizing-bundle>org/netbeans/modules/libs/groovy/Bundle</localizing-bundle>
<volume>
<type>classpath</type>
<resource>jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-3.0.23.jar!/</resource>
<resource>jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-ant-3.0.23.jar!/</resource>
<resource>jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-3.0.25.jar!/</resource>
<resource>jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-ant-3.0.25.jar!/</resource>
</volume>
<properties>
<property>
<name>maven-dependencies</name>
<value>
org.codehaus.groovy:groovy:3.0.23
org.codehaus.groovy:groovy-ant:3.0.23
org.codehaus.groovy:groovy:3.0.25
org.codehaus.groovy:groovy-ant:3.0.25
</value>
</property>
</properties>
Expand Down
35 changes: 35 additions & 0 deletions nbbuild/licenses/Apache-2.0-groovy
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,38 @@ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------------------

ASM License

ASM: a very small and fast Java bytecode manipulation framework
Copyright (c) 2000-2011 INRIA, France Telecom
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
Loading