[jboss-cvs] JBossAS SVN: r72679 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 11:17:14 EDT 2008


Author: ALRubinger
Date: 2008-04-24 11:17:13 -0400 (Thu, 24 Apr 2008)
New Revision: 72679

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
[EJBTHREE-1320] Added server-manager to CP for the server taskdef

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-04-24 15:16:10 UTC (rev 72678)
+++ projects/ejb3/trunk/core/build-test.xml	2008-04-24 15:17:13 UTC (rev 72679)
@@ -94,6 +94,7 @@
   <property name="location.dependencies.lib" value="${location.dependencies}/lib"/>
   <property name="location.dependencies.lib.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate3.jar"/>
   <property name="location.dependencies.lib.jboss-test:jboss-test" value="${location.dependencies.lib}/jboss-test.jar"/>
+  <property name="location.dependencies.lib.org.jboss.jbossas:server-manager" value="${location.dependencies.lib}/jboss-server-manager.jar"/>
   <property name="location.dependencies.lib.junit:junit" value="${location.dependencies.lib}/junit.jar"/>
   <property name="location.dependencies.lib.hsqldb:hsqldb" value="${location.dependencies.lib}/hsqldb.jar"/>
   <property name="location.dependencies.lib.apache-httpclient:commons-httpclient" value="${location.dependencies.lib}/commons-httpclient.jar"/>
@@ -121,6 +122,7 @@
   <!-- Define the Path to Server Task Definitions, used by the JBoss Server Run targets -->
   <path id="server.taskdef.classpath">  
      <pathelement path="${location.dependencies.lib.jboss-test:jboss-test}"/>
+     <pathelement path="${location.dependencies.lib.org.jboss.jbossas:server-manager}"/>
   </path>
 
   <!-- Import the jboss server run targets -->




More information about the jboss-cvs-commits mailing list