[jboss-svn-commits] JBL Code SVN: r15689 - in labs/jbossrules/trunk: drools-eclipse/drools-eclipse-plugin and 2 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 9 11:37:10 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-10-09 11:37:10 -0400 (Tue, 09 Oct 2007)
New Revision: 15689
Removed:
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs
Modified:
labs/jbossrules/trunk/drools-compiler/pom.xml
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
Log:
-more updates to move jdk1.5
Modified: labs/jbossrules/trunk/drools-compiler/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-compiler/pom.xml 2007-10-09 15:20:58 UTC (rev 15688)
+++ labs/jbossrules/trunk/drools-compiler/pom.xml 2007-10-09 15:37:10 UTC (rev 15689)
@@ -45,15 +45,7 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<optional>true</optional>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </dependency>
+ </dependency>
</dependencies>
</project>
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath 2007-10-09 15:20:58 UTC (rev 15688)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath 2007-10-09 15:37:10 UTC (rev 15689)
@@ -9,13 +9,11 @@
<classpathentry exported="true" kind="lib" path="lib/jsr94.jar"/>
<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/xercesImpl.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/xml-apis.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/mvel.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xpp3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xstream.jar"/>
<classpathentry exported="true" kind="lib" path="lib/antlr-runtime.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Deleted: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs 2007-10-09 15:20:58 UTC (rev 15688)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.settings/org.eclipse.jdt.core.prefs 2007-10-09 15:37:10 UTC (rev 15689)
@@ -1,7 +0,0 @@
-#Sun Apr 08 00:36:02 PDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
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-10-09 15:20:58 UTC (rev 15688)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF 2007-10-09 15:37:10 UTC (rev 15689)
@@ -35,9 +35,7 @@
lib/jsr94.jar,
lib/junit.jar,
lib/jxl.jar,
- lib/mvel14.jar,
- lib/xercesImpl.jar,
- lib/xml-apis.jar,
+ lib/mvel.jar,
lib/xpp3.jar,
lib/xstream.jar,
lib/antlr-runtime.jar
More information about the jboss-svn-commits
mailing list