Author: tveronezi
Date: Wed Jan 28 01:26:23 2015
New Revision: 1655211

URL: http://svn.apache.org/r1655211
Log:
adding plume to the list

Modified:
    tomee/site/trunk/content/dev/source-code.mdtext

Modified: tomee/site/trunk/content/dev/source-code.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/dev/source-code.mdtext?rev=1655211&r1=1655210&r2=1655211&view=diff
==============================================================================
--- tomee/site/trunk/content/dev/source-code.mdtext (original)
+++ tomee/site/trunk/content/dev/source-code.mdtext Wed Jan 28 01:26:23 2015
@@ -49,7 +49,7 @@ The official Apache Committer documentat
 Apache TomEE continuous integration relies on [Apache 
Buildbot](http://ci.apache.org/).
 All builders are available [from the page](http://ci.apache.org/builders).
 
-* [Apache TomEE 1.7.x under 
Ubuntu](http://ci.apache.org/builders/tomee-1.7.x-ubuntu)
+* [Apache TomEE 1.7.x under 
Ubuntu](http://ci.apache.org/builders/tomee-1.7.x-ubuntu)
 * [Apache TomEE 2.x under 
Ubuntu](http://ci.apache.org/builders/tomee-trunk-ubuntu)
 * [Apache TomEE 2.x under Windows using a Sun/Oracle 
JDK](http://ci.apache.org/builders/tomee-trunk-win-sunjdk)
 * [Apache TomEE 2.x under Windows using an IBM 
JDK](http://ci.apache.org/builders/tomee-trunk-win-ibmjdk6)
@@ -62,11 +62,11 @@ To build the code, you'll need to grab a
 
 It is pretty much guaranteed that you will need to give Maven an increase on 
the available memory.  
 Depending on the OS you are working on the fix can be as easy as (Note: 
*-XX:MaxPermSize=256M* is ignored by Java 8):  
->export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=256M 
-XX:ReservedCodeCacheSize=64m -Xss2048k"
+>export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=256M 
-XX:ReservedCodeCacheSize=64m -Xss2048k"
 
 on MacOS and Unices or 
->set "MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m 
-Xss2048k"
-  
+>set "MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m 
-Xss2048k"
+  
 on MS Windows.
 
 ###Full Build
@@ -95,6 +95,7 @@ Once built, the TomEE binaries will be l
     tomee/apache-tomee/target/apache-tomee-jaxrs-[version]-SNAPSHOT.zip
     tomee/apache-tomee/target/apache-tomee-plus-[version]-SNAPSHOT.zip
     tomee/apache-tomee/target/apache-tomee-webprofile-[version]-SNAPSHOT.zip
+    tomee/apache-tomee/target/apache-tomee-plume-[version]-SNAPSHOT.tar.gz
 
 The OpenEJB standalone binaries will be located at:
 


Reply via email to