[jboss-svn-commits] JBL Code SVN: r10994 - in labs/jbossrules/trunk: drools-ant and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 15 22:49:58 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-04-15 22:49:58 -0400 (Sun, 15 Apr 2007)
New Revision: 10994

Modified:
   labs/jbossrules/trunk/documentation/pom.xml
   labs/jbossrules/trunk/drools-ant/pom.xml
Log:
JBRULES-761 Automate the Eclipse build
-renamed drools-ide to drools-eclipse-plugin

Modified: labs/jbossrules/trunk/documentation/pom.xml
===================================================================
--- labs/jbossrules/trunk/documentation/pom.xml	2007-04-16 02:30:46 UTC (rev 10993)
+++ labs/jbossrules/trunk/documentation/pom.xml	2007-04-16 02:49:58 UTC (rev 10994)
@@ -32,11 +32,11 @@
                 <tasks>
                     <delete dir="manual/build"/>
                     <ant dir="manual" inheritRefs="true" />
-                    <delete dir="../drools-ide/help/eclipse"/>
-                    <delete dir="../drools-ide/help/shared"/>
+                    <delete dir="../drools-eclipse/drools-eclipse-plugin/help/eclipse"/>
+                    <delete dir="../drools-eclipse/drools-eclipse-plugin/help/shared"/>
                     <replace file="manual/build/en/eclipse/toc.xml" token="href=&quot;" value="href=&quot;help/eclipse/"/>
                     <replace file="manual/build/en/eclipse/toc.xml" token="topic=&quot;" value="topic=&quot;help/eclipse/"/>
-                    <copy todir="../drools-ide/help">
+                    <copy todir="../drools-eclipse/drools-eclipse-plugin/help">
                       <fileset dir="manual/build/en" includes="shared/** eclipse/**" excludes="**/*.svg **/*.db"/>
                     </copy>
                     <copy todir="../target/docs">

Modified: labs/jbossrules/trunk/drools-ant/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-ant/pom.xml	2007-04-16 02:30:46 UTC (rev 10993)
+++ labs/jbossrules/trunk/drools-ant/pom.xml	2007-04-16 02:49:58 UTC (rev 10994)
@@ -47,36 +47,6 @@
            
   </dependencies>
 
-  <!-- This is needed to copy the generated jars into the IDE/Plugs lib directory -->
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-            <execution>
-                <id>package</id>
-                <phase>package</phase>
-                <configuration>
-                    <tasks>
-                        <echo message="Copying file ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} to ../drools-ide/lib/${project.artifactId}.${project.packaging}" />
-                        <copy file="${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}" tofile="../drools-ide/lib/${project.artifactId}.${project.packaging}" />
-                    </tasks>
-                </configuration>
-                <goals>
-                    <goal>run</goal>
-                </goals>
-            </execution>
-        </executions>
-        <dependencies>
-	        <dependency>
-                <groupId>ant</groupId>
-                <artifactId>ant-antlr</artifactId>
-                <version>1.6.5</version>
-	        </dependency>
-        </dependencies>
-      </plugin>      
-    </plugins>
-  </build>
+  <build/>
 
 </project>




More information about the jboss-svn-commits mailing list