Optimizing setup of the booking-portlet-faces project for WTP-based deployment to a bundled Pluto install for testing.

This commit is contained in:
Jeremy Grelle
2009-03-13 12:51:50 +00:00
parent ad141fdb83
commit c19ea1972f
5 changed files with 2 additions and 8 deletions

View File

@@ -1,12 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="swf-booking-portlet-faces">
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
<wb-resource deploy-path="/WEB-INF/lib" source-path="/target/war-expanded/WEB-INF/lib"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/lib" source-path="/lib/global"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/>
<wb-resource deploy-path="/" source-path="/target/war-expanded"/>
<wb-resource deploy-path="/WEB-INF/lib" source-path="/pluto-runtime-libs"/>
<property name="java-output-path" value="target/classes"/>
<property name="context-root" value="/swf-booking-portlet-faces"/>
</wb-module>