[jboss-svn-commits] JBL Code SVN: r10749 - labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Apr 4 02:12:37 EDT 2007
Author: pombredanne
Date: 2007-04-04 02:12:37 -0400 (Wed, 04 Apr 2007)
New Revision: 10749
Modified:
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
Log:
JBRULES-761 Automate the Eclipse build
-fixed classpath and project setting by selecting the projhect and right click/PDE Tools/Update Classpath ... to adjust the classpath based on the latest updates to the build.properties
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath 2007-04-04 03:03:19 UTC (rev 10748)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath 2007-04-04 06:12:37 UTC (rev 10749)
@@ -1,13 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/main/resources"/>
- <classpathentry exported="true" kind="lib" path="lib/drools-core-3.1.0-M1.jar"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/drools-compiler-3.1.0-M1.jar"/>
- <classpathentry kind="lib" path="lib/drools-decisiontables-3.1.0-M1.jar"/>
- <classpathentry kind="lib" path="lib/xstream-1.1.3.jar"/>
- <classpathentry kind="lib" path="lib/antlr-3.0b5.jar"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/main/resources"/>
+ <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/antlr-3.0b5.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/drools-decisiontables-3.1.0-M1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/drools-jsr94-3.1.0-M1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jsr94-1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jxl-2.4.2.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/mvel14-1.2beta15.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/stringtemplate-3.0.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/xml-apis-1.0.b2.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/xpp3-1.1.3.4.O.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/xstream-1.1.3.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/drools-compiler-3.1.0-M1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/drools-core-3.1.0-M1.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
More information about the jboss-svn-commits
mailing list