You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by kw...@apache.org on 2013/02/11 16:14:58 UTC

svn commit: r1444821 - /openjpa/trunk/openjpa-integration/tck/pom.xml

Author: kwsutter
Date: Mon Feb 11 15:14:58 2013
New Revision: 1444821

URL: http://svn.apache.org/r1444821
Log:
OPENJPA-2326.  Just some cosmetic updates to pom.xml to help differentiate between the TCK 2.0 setup and the TCK 1.0 setup configurations.

Modified:
    openjpa/trunk/openjpa-integration/tck/pom.xml

Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=1444821&r1=1444820&r2=1444821&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Mon Feb 11 15:14:58 2013
@@ -103,7 +103,10 @@
 
     <profiles>
       <profile>
+        <!-- vvvvvvvvvvvvvvvvvvv -->
         <!-- JPA 2.0 TCK Profile -->
+        <!-- vvvvvvvvvvvvvvvvvvv -->
+        
         <id>tck2-profile</id>
         <build>
           <plugins>
@@ -220,10 +223,18 @@
             <version>${project.version}</version>
           </dependency>
         </dependencies>
+        
+        <!-- ^^^^^^^^^^^^^^^^^^^ -->
+        <!-- JPA 2.0 TCK Profile -->
+        <!-- ^^^^^^^^^^^^^^^^^^^ -->
       </profile>
+      
 
       <profile>
+        <!-- vvvvvvvvvvvvvvvvvvvv -->
         <!-- JPA 1.0b TCK Profile -->
+        <!-- vvvvvvvvvvvvvvvvvvvv -->
+        
         <id>tck-profile</id>
         <build>
           <plugins>
@@ -449,6 +460,10 @@ databaseName=${db.name}
             <version>${project.version}</version>
           </dependency>
         </dependencies>
+        
+        <!-- ^^^^^^^^^^^^^^^^^^^^ -->
+        <!-- JPA 1.0b TCK Profile -->
+        <!-- ^^^^^^^^^^^^^^^^^^^^ -->
       </profile>
 
         <profile>