[hibernate-commits] Hibernate SVN: r18133 - in core/branches/Branch_3_3_2_GA_CP: testsuite and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Dec 4 04:50:50 EST 2009


Author: stliu
Date: 2009-12-04 04:50:50 -0500 (Fri, 04 Dec 2009)
New Revision: 18133

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
   core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml
Log:
JBPAPP-3218 update db profile in hibernate eap 5 cp branch 

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2009-12-04 09:27:31 UTC (rev 18132)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2009-12-04 09:50:50 UTC (rev 18133)
@@ -109,6 +109,19 @@
     </mailingLists>
 
     <build>
+	    <testResources>
+            <testResource>
+                <filtering>false</filtering>
+                <directory>src/test/java</directory>
+                <includes>
+                    <include>**/*.xml</include>
+                </includes>
+            </testResource>
+            <testResource>
+                <filtering>true</filtering>
+                <directory>src/test/resources</directory>
+            </testResource>
+        </testResources>
         <plugins>
             <plugin>
                 <!-- require at least JDK 1.5 to run the build -->

Modified: core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml	2009-12-04 09:27:31 UTC (rev 18132)
+++ core/branches/Branch_3_3_2_GA_CP/testsuite/pom.xml	2009-12-04 09:50:50 UTC (rev 18133)
@@ -43,24 +43,4 @@
             <version>1.1</version>
         </dependency>
     </dependencies>
-
-    <build>
-        <testResources>
-            <testResource>
-                <filtering>false</filtering>
-                <directory>src/test/java</directory>
-                <includes>
-                    <include>**/*.xml</include>
-                </includes>
-            </testResource>
-            <testResource>
-                <filtering>true</filtering>
-                <directory>src/test/resources</directory>
-            </testResource>
-        </testResources>
-
-
-    </build>
-
-  
 </project>



More information about the hibernate-commits mailing list