[jboss-svn-commits] JBL Code SVN: r30265 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 20 06:07:08 EST 2009


Author: whitingjr
Date: 2009-11-20 06:07:08 -0500 (Fri, 20 Nov 2009)
New Revision: 30265

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
   labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml
Log:
Complete - taskConfigure PostgreSQL 
Moved dependency loading to Maven configuration file.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2009-11-20 11:06:29 UTC (rev 30264)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2009-11-20 11:07:08 UTC (rev 30265)
@@ -7,10 +7,7 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="lib" path="lib/ejb3-persistence.jar"/>
-	<classpathentry kind="lib" path="lib/hibernate-annotations.jar" sourcepath="/home/whitingjr/java/hibernate/hibernate-annotations-3.2.1.GA/src"/>
-	<classpathentry kind="lib" path="lib/hibernate-entitymanager.jar"/>
 	<classpathentry kind="lib" path="lib/hibernate-tools.jar"/>
-	<classpathentry kind="lib" path="lib/hibernate3.jar" sourcepath="/hibernate-core-v3.2.1_GA"/>
 	<classpathentry kind="lib" path="lib/jboss-ejb3-all.jar"/>
 	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
 	<classpathentry kind="lib" path="lib/caveatemptor-jpa.jar"/>

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml	2009-11-20 11:06:29 UTC (rev 30264)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml	2009-11-20 11:07:08 UTC (rev 30265)
@@ -74,10 +74,25 @@
 			<version>3.2.1</version>
 		</dependency>
 		<dependency>
-         <groupId>commons-lang</groupId>
-         <artifactId>commons-lang</artifactId>
-         <version>2.4</version>
-      </dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.4</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-core</artifactId>
+			<version>3.3.0.GA</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-annotations</artifactId>
+			<version>3.4.0.GA</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-entitymanager</artifactId>
+			<version>3.4.0.GA</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>



More information about the jboss-svn-commits mailing list