summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 02b70b7..75e514d 100644
--- a/build.xml
+++ b/build.xml
@@ -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>