[jboss-cvs] JBoss Messaging SVN: r4498 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 05:45:11 EDT 2008


Author: bershath27
Date: 2008-06-17 05:45:11 -0400 (Tue, 17 Jun 2008)
New Revision: 4498

Modified:
   trunk/build-messaging.xml
Log:
modified the class path entry for jpa-api

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-06-17 09:44:25 UTC (rev 4497)
+++ trunk/build-messaging.xml	2008-06-17 09:45:11 UTC (rev 4498)
@@ -170,6 +170,7 @@
       <path refid="jboss.jboss.jaspi.api.classpath"/>
       <path refid="jgroups.jgroups.classpath"/>
       <path refid="apache.mina.classpath"/>
+   	  <path refid="jpa.api.classpath"/>
       <path location="${build.classes.dir}"/>
    </path>
 	
@@ -246,8 +247,7 @@
       <path refid="slf4j.api.classpath"/>
       <path refid="slf4j.log4j.classpath"/>
    </path>
-	
-   <path refid="jpa.api.classpath"/>
+   
    <!--
         Setting "external.project" to true makes jbossbuild use the current directory, and not its
         parent, as project root. DO NOT change this.




More information about the jboss-cvs-commits mailing list