[jboss-svn-commits] JBL Code SVN: r10685 - 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
Sun Apr 1 16:49:39 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-04-01 16:49:39 -0400 (Sun, 01 Apr 2007)
New Revision: 10685
Modified:
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/.project
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.project
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.project
labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/src/test/java/org/drools/eclipse/editors/rete/ZoomControlTest.java
Log:
JBRULES-761 Automate the Eclipse build
-reafactored the test project, although still failing (why is this a seperate project)
-added pom.xml for plugin and feature
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/.project
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/.project 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/.project 2007-04-01 20:49:39 UTC (rev 10685)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>drools-ide-feature</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>drools-eclipse-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.classpath 2007-04-01 20:49:39 UTC (rev 10685)
@@ -8,5 +8,5 @@
<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="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.project
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.project 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/.project 2007-04-01 20:49:39 UTC (rev 10685)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>drools-eclipse</name>
+ <name>drools-eclipse-plugin</name>
<comment></comment>
<projects>
</projects>
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties 2007-04-01 20:49:39 UTC (rev 10685)
@@ -7,7 +7,7 @@
lib/drools-compiler-3.1.0-M1.jar,\
lib/drools-core-3.1.0-M1.jar
source.ide.jar = src/main/java/
-output.ide.jar = bin/
+output.ide.jar = target/classes/
src.includes = .project,\
.classpath,\
build.properties,\
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath 2007-04-01 20:49:39 UTC (rev 10685)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/test/java"/>
- <classpathentry kind="src" path="src/test/resources/"/>
+ <classpathentry kind="src" path="src/test/resources"/>
<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 combineaccessrules="false" kind="src" path="/drools-eclipse-plugin"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.project
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.project 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.project 2007-04-01 20:49:39 UTC (rev 10685)
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>drools-ide-test</name>
+ <name>drools-eclipse-test</name>
<comment></comment>
<projects>
</projects>
@@ -24,4 +25,4 @@
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
-</projectDescription>
\ No newline at end of file
+</projectDescription>
Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/src/test/java/org/drools/eclipse/editors/rete/ZoomControlTest.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/src/test/java/org/drools/eclipse/editors/rete/ZoomControlTest.java 2007-04-01 20:43:05 UTC (rev 10684)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/src/test/java/org/drools/eclipse/editors/rete/ZoomControlTest.java 2007-04-01 20:49:39 UTC (rev 10685)
@@ -1,7 +1,6 @@
package org.drools.eclipse.editors.rete;
import java.io.InputStream;
-import java.io.StringBufferInputStream;
import junit.framework.TestCase;
More information about the jboss-svn-commits
mailing list