[jboss-cvs] JBossAS SVN: r66011 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 10 10:35:54 EDT 2007
Author: scott.stark at jboss.org
Date: 2007-10-10 10:35:54 -0400 (Wed, 10 Oct 2007)
New Revision: 66011
Modified:
trunk/testsuite/build.xml
Log:
Add a profileservice-config target
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2007-10-10 14:12:15 UTC (rev 66010)
+++ trunk/testsuite/build.xml 2007-10-10 14:35:54 UTC (rev 66011)
@@ -897,6 +897,9 @@
junit.configuration="profileservice"/>
<server:stop name="profileservice"/>
</target>
+ <target name="profileservice-config" description="Create the full featured profile service config">
+ <create-profileservice-config baseconf="all" conf="profileservice"/>
+ </target>
<!-- Tests of tomcat needing a ssl connector
-->
More information about the jboss-cvs-commits
mailing list