[hibernate-commits] Hibernate SVN: r18376 - in sandbox/trunk/lobtest-ee5: lobtest-ear and 3 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jan 1 12:27:49 EST 2010


Author: stliu
Date: 2010-01-01 12:27:49 -0500 (Fri, 01 Jan 2010)
New Revision: 18376

Modified:
   sandbox/trunk/lobtest-ee5/lobtest-ear/
   sandbox/trunk/lobtest-ee5/lobtest-ear/pom.xml
   sandbox/trunk/lobtest-ee5/lobtest-ejb/
   sandbox/trunk/lobtest-ee5/lobtest-ejb/pom.xml
   sandbox/trunk/lobtest-ee5/lobtest-sar/
   sandbox/trunk/lobtest-ee5/lobtest-sar/pom.xml
   sandbox/trunk/lobtest-ee5/lobtest-web/
   sandbox/trunk/lobtest-ee5/pom.xml
Log:
ignore the metadata files generated by eclipse, move profiles from sub-module to the top pom.xml


Property changes on: sandbox/trunk/lobtest-ee5/lobtest-ear
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings
.project


Modified: sandbox/trunk/lobtest-ee5/lobtest-ear/pom.xml
===================================================================
--- sandbox/trunk/lobtest-ee5/lobtest-ear/pom.xml	2009-12-31 18:56:17 UTC (rev 18375)
+++ sandbox/trunk/lobtest-ee5/lobtest-ear/pom.xml	2010-01-01 17:27:49 UTC (rev 18376)
@@ -72,70 +72,5 @@
 		</dependency>
 	</dependencies>
 
-    <profiles>
-        <profile>
-            <id>eap-4.3-cp06</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>hibernate.</groupId>
-                    <artifactId>hibernate3</artifactId>
-                    <version>3.2.4.SP1_CP08-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-entitymanager</groupId>
-                    <artifactId>ejb3-persistence</artifactId>
-                    <version>3.3.2.GA-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-annotations</groupId>
-                    <artifactId>hibernate-annotations</artifactId>
-                    <version>3.3.1.GA_CP01-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-entitymanager</groupId>
-                    <artifactId>hibernate-entitymanager</artifactId>
-                    <version>3.3.2.GA-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-        <profile>
-            <id>eap-5</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.hibernate.</groupId>
-                    <artifactId>hibernate-core</artifactId>
-                    <version>3.3.2.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>ejb3-persistence</artifactId>
-                    <version>1.0.2.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-	            <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-annotations</artifactId>
-                    <version>3.4.0.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-entitymanager</artifactId>
-                    <version>3.4.0.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-    </profiles>
+ 
 </project>


Property changes on: sandbox/trunk/lobtest-ee5/lobtest-ejb
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings
.classpath
.project


Modified: sandbox/trunk/lobtest-ee5/lobtest-ejb/pom.xml
===================================================================
--- sandbox/trunk/lobtest-ee5/lobtest-ejb/pom.xml	2009-12-31 18:56:17 UTC (rev 18375)
+++ sandbox/trunk/lobtest-ee5/lobtest-ejb/pom.xml	2010-01-01 17:27:49 UTC (rev 18376)
@@ -47,71 +47,4 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-
-    <profiles>
-        <profile>
-            <id>eap-4.3-cp06</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>hibernate.</groupId>
-                    <artifactId>hibernate3</artifactId>
-                    <version>3.2.4.SP1_CP08-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-entitymanager</groupId>
-                    <artifactId>ejb3-persistence</artifactId>
-                    <version>3.3.2.GA-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-annotations</groupId>
-                    <artifactId>hibernate-annotations</artifactId>
-                    <version>3.3.1.GA_CP01-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-entitymanager</groupId>
-                    <artifactId>hibernate-entitymanager</artifactId>
-                    <version>3.3.2.GA-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-        <profile>
-            <id>eap-5</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.hibernate.</groupId>
-                    <artifactId>hibernate-core</artifactId>
-                    <version>3.3.2.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>ejb3-persistence</artifactId>
-                    <version>1.0.2.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-	            <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-annotations</artifactId>
-                    <version>3.4.0.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-entitymanager</artifactId>
-                    <version>3.4.0.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-    </profiles>
 </project>


Property changes on: sandbox/trunk/lobtest-ee5/lobtest-sar
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings
.classpath
.project


Modified: sandbox/trunk/lobtest-ee5/lobtest-sar/pom.xml
===================================================================
--- sandbox/trunk/lobtest-ee5/lobtest-sar/pom.xml	2009-12-31 18:56:17 UTC (rev 18375)
+++ sandbox/trunk/lobtest-ee5/lobtest-sar/pom.xml	2010-01-01 17:27:49 UTC (rev 18376)
@@ -46,70 +46,5 @@
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>
-    <profiles>
-        <profile>
-            <id>eap-4.3-cp06</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>hibernate.</groupId>
-                    <artifactId>hibernate3</artifactId>
-                    <version>3.2.4.SP1_CP08-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-entitymanager</groupId>
-                    <artifactId>ejb3-persistence</artifactId>
-                    <version>3.3.2.GA-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-annotations</groupId>
-                    <artifactId>hibernate-annotations</artifactId>
-                    <version>3.3.1.GA_CP01-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>hibernate-entitymanager</groupId>
-                    <artifactId>hibernate-entitymanager</artifactId>
-                    <version>3.3.2.GA-brew</version>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-        <profile>
-            <id>eap-5</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.hibernate.</groupId>
-                    <artifactId>hibernate-core</artifactId>
-                    <version>3.3.2.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>ejb3-persistence</artifactId>
-                    <version>1.0.2.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-	            <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-annotations</artifactId>
-                    <version>3.4.0.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-entitymanager</artifactId>
-                    <version>3.4.0.GA</version>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-    </profiles>
+  
 </project>


Property changes on: sandbox/trunk/lobtest-ee5/lobtest-web
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings
.classpath
.project


Modified: sandbox/trunk/lobtest-ee5/pom.xml
===================================================================
--- sandbox/trunk/lobtest-ee5/pom.xml	2009-12-31 18:56:17 UTC (rev 18375)
+++ sandbox/trunk/lobtest-ee5/pom.xml	2010-01-01 17:27:49 UTC (rev 18376)
@@ -24,4 +24,70 @@
 			</plugin>
 		</plugins>
 	</build>
+	<profiles>
+        <profile>
+            <id>eap-4.3-cp06</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>hibernate</groupId>
+                    <artifactId>hibernate3</artifactId>
+                    <version>3.2.4.SP1_CP08-brew</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>hibernate-entitymanager</groupId>
+                    <artifactId>ejb3-persistence</artifactId>
+                    <version>3.3.2.GA-brew</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>hibernate-annotations</groupId>
+                    <artifactId>hibernate-annotations</artifactId>
+                    <version>3.3.1.GA_CP01-brew</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>hibernate-entitymanager</groupId>
+                    <artifactId>hibernate-entitymanager</artifactId>
+                    <version>3.3.2.GA-brew</version>
+                    <scope>provided</scope>
+                </dependency>
+            </dependencies>
+        </profile>
+        <profile>
+            <id>eap-5</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.hibernate</groupId>
+                    <artifactId>hibernate-core</artifactId>
+                    <version>3.3.2.GA</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.hibernate</groupId>
+                    <artifactId>ejb3-persistence</artifactId>
+                    <version>1.0.2.GA</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+	            <groupId>org.hibernate</groupId>
+                    <artifactId>hibernate-annotations</artifactId>
+                    <version>3.4.0.GA</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.hibernate</groupId>
+                    <artifactId>hibernate-entitymanager</artifactId>
+                    <version>3.4.0.GA</version>
+                    <scope>provided</scope>
+                </dependency>
+            </dependencies>
+        </profile>
+    </profiles>
 </project>
\ No newline at end of file



More information about the hibernate-commits mailing list