Author: mposolda(a)redhat.com
Date: 2009-06-22 18:49:02 -0400 (Mon, 22 Jun 2009)
New Revision: 13479
Modified:
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml
Log:
ui-tests - build.xml (refactoring)
Modified: branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml 2009-06-22 19:38:34 UTC
(rev 13478)
+++ branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml 2009-06-22 22:49:02 UTC
(rev 13479)
@@ -155,6 +155,8 @@
<copy file="apps/userDetail-portlet.war"
tofile="${jboss.home}/server/${portal.instance}/deploy/userDetail-portlet.war"
/>
<echo message="Copying httpHeader portlet into the ${portal.instance}
server" />
<copy file="apps/httpHeader-portlet.war"
tofile="${jboss.home}/server/${portal.instance}/deploy/httpHeader-portlet.war"
/>
+ <echo message="Copying portal-bookstore-samples into the ${portal.instance}
server" />
+ <copy file="apps/portal-bookstore-samples.war"
tofile="${jboss.home}/server/${portal.instance}/deploy/portal-bookstore-samples.war"
/>
</target>
<target name="clean">
Show replies by date