Author: gseitz
Date: Mon Oct 29 08:05:12 2007
New Revision: 589665
URL: http://svn.apache.org/viewvc?rev=589665&view=rev
Log:
WICKET-1045
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=589665&r1=589664&r2=589665&view=diff
==============================================================================
---
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Mon Oct 29 08:05:12 2007
@@ -7,6 +7,7 @@
<artifactId>${artifactId}</artifactId>
<packaging>war</packaging>
<version>${version}</version>
+#literal()
<!-- TODO project name -->
<name>quickstart</name>
<description></description>
@@ -127,4 +128,5 @@
<jetty.version>6.1.4</jetty.version>
</properties>
+#end
</project>