You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/01/28 09:33:51 UTC

[netbeans] branch master updated: Make groovy-all.xml parseable.

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new ae9c0bd  Make groovy-all.xml parseable.
     new 262dbca  Merge pull request #1901 from lkishalmi/groovy-all.xml-fix
ae9c0bd is described below

commit ae9c0bd24f8baad6311e8e8962158a289b0f5b5b
Author: Laszlo Kishalmi <la...@gmail.com>
AuthorDate: Sat Jan 25 17:20:22 2020 -0800

    Make groovy-all.xml parseable.
---
 .../libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml
index 0c2c07a..4870bcd 100644
--- a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml
+++ b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml
@@ -33,8 +33,10 @@
     <properties>
         <property>
             <name>maven-dependencies</name>
-            <value>org.codehaus.groovy:groovy:2.5.9:jar</value>
-            <value>org.codehaus.groovy:groovy-ant:2.5.9:jar</value>
+            <value>
+                org.codehaus.groovy:groovy:2.5.9:jar
+                org.codehaus.groovy:groovy-ant:2.5.9:jar
+            </value>
         </property>
     </properties>
 </library>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists