[jboss-svn-commits] JBL Code SVN: r9493 - labs/jbossrules/trunk/drools-jbrms.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 14 11:27:52 EST 2007


Author: fmeyer
Date: 2007-02-14 11:27:52 -0500 (Wed, 14 Feb 2007)
New Revision: 9493

Modified:
   labs/jbossrules/trunk/drools-jbrms/README.txt
   labs/jbossrules/trunk/drools-jbrms/build.properties
Log:
just updating the readme and cleaning up some unnecessary files

Modified: labs/jbossrules/trunk/drools-jbrms/README.txt
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/README.txt	2007-02-14 13:57:17 UTC (rev 9492)
+++ labs/jbossrules/trunk/drools-jbrms/README.txt	2007-02-14 16:27:52 UTC (rev 9493)
@@ -5,9 +5,9 @@
 
 >mvn package
 
-GWT is used to build the UI. This is what the JBRMS-compile shell script is for.
-If you take a look at the script, you may need to change the 
-path to be releveant for you.
+GWT is used to build the UI. This is what the ant build script is for.
+If you take a look at build.properties, you may need to change the gwt.home path to be 
+relevant for you.
 
 Download GWT if you want to mess with the UI.
 
@@ -22,8 +22,6 @@
 to the one for you).
 
 To make a change in GWT - when you are finished debugging, you will need to run
-the JBRMS-compile script to refresh the static web content (all the AJAXY shite).
+the ant build script to refresh the static web content (all the AJAXY shite).
 
-
-
 Any questions, contact michael.neale at gmail.com or find me in IRC.

Modified: labs/jbossrules/trunk/drools-jbrms/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/build.properties	2007-02-14 13:57:17 UTC (rev 9492)
+++ labs/jbossrules/trunk/drools-jbrms/build.properties	2007-02-14 16:27:52 UTC (rev 9493)
@@ -1,2 +1,2 @@
 #this is needed to point to your version of GWT
-gwt.home=/Applications/gwt-mac
+gwt.home=/Applications/gwt-mac
\ No newline at end of file




More information about the jboss-svn-commits mailing list