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 2018/09/20 17:17:10 UTC

[GitHub] geertjanw closed pull request #891: [NETBEANS-1233] cluster.properties updates for PHP cluster

geertjanw closed pull request #891: [NETBEANS-1233] cluster.properties updates for PHP cluster
URL: https://github.com/apache/incubator-netbeans/pull/891
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 0c43905226..218f3052d1 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,11 @@ Apache NetBeans is an open source development environment, tooling platform, and
 
 ### Building NetBeans
 
-Build the basic project (mainly, JavaSE features):
+Bulid with the default config (See the [cluster.config](https://github.com/apache/incubator-netbeans/blob/ab66c7fdfdcbf0bde67b96ddb075c83451cdd1a6/nbbuild/cluster.properties#L19) property.)
 ```
 $ ant
 ```
-or
+Build the basic project (mainly, JavaSE features):
 ```
 $ ant -Dcluster.config=basic
 ```
diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
index d33a54e617..9251b7da54 100644
--- a/nbbuild/cluster.properties
+++ b/nbbuild/cluster.properties
@@ -23,6 +23,7 @@ clusters.config.release.list=\
         ${clusters.config.java.list},\
         nb.cluster.apisupport,\
         nb.cluster.webcommon,\
+        nb.cluster.php,\
         nb.cluster.ergonomics
 # ergonomics must be last
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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