svn commit: r1300980 - /cocoon/cocoon3/trunk/cocoon-archetype-webapp/src/main/resources/archetype-resources/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Thu Mar 15 13:48:34 2012
New Revision: 1300980
URL: http://svn.apache.org/viewvc?rev=1300980&view=rev
Log:
Fixing typo that was preventing jetty:run to work in generated webapps
Modified:
cocoon/cocoon3/trunk/cocoon-archetype-webapp/src/main/resources/archetype-resources/pom.xml
Modified: cocoon/cocoon3/trunk/cocoon-archetype-webapp/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-webapp/src/main/resources/archetype-resources/pom.xml?rev=1300980&r1=1300979&r2=1300980&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-webapp/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-webapp/src/main/resources/archetype-resources/pom.xml Thu Mar 15 13:48:34 2012
@@ -61,7 +61,7 @@
<maxIdleTime>30000</maxIdleTime>
</connector>
</connectors>
- <webAppSourceDirectory>${project.build.directory}/${pproject.artifactId}-${project.version}</webAppSourceDirectory>
+ <webAppSourceDirectory>${project.build.directory}/${project.artifactId}-${project.version}</webAppSourceDirectory>
<contextPath>/</contextPath>
</configuration>
</plugin>