diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ <!-- Change if you like e.g. "war" better than "www" for the output --> - <property name="war.dir" location="www"/> + <property name="war.dir" location="war"/> <target name="copyjars" description="Copies the App Engine JARs to the WAR."> |