Author: nickboldt
Date: 2010-08-06 14:38:14 -0400 (Fri, 06 Aug 2010)
New Revision: 23979
Modified:
trunk/drools/pom-with-deps.xml
Log:
fix path to org.jboss.tools.ui.bot.ext dependency
Modified: trunk/drools/pom-with-deps.xml
===================================================================
--- trunk/drools/pom-with-deps.xml 2010-08-06 18:33:31 UTC (rev 23978)
+++ trunk/drools/pom-with-deps.xml 2010-08-06 18:38:14 UTC (rev 23979)
@@ -13,25 +13,14 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
- <module>org.jboss.tools.ui.bot.ext</module>
+ <!-- check out dependencies into folder parallel to this one in Hudson workspace
-->
+ <module>../org.jboss.tools.ui.bot.ext</module>
+
+ <!-- contained children -->
<module>plugins</module>
<module>features</module>
<module>tests</module>
<module>site</module>
</modules>
- <!-- TODO: figure out how to invoke this BEFORE the dep resolution for target
- platform -->
- <!-- <build> <plugins> <plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version> <executions>
- <execution> <id>clean</id> <phase>clean</phase>
<configuration> <tasks> <ant
- antfile="build.xml" /> </tasks> </configuration> <goals>
<goal>run</goal>
- </goals> </execution> </executions> <dependencies>
<dependency> <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId> <version>1.4.1</version>
</dependency>
- <dependency> <groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
- <version>1.7.1</version> </dependency> <dependency>
<groupId>org.apache.ant</groupId>
- <artifactId>ant-apache-regexp</artifactId>
<version>1.7.1</version> </dependency>
- <dependency> <groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
- <version>1.0b3</version> </dependency> </dependencies>
</plugin> </plugins>
- </build> -->
</project>
Show replies by date