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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 1 22:15:28 EDT 2009


Author: smarlow at redhat.com
Date: 2009-10-01 22:15:28 -0400 (Thu, 01 Oct 2009)
New Revision: 94232

Modified:
   projects/ejb3/trunk/pom.xml
Log:
EJBTHREE-1931 - JPA 2 support - back out revision 94109 which should of been done to build/pom.xml instead

Modified: projects/ejb3/trunk/pom.xml
===================================================================
--- projects/ejb3/trunk/pom.xml	2009-10-02 00:48:05 UTC (rev 94231)
+++ projects/ejb3/trunk/pom.xml	2009-10-02 02:15:28 UTC (rev 94232)
@@ -32,8 +32,10 @@
     The JBoss EJB 3.0 Implementation
   </description>
 
+
   <!-- Aggregate Modules -->
-  <modules>
+
+    <modules>
     <module>aop-deployers</module>
     <module>api</module>
     <module>async-impl</module>
@@ -71,33 +73,13 @@
   </modules>
 
   <profiles>
+
     <profile>
       <id>eclipse</id>
       <build>
         <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