You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/05/28 10:33:44 UTC

[GitHub] [netbeans] arusinha commented on a change in pull request #1268: [NETBEANS-2609]:Provided support to build NB IDE specific to Java cluster

arusinha commented on a change in pull request #1268: [NETBEANS-2609]:Provided support to build NB IDE specific to Java cluster
URL: https://github.com/apache/netbeans/pull/1268#discussion_r288035744
 
 

 ##########
 File path: nbbuild/cluster.properties
 ##########
 @@ -97,6 +97,10 @@ clusters.config.java.list=\
         nb.cluster.3rdparty,\
         nb.cluster.nb
 
+clusters.config.standard-java.list=\
+        ${clusters.config.java.list},\
+        nb.cluster.apisupport
 
 Review comment:
   nb.cluster.apisupport is required without which import of NB modules were failing with below error:
   
   unrecognized project; missing plug-in?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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