[jboss-svn-commits] JBL Code SVN: r14969 - labs/jbossrules/trunk/drools-examples/drools-examples-drl.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Sep 9 11:21:04 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-09-09 11:21:04 -0400 (Sun, 09 Sep 2007)
New Revision: 14969

Modified:
   labs/jbossrules/trunk/drools-examples/drools-examples-drl/build.xml
Log:
-added some information on why this build.xml file is here.


Modified: labs/jbossrules/trunk/drools-examples/drools-examples-drl/build.xml
===================================================================
--- labs/jbossrules/trunk/drools-examples/drools-examples-drl/build.xml	2007-09-09 15:10:59 UTC (rev 14968)
+++ labs/jbossrules/trunk/drools-examples/drools-examples-drl/build.xml	2007-09-09 15:21:04 UTC (rev 14969)
@@ -1,5 +1,15 @@
-<project name="Drools" basedir="." xmlns:artifact="urn:maven-artifact-ant" default="help">
-    <property name="version"   value="3.0.3"/>                            
+<project name="Drools" basedir=".">
+	<!-- This ant build file is just for executing the various benchmarks used in drools-examples.
+	     People new to Drools should stick to importing the drools-examples-drl project into an 
+	     Eclipse workspace that already has the Eclipse plugin installed, and executing examples
+	     from there.
+	     
+	     Because this ant build file is compiled and executed from the command line you must copy in the 
+	     correct dependencies yourself, it is recommended that you just download the drools-4.0.2-bin.zip
+	     file and extract all it's jars to the lib directory.
+	 -->
+	
+    <property name="version"   value="4.0.2"/>                            
 
 		<target name="clean">
       <delete>        
@@ -87,7 +97,5 @@
         <jvmarg value="-Xms1024M" />
       </java>                          
     </target>            
-
-
         
 </project>




More information about the jboss-svn-commits mailing list