[seam-commits] Seam SVN: r14985 - in branches/community/Seam_2_3: jboss-seam-gen and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jul 18 16:04:34 EDT 2012


Author: manaRH
Date: 2012-07-18 16:04:32 -0400 (Wed, 18 Jul 2012)
New Revision: 14985

Modified:
   branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml
   branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
   branches/community/Seam_2_3/jboss-seam-gen/pom.xml
Log:
upgrade to hibernate-tools 4.0.0

Modified: branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml	2012-07-17 20:37:02 UTC (rev 14984)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml	2012-07-18 20:04:32 UTC (rev 14985)
@@ -188,6 +188,7 @@
             <include>org.beanshell:bsh:jar</include>
             <include>org.hibernate:jtidy:jar</include>
             <include>freemarker:freemarker:jar</include>
+            <include>org.eclipse.jdt:core:jar</include>
             <include>org.eclipse.core:runtime:jar</include>
             <include>org.eclipse.equinox:common:jar</include>
             <include>org.eclipse:text:jar</include>

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml	2012-07-17 20:37:02 UTC (rev 14984)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml	2012-07-18 20:04:32 UTC (rev 14985)
@@ -1529,6 +1529,10 @@
             <pathelement path="${seam.dir}/lib/hibernate-annotations.jar"/>
             <pathelement path="${seam.dir}/lib/hibernate-entitymanager.jar"/>
             <pathelement path="${seam.dir}/lib/hibernate-validator.jar"/>
+            <pathelement path="${seam.dir}/lib/jboss-logging.jar"/>
+            <pathelement path="${seam.dir}/lib/jboss-transaction-api_1.1_spec.jar"/>
+            <pathelement path="${seam.dir}/lib/hibernate-jpa-2.0-api.jar"/>
+            <pathelement path="${seam.dir}/lib/gen/core.jar"/>            
             <pathelement path="${seam.dir}/lib/slf4j-api.jar"/> 
             <pathelement path="${seam.dir}/lib/slf4j-log4j12.jar"/> 
             <pathelement path="${seam.dir}/lib/log4j.jar"/> 

Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/pom.xml	2012-07-17 20:37:02 UTC (rev 14984)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml	2012-07-18 20:04:32 UTC (rev 14985)
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-tools</artifactId>
-         <version>3.2.4.GA</version>
+         <version>4.0.0</version>
          <scope>runtime</scope>
       </dependency>
 
@@ -108,6 +108,12 @@
          </exclusions>
       </dependency>
 
+     <dependency>
+        <groupId>org.eclipse.jdt</groupId>
+        <artifactId>core</artifactId>
+        <version>3.2.0.658</version>
+      </dependency>
+
       <dependency>
       	<groupId>org.apache.ant</groupId>
       	<artifactId>ant</artifactId>



More information about the seam-commits mailing list