[seam-commits] Seam SVN: r11105 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 10 09:21:21 EDT 2009


Author: manaRH
Date: 2009-06-10 09:21:21 -0400 (Wed, 10 Jun 2009)
New Revision: 11105

Modified:
   branches/community/Seam_2_2/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_2/build/gen.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/gen.pom.xml	2009-06-10 08:32:07 UTC (rev 11104)
+++ branches/community/Seam_2_2/build/gen.pom.xml	2009-06-10 13:21:21 UTC (rev 11105)
@@ -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