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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2142a73  Make sure the cluster.dir is always defined after this point
2142a73 is described below

commit 2142a739bcf5f86836958095c0ab5d1dc8a94f88
Author: Jaroslav Tulach <jaroslav.tul...@apidesign.org>
AuthorDate: Tue Feb 26 15:40:01 2019 +0100

    Make sure the cluster.dir is always defined after this point
---
 nbbuild/default.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nbbuild/default.xml b/nbbuild/default.xml
index 45dfb38..d8ae9d8 100644
--- a/nbbuild/default.xml
+++ b/nbbuild/default.xml
@@ -125,6 +125,7 @@
     
     <property name="cluster.dir.fallback" value="extra" />
     <setcluster name="cluster.dir" module="${module.name}" 
defaultLocation="${cluster.dir.fallback}" clusterName="module.cluster.name"/>
+    <property name="cluster.dir" value="${cluster.dir.fallback}"/>
 
     <property name="cluster" location="${netbeans.dest.dir}/${cluster.dir}"/> 
<!-- #59872 -->
 


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

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

Reply via email to