[jboss-cvs] JBossAS SVN: r94109 - projects/ejb3/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 11:57:07 EDT 2009


Author: smarlow at redhat.com
Date: 2009-09-29 11:57:07 -0400 (Tue, 29 Sep 2009)
New Revision: 94109

Modified:
   projects/ejb3/trunk/pom.xml
Log:
EJBTHREE-1931 - JPA 2 support

Modified: projects/ejb3/trunk/pom.xml
===================================================================
--- projects/ejb3/trunk/pom.xml	2009-09-29 14:49:03 UTC (rev 94108)
+++ projects/ejb3/trunk/pom.xml	2009-09-29 15:57:07 UTC (rev 94109)
@@ -77,6 +77,27 @@
         <defaultGoal>process-test-resources</defaultGoal>
       </build>
     </profile>
+
+    <profile>
+      <id>JPA-1.0></id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <properties>
+        <JPA.version>1.0.0</JPA.version>
+      </properties>
+    </profile>
+
+    <profile>
+      <id>JPA-2.0</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <properties>
+        <JPA.version>2.0.Beta-20090815</JPA.version>
+      </properties>
+    </profile>
+
   </profiles>
 
 </project>




More information about the jboss-cvs-commits mailing list