You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2016/01/29 17:17:09 UTC

svn commit: r1727611 - /ace/trunk/build/README.md

Author: jawi
Date: Fri Jan 29 16:17:09 2016
New Revision: 1727611

URL: http://svn.apache.org/viewvc?rev=1727611&view=rev
Log:
Minor corrections.

Modified:
    ace/trunk/build/README.md

Modified: ace/trunk/build/README.md
URL: http://svn.apache.org/viewvc/ace/trunk/build/README.md?rev=1727611&r1=1727610&r2=1727611&view=diff
==============================================================================
--- ace/trunk/build/README.md (original)
+++ ace/trunk/build/README.md Fri Jan 29 16:17:09 2016
@@ -19,7 +19,7 @@ Before you can start staging a release c
   * Make sure there are no dependencies on snapshots/unreleased versions;
   * Increment the version parameter in build/build.gradle, if not already 
     done, and commit;
-  * Under bndtools, release (only) the bundles that needs to be released
+  * Under Bndtools, release (only) the bundles that needs to be released
     (using "Release workspace bundles" menu);
   * Create a tagged version of the sources in preparation of the release
     candidate.
@@ -66,7 +66,7 @@ Use Java 7 as JDK
 
     $ cd apache-ace-<version>
     $ ./gradlew rat
-    $ ./gradlew build runbundles
+    $ ./gradlew build runbundles export
 
 Create the staging directory and artifacts (this will create `./build/staging/`
 directory containing the signed release archives):