aboutsummaryrefslogtreecommitdiffstats
path: root/archetype/src/main/resources
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-10-20 21:53:15 +0000
committerManolo Carrasco <manolo@apache.org>2011-10-20 21:53:15 +0000
commita7e395c9265f12c59a925a7851dd5f8865c2c6be (patch)
tree63ea0bac50ec81a80a031d7f031b5e276d34b224 /archetype/src/main/resources
parent222319dba1a6b6321db8131c22cd058cf43a59ba (diff)
downloadgwtquery-a7e395c9265f12c59a925a7851dd5f8865c2c6be.tar.gz
gwtquery-a7e395c9265f12c59a925a7851dd5f8865c2c6be.zip
Fix gwt:run task in archetype
Diffstat (limited to 'archetype/src/main/resources')
-rw-r--r--archetype/src/main/resources/archetype-resources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 60ed057d..3a7f85bd 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -98,7 +98,7 @@
<style>${gwt.outputstyle}</style>
<gwtVersion>${gwtversion}</gwtVersion>
<soyc>false</soyc>
- <runTarget>${projectName}/${projectName}Sample.html</runTarget>
+ <runTarget>${projectName}/${projectName}.html</runTarget>
<hostedWebapp>src/main/webapp</hostedWebapp>
</configuration>
<executions>