[seam-commits] Seam SVN: r10739 - examples/trunk/servlet-booking.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri May 1 04:28:38 EDT 2009
Author: dan.j.allen
Date: 2009-05-01 04:28:37 -0400 (Fri, 01 May 2009)
New Revision: 10739
Modified:
examples/trunk/servlet-booking/pom.xml
Log:
make src/main/webapp a property
Modified: examples/trunk/servlet-booking/pom.xml
===================================================================
--- examples/trunk/servlet-booking/pom.xml 2009-05-01 06:32:03 UTC (rev 10738)
+++ examples/trunk/servlet-booking/pom.xml 2009-05-01 08:28:37 UTC (rev 10739)
@@ -27,7 +27,7 @@
<filesets>
<fileset>
<!-- clean up files from war:inplace -->
- <directory>src/main/webapp</directory>
+ <directory>${webapp.directory}</directory>
<includes>
<include>WEB-INF/classes/**</include>
<include>WEB-INF/lib/**</include>
@@ -92,6 +92,7 @@
<tomcat.http.port>8080</tomcat.http.port>
<embedded-tomcat.http.port>9090</embedded-tomcat.http.port>
<embedded-tomcat.debug.port>9190</embedded-tomcat.debug.port>
+ <webapp.directory>src/main/webapp</webapp.directory>
</properties>
<dependencies>
More information about the seam-commits
mailing list