[jboss-cvs] jboss-portal/core ...
Chris Laprun
chris.laprun at jboss.com
Mon Aug 21 19:07:22 EDT 2006
User: claprun
Date: 06/08/21 19:07:22
Modified: core Tag: JBoss_Portal_Branch_2_4 build.xml
Log:
- Backported recent changes.
Revision Changes Path
No revision
No revision
1.132.2.1 +16 -13 jboss-portal/core/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-portal/core/build.xml,v
retrieving revision 1.132
retrieving revision 1.132.2.1
diff -u -b -r1.132 -r1.132.2.1
--- build.xml 31 Jul 2006 19:29:46 -0000 1.132
+++ build.xml 21 Aug 2006 23:07:22 -0000 1.132.2.1
@@ -534,12 +534,15 @@
<x-test>
<test todir="${test.reports}" name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
<test todir="${test.reports}" name="org.jboss.portal.test.core.state.StatefulPortletInvokerTestCase"/>
+ <test todir="${test.reports}"
+ name="org.jboss.portal.test.core.deployment.JBossApplicationMetaDataFactoryTestCase"/>
</x-test>
<x-classpath>
<pathelement location="${build.lib}/portal-core-lib.jar"/>
<pathelement location="${build.lib}/portal-core-test-lib.jar"/>
<pathelement location="${build.resources}/jboss-portal.sar"/>
<pathelement location="${jboss.portal-test.root}/etc"/>
+ <pathelement location="${build.resources}"/>
<path refid="apache.collections.classpath"/>
<path refid="apache.logging.classpath"/>
More information about the jboss-cvs-commits
mailing list