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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 25 18:00:32 EST 2008


Author: ALRubinger
Date: 2008-02-25 18:00:32 -0500 (Mon, 25 Feb 2008)
New Revision: 70069

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Fixed target tests-report-html by setting stylesheets dir

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-02-25 21:36:31 UTC (rev 70068)
+++ projects/ejb3/trunk/core/build-test.xml	2008-02-25 23:00:32 UTC (rev 70069)
@@ -328,7 +328,7 @@
    <property name="build.ejb3.lib" value="${module.output}/lib"/>
    <property name="build.api" value="${module.output}/api"/>
    <property name="build.etc" value="${module.output}/etc"/>
-   <property name="build.stylesheets" value="${module.output}/stylesheets"/>
+   <property name="build.stylesheets" value="${location.dependencies.unpacked.jboss-test:jboss.test}/stylesheets"/>
    <!-- build.resources is needed for the test-configs directory used by the create-config macro -->
    <property name="build.resources" value="${module.source}/test/resources"/>
 




More information about the jboss-cvs-commits mailing list