adding eclipse/wtp project settings

This commit is contained in:
Scott Andrews
2008-11-21 14:51:16 +00:00
parent 597e92a1a6
commit eb89752f2b
9 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="petclinic">
<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/resources"/>
<property name="context-root" value="petclinic"/>
<property name="java-output-path" value="target/classes"/>
</wb-module>
</project-modules>