diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ <java classname="com.p4square.grow.frontend.GrowFrontend" classpathref="classpath.run" fork="true"> - <arg file="build/WEB-INF/classes/grow.properties" /> + <arg file="devfiles/grow-server.properties" /> </java> </target> @@ -26,7 +26,7 @@ <java classname="com.p4square.grow.backend.GrowBackend" classpathref="classpath.run" fork="true"> - <arg file="build/WEB-INF/classes/grow.properties" /> + <arg file="devfiles/grow-server.properties" /> </java> </target> |