[jboss-svn-commits] JBL Code SVN: r11617 - in labs/jbossrules/tags/4.0.0.11611MR2: drools-eclipse and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu May 3 00:03:31 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-05-03 00:03:31 -0400 (Thu, 03 May 2007)
New Revision: 11617

Modified:
   labs/jbossrules/tags/4.0.0.11611MR2/README.txt
   labs/jbossrules/tags/4.0.0.11611MR2/drools-eclipse/build.properties
   labs/jbossrules/tags/4.0.0.11611MR2/update-version.xml
Log:
-updated version number to correct for this tag

Modified: labs/jbossrules/tags/4.0.0.11611MR2/README.txt
===================================================================
--- labs/jbossrules/tags/4.0.0.11611MR2/README.txt	2007-05-03 03:41:52 UTC (rev 11616)
+++ labs/jbossrules/tags/4.0.0.11611MR2/README.txt	2007-05-03 04:03:31 UTC (rev 11617)
@@ -10,4 +10,5 @@
 mvn -Declipse=true -Ddocumentation=true 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
 
-Note that install must be done first as javadoc:javadoc won't work unless the jars are in the local maven repo, but the tests can be skipped on the second run.
\ No newline at end of file
+Note that install must be done first as javadoc:javadoc won't work unless the jars are in the local maven repo, but the tests can be skipped on the second run. The maven assembley targets need more memory, so you will need to set the following;
+set MAVEN_OPTS=-Xmx512m
\ No newline at end of file

Modified: labs/jbossrules/tags/4.0.0.11611MR2/drools-eclipse/build.properties
===================================================================
--- labs/jbossrules/tags/4.0.0.11611MR2/drools-eclipse/build.properties	2007-05-03 03:41:52 UTC (rev 11616)
+++ labs/jbossrules/tags/4.0.0.11611MR2/drools-eclipse/build.properties	2007-05-03 04:03:31 UTC (rev 11617)
@@ -1,6 +1,6 @@
 #product=/plugin or feature id/path/to/.product
 runPackager=true
-droolsVersion=4.0.0.SNAPSHOT
+droolsVersion=4.0.0.11611MR2
 
 # The prefix that will be used in the generated archive.
 archivePrefix=

Modified: labs/jbossrules/tags/4.0.0.11611MR2/update-version.xml
===================================================================
--- labs/jbossrules/tags/4.0.0.11611MR2/update-version.xml	2007-05-03 03:41:52 UTC (rev 11616)
+++ labs/jbossrules/tags/4.0.0.11611MR2/update-version.xml	2007-05-03 04:03:31 UTC (rev 11617)
@@ -32,8 +32,8 @@
                      
     
       <replaceregexp file="drools-eclipse/build.properties"
-                     match="jbossRulesVersion=${current}"
-                     replace="jbossRulesVersion=${new}"
+                     match="droolsVersion=${current}"
+                     replace="droolsVersion=${new}"
                      byline="true" />    
     
       <replaceregexp file="documentation/manual/en/master.xml"




More information about the jboss-svn-commits mailing list