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

junichi11 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 0c0082d  Update README.md (#827)
0c0082d is described below

commit 0c0082d5996a77725c104b8affc7ed62e428cabd
Author: Junichi Yamamoto <[email protected]>
AuthorDate: Tue Sep 4 21:56:08 2018 +0900

    Update README.md (#827)
    
    - Add short explanations for basic and full
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aa22a3c..2b8f361 100644
--- a/README.md
+++ b/README.md
@@ -43,15 +43,25 @@ Apache NetBeans is an open source development environment, 
tooling platform, and
 
 ### Building NetBeans
 
-Build the full project:
+Build the basic project (mainly, JavaSE features):
 ```
 $ ant
 ```
+or
+```
+$ ant -Dcluster.config=basic
+```
+Build the full project (including Groovy, PHP, JavaEE/JakartaEE, and 
JavaScript features):
+```
+$ ant -Dcluster.confg=full
+```
 Build the NetBeans Platform:
 ```
 $ ant -Dcluster.config=platform
 ```
 
+**Note:** You can also use `php`, `enterprise`, e.t.c. See the 
[cluster.properties](https://github.com/apache/incubator-netbeans/blob/master/nbbuild/cluster.properties)
 file.
+
 ### Running NetBeans
 
 Run the build:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to