diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-20 21:53:15 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-20 21:53:15 +0000 |
commit | a7e395c9265f12c59a925a7851dd5f8865c2c6be (patch) | |
tree | 63ea0bac50ec81a80a031d7f031b5e276d34b224 /archetype | |
parent | 222319dba1a6b6321db8131c22cd058cf43a59ba (diff) | |
download | gwtquery-a7e395c9265f12c59a925a7851dd5f8865c2c6be.tar.gz gwtquery-a7e395c9265f12c59a925a7851dd5f8865c2c6be.zip |
Fix gwt:run task in archetype
Diffstat (limited to 'archetype')
-rw-r--r-- | archetype/src/main/resources/archetype-resources/pom.xml | 2 |
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>
|