[jboss-cvs] JBossAS SVN: r94110 - projects/jpa/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 29 12:05:22 EDT 2009
Author: smarlow at redhat.com
Date: 2009-09-29 12:05:20 -0400 (Tue, 29 Sep 2009)
New Revision: 94110
Modified:
projects/jpa/trunk/pom.xml
Log:
EJBTHREE-1931 - JPA 2 support
Modified: projects/jpa/trunk/pom.xml
===================================================================
--- projects/jpa/trunk/pom.xml 2009-09-29 15:57:07 UTC (rev 94109)
+++ projects/jpa/trunk/pom.xml 2009-09-29 16:05:20 UTC (rev 94110)
@@ -21,4 +21,28 @@
<module>build</module>
<module>deployers</module>
</modules>
+
+ <profiles>
+ <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