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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 18 13:21:07 EST 2009


Author: whitingjr
Date: 2009-11-18 13:21:07 -0500 (Wed, 18 Nov 2009)
New Revision: 30201

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
   labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml
Log:
Added dependency information.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2009-11-18 18:19:11 UTC (rev 30200)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2009-11-18 18:21:07 UTC (rev 30201)
@@ -7,7 +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"/>
+	<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"/>
@@ -15,5 +15,6 @@
 	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
 	<classpathentry kind="lib" path="lib/caveatemptor-jpa.jar"/>
 	<classpathentry kind="lib" path="lib/dbdrivers/oracle/ojdbc14.jar"/>
+	<classpathentry kind="lib" path="lib/dbdrivers/postgresql/postgresql-8.4-701.jdbc4.jar" sourcepath="/home/whitingjr/java/postgresql/postgresql-jdbc-8.4-701.src"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml	2009-11-18 18:19:11 UTC (rev 30200)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml	2009-11-18 18:21:07 UTC (rev 30201)
@@ -59,16 +59,25 @@
 			<version>4.2.2.GA</version>
 		</dependency>
 		<dependency>
-         <groupId>commons-dbutils</groupId>
-         <artifactId>commons-dbutils</artifactId>
-         <version>1.2</version>
+			<groupId>commons-dbutils</groupId>
+			<artifactId>commons-dbutils</artifactId>
+			<version>1.2</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>1.4</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>3.2.1</version>
+		</dependency>
+		<dependency>
+         <groupId>commons-lang</groupId>
+         <artifactId>commons-lang</artifactId>
+         <version>2.4</version>
       </dependency>
-      <dependency>
-         <groupId>commons-io</groupId>
-         <artifactId>commons-io</artifactId>
-         <version>1.4</version>
-      </dependency>
-		
 	</dependencies>
 	<build>
 		<plugins>
@@ -83,7 +92,7 @@
 			</plugin>
 		</plugins>
 	</build>
-   
-   
-   
+
+
+
 </project>
\ No newline at end of file



More information about the jboss-svn-commits mailing list