[jboss-svn-commits] JBL Code SVN: r11533 - in labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin: META-INF and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 30 20:12:33 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-04-30 20:12:33 -0400 (Mon, 30 Apr 2007)
New Revision: 11533

Modified:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
Log:
JBRULES-830 Migrate to MVEL Templates

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath	2007-04-30 23:55:48 UTC (rev 11532)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath	2007-05-01 00:12:33 UTC (rev 11533)
@@ -11,7 +11,6 @@
 	<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jxl.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/mvel14.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/stringtemplate.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/xercesImpl.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/xml-apis.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/xpp3.jar"/>

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF	2007-04-30 23:55:48 UTC (rev 11532)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF	2007-05-01 00:12:33 UTC (rev 11533)
@@ -38,7 +38,6 @@
  lib/junit.jar,
  lib/jxl.jar,
  lib/mvel14.jar,
- lib/stringtemplate.jar,
  lib/xercesImpl.jar,
  lib/xml-apis.jar,
  lib/xpp3.jar,

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties	2007-04-30 23:55:48 UTC (rev 11532)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties	2007-05-01 00:12:33 UTC (rev 11533)
@@ -14,7 +14,6 @@
                lib/junit.jar,\
                lib/jxl.jar,\
                lib/mvel14.jar,\
-               lib/stringtemplate.jar,\
                lib/xercesImpl.jar,\
                lib/xml-apis.jar,\
                lib/xpp3.jar,\




More information about the jboss-svn-commits mailing list