[jboss-svn-commits] JBL Code SVN: r20500 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jun 14 21:33:18 EDT 2008


Author: mark.proctor at jboss.com
Date: 2008-06-14 21:33:18 -0400 (Sat, 14 Jun 2008)
New Revision: 20500

Modified:
   labs/jbossrules/trunk/README.txt
Log:
minor readme fix

Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt	2008-06-15 01:32:17 UTC (rev 20499)
+++ labs/jbossrules/trunk/README.txt	2008-06-15 01:33:18 UTC (rev 20500)
@@ -14,12 +14,12 @@
 
 The following builds all the jars, the documentation and the eclipse zip with a
 local folder specified to avoid downloading eclipse:
- mvn -Declipse=true -Ddocumentation=true clean install 
+ mvn -Declipse -Ddocumentation clean install 
      -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
 
 You can produce distribution builds, which puts everything into zips, as
 follows:
-mvn -Declipse=true -Ddocumentation=true clean install
+mvn -Declipse -Ddocumentation clean install
     -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
 mvn -Ddocumentation -Declipse -Dmaven.test.skip package javadoc:javadoc
      assembly:assembly -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror




More information about the jboss-svn-commits mailing list