[jboss-svn-commits] JBL Code SVN: r10664 - in labs/jbossrules/trunk: drools-eclipse/drools-eclipse-plugin and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 30 18:58:25 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-03-30 18:58:25 -0400 (Fri, 30 Mar 2007)
New Revision: 10664

Modified:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
   labs/jbossrules/trunk/pom.xml
Log:
JBRULES-761 Automate the Eclipse build
-still trying to get the plugin to work :(

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-03-30 22:16:20 UTC (rev 10663)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF	2007-03-30 22:58:25 UTC (rev 10664)
@@ -41,3 +41,105 @@
  lib/xpp3-1.1.3.4.O.jar,
  lib/xstream-1.1.3.jar
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Export-Package: org.drools,
+ org.drools.asm,
+ org.drools.asm.attrs,
+ org.drools.asm.commons,
+ org.drools.asm.signature,
+ org.drools.asm.util,
+ org.drools.asm.util.attrs,
+ org.drools.audit,
+ org.drools.audit.event,
+ org.drools.base,
+ org.drools.base.dataproviders,
+ org.drools.base.evaluators,
+ org.drools.base.extractors,
+ org.drools.base.field,
+ org.drools.base.mvel,
+ org.drools.brms.client.modeldriven,
+ org.drools.brms.client.modeldriven.brxml,
+ org.drools.brms.server.converter,
+ org.drools.brms.server.rules,
+ org.drools.brms.server.util,
+ org.drools.common,
+ org.drools.compiler,
+ org.drools.conflict,
+ org.drools.decisiontable,
+ org.drools.decisiontable.model,
+ org.drools.decisiontable.parser,
+ org.drools.decisiontable.parser.csv,
+ org.drools.decisiontable.parser.xls,
+ org.drools.eclipse,
+ org.drools.eclipse.action,
+ org.drools.eclipse.builder,
+ org.drools.eclipse.core,
+ org.drools.eclipse.core.ui,
+ org.drools.eclipse.debug,
+ org.drools.eclipse.debug.actions,
+ org.drools.eclipse.debug.core,
+ org.drools.eclipse.dsl.editor,
+ org.drools.eclipse.editors,
+ org.drools.eclipse.editors.completion,
+ org.drools.eclipse.editors.outline,
+ org.drools.eclipse.editors.rete,
+ org.drools.eclipse.editors.rete.commands,
+ org.drools.eclipse.editors.rete.figure,
+ org.drools.eclipse.editors.rete.model,
+ org.drools.eclipse.editors.rete.part,
+ org.drools.eclipse.editors.scanners,
+ org.drools.eclipse.flow.common.datatype,
+ org.drools.eclipse.flow.common.datatype.impl,
+ org.drools.eclipse.flow.common.editor,
+ org.drools.eclipse.flow.common.editor.core,
+ org.drools.eclipse.flow.common.editor.core.command,
+ org.drools.eclipse.flow.common.editor.editpart,
+ org.drools.eclipse.flow.common.editor.editpart.figure,
+ org.drools.eclipse.flow.common.editor.policy,
+ org.drools.eclipse.flow.common.view.datatype.editor,
+ org.drools.eclipse.flow.common.view.datatype.editor.impl,
+ org.drools.eclipse.flow.common.view.property,
+ org.drools.eclipse.flow.ruleflow,
+ org.drools.eclipse.flow.ruleflow.core,
+ org.drools.eclipse.flow.ruleflow.editor,
+ org.drools.eclipse.flow.ruleflow.editor.action,
+ org.drools.eclipse.flow.ruleflow.editor.editpart,
+ org.drools.eclipse.flow.ruleflow.view.property.constraint,
+ org.drools.eclipse.flow.ruleflow.view.property.variable,
+ org.drools.eclipse.launching,
+ org.drools.eclipse.menu,
+ org.drools.eclipse.preferences,
+ org.drools.eclipse.util,
+ org.drools.eclipse.view.rules,
+ org.drools.eclipse.wizard.decisiontable,
+ org.drools.eclipse.wizard.dsl,
+ org.drools.eclipse.wizard.project,
+ org.drools.eclipse.wizard.rule,
+ org.drools.event,
+ org.drools.facttemplates,
+ org.drools.lang,
+ org.drools.lang.descr,
+ org.drools.lang.dsl,
+ org.drools.resource.util,
+ org.drools.reteoo,
+ org.drools.reteoo.builder,
+ org.drools.rule,
+ org.drools.rule.builder,
+ org.drools.rule.builder.dialect.java,
+ org.drools.rule.builder.dialect.java.parser,
+ org.drools.rule.builder.dialect.mvel,
+ org.drools.ruleflow.common.core,
+ org.drools.ruleflow.common.core.impl,
+ org.drools.ruleflow.common.datatype,
+ org.drools.ruleflow.common.datatype.impl,
+ org.drools.ruleflow.common.datatype.impl.type,
+ org.drools.ruleflow.common.instance,
+ org.drools.ruleflow.common.instance.impl,
+ org.drools.ruleflow.core,
+ org.drools.ruleflow.core.impl,
+ org.drools.ruleflow.instance,
+ org.drools.ruleflow.instance.impl,
+ org.drools.spi,
+ org.drools.util,
+ org.drools.util.asm,
+ org.drools.util.concurrent.locks,
+ org.drools.xml

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties	2007-03-30 22:16:20 UTC (rev 10663)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/build.properties	2007-03-30 22:58:25 UTC (rev 10664)
@@ -1,15 +1,17 @@
 bin.includes = META-INF/,\
                ide.jar,\
-               lib/,\
                icons/,\
                plugin.xml,\
-               help/,
+               help/,\
+               lib/
 source.ide.jar = src/main/java/
 output.ide.jar = bin/
-bin.excludes = lib/jcr-1.0.jar,\
-               lib/javasvn-1.1-beta5.jar,\
-               lib/gwt-servlet-1.2.11.jar,\
-               lib/gwt-servlet-1.1.10.jar,\
-               lib/core-3.2.0.658.jar,\
-               lib/core-3.2.0.666.jar,\
-               lib/core-3.2.1.v_677_R32x.jar
+src.includes = .project,\
+               .classpath,\
+               build.properties,\
+               icons/,\
+               help/,\
+               lib/,\
+               plugin.xml,\
+               src/,\
+               META-INF/

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2007-03-30 22:16:20 UTC (rev 10663)
+++ labs/jbossrules/trunk/pom.xml	2007-03-30 22:58:25 UTC (rev 10664)
@@ -481,8 +481,8 @@
     <module>drools-eclipse</module>
     <!-- TODO enable these or create a profile in which they are enabled (to avoid making the build slow) -->
     <!--module>drools-server</module-->
-    <module>drools-repository</module>
-    <module>drools-jbrms</module>
+    <!--module>drools-repository</module>
+    <module>drools-jbrms</module-->
   </modules>
 
   <dependencies>




More information about the jboss-svn-commits mailing list