[jboss-svn-commits] JBL Code SVN: r10816 - 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
Sun Apr 8 03:31:55 EDT 2007


Author: pombredanne
Date: 2007-04-08 03:31:54 -0400 (Sun, 08 Apr 2007)
New Revision: 10816

Modified:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
Log:
JBRULES-761 Automate the Eclipse build
-make it os that the plugin builds as a jarred plugin by default

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-08 00:50:24 UTC (rev 10815)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF	2007-04-08 07:31:54 UTC (rev 10816)
@@ -27,6 +27,7 @@
  com.ibm.icu
 Eclipse-LazyStart: true
 Bundle-ClassPath: 
+ .,
  lib/antlr-2.7.7.jar,
  lib/antlr-3.0b5.jar,
  lib/drools-decisiontables-3.1.0-M1.jar,

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties	2007-04-08 00:50:24 UTC (rev 10815)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties	2007-04-08 07:31:54 UTC (rev 10816)
@@ -3,7 +3,7 @@
                plugin.xml,\
                help/,\
                lib/,\
-               drools-eclipse-plugin.jar
+               .
 src.includes = .project,\
                .classpath,\
                build.properties,\
@@ -13,7 +13,6 @@
                src/,\
                META-INF/,\
                lib/
-jars.compile.order = drools-eclipse-plugin.jar
-output.drools-eclipse-plugin.jar = target/classes
-source.drools-eclipse-plugin.jar = src/main/java/,\
-                                   src/main/resources/
+jars.compile.order = .
+source.. = src/main/java/,\
+           src/main/resources/




More information about the jboss-svn-commits mailing list