[jboss-cvs] JBossAS SVN: r60264 - branches/Branch_4_2/tomcat.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Feb 4 12:51:13 EST 2007
Author: bstansberry at jboss.com
Date: 2007-02-04 12:51:13 -0500 (Sun, 04 Feb 2007)
New Revision: 60264
Modified:
branches/Branch_4_2/tomcat/build.xml
Log:
Expose Tomcat module classes to the testsuite
Modified: branches/Branch_4_2/tomcat/build.xml
===================================================================
--- branches/Branch_4_2/tomcat/build.xml 2007-02-04 17:48:44 UTC (rev 60263)
+++ branches/Branch_4_2/tomcat/build.xml 2007-02-04 17:51:13 UTC (rev 60264)
@@ -243,7 +243,7 @@
</fileset>
</jar>
- <jar jarfile="${build.deploy}/jboss-web.deployer/jbossweb-service.jar"
+ <jar jarfile="${build.lib}/jbossweb-service.jar"
manifest="${build.etc}/default.mf">
<!-- The service classes -->
<fileset dir="${build.classes}">
@@ -262,8 +262,10 @@
</fileset>
</jar>
<copy todir="${build.deploy}/jboss-web.deployer">
- <fileset dir="${source.webapps}">
+ <fileset dir="${build.lib}">
+ <include name="jbossweb-service.jar"/>
</fileset>
+ <fileset dir="${source.webapps}"/>
</copy>
<!-- jar for fine grained aop -->
More information about the jboss-cvs-commits
mailing list