[seam-commits] Seam SVN: r11104 - branches/community/Seam_2_1/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jun 10 04:32:07 EDT 2009
Author: manaRH
Date: 2009-06-10 04:32:07 -0400 (Wed, 10 Jun 2009)
New Revision: 11104
Modified:
branches/community/Seam_2_1/build/gen.pom.xml
Log:
reverted ant dependency for seam-gen - Eclipse IDE requires this for seam-gen custom ant tasks.
Modified: branches/community/Seam_2_1/build/gen.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/gen.pom.xml 2009-06-10 02:19:48 UTC (rev 11103)
+++ branches/community/Seam_2_1/build/gen.pom.xml 2009-06-10 08:32:07 UTC (rev 11104)
@@ -16,6 +16,12 @@
<dependencies>
<dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<scope>runtime</scope>
More information about the seam-commits
mailing list