You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/06/05 09:50:14 UTC

[incubator-netbeans] branch master updated (1a21180 -> 24235bf)

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

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


    from 1a21180  Merge pull request #549 from rtaneja1/rtaneja/netbeans-716
     add a979899  Allow modules to be located in cluster.dir/cnb structure
     new 24235bf  #564: Allow modules to be located in cluster.dir/cnb structure

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apisupport/project/universe/ModuleList.java    | 44 ++++++++++--
 .../antsrc/org/netbeans/nbbuild/GetModuleName.java | 25 +++++--
 .../netbeans/nbbuild/InsertModuleAllTargets.java   | 18 +++--
 .../org/netbeans/nbbuild/ModuleListParser.java     | 65 +++++++++++-------
 .../antsrc/org/netbeans/nbbuild/ResolveList.java   | 69 +++++++++++++++++++
 .../antsrc/org/netbeans/nbbuild/SetCluster.java    | 80 +++++++++++++---------
 nbbuild/build.xml                                  |  8 +--
 nbbuild/default.xml                                |  4 +-
 8 files changed, 226 insertions(+), 87 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
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


[incubator-netbeans] 01/01: #564: Allow modules to be located in cluster.dir/cnb structure

Posted by jt...@apache.org.
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

commit 24235bf8ff328c7217d959adee655bc7170f631b
Merge: 1a21180 a979899
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Tue Jun 5 11:50:07 2018 +0200

    #564: Allow modules to be located in cluster.dir/cnb structure

 .../apisupport/project/universe/ModuleList.java    | 44 ++++++++++--
 .../antsrc/org/netbeans/nbbuild/GetModuleName.java | 25 +++++--
 .../netbeans/nbbuild/InsertModuleAllTargets.java   | 18 +++--
 .../org/netbeans/nbbuild/ModuleListParser.java     | 65 +++++++++++-------
 .../antsrc/org/netbeans/nbbuild/ResolveList.java   | 69 +++++++++++++++++++
 .../antsrc/org/netbeans/nbbuild/SetCluster.java    | 80 +++++++++++++---------
 nbbuild/build.xml                                  |  8 +--
 nbbuild/default.xml                                |  4 +-
 8 files changed, 226 insertions(+), 87 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
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