summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 717de65..e409dc0 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,10 @@
<target name="frontend" depends="compile">
<java classname="com.p4square.grow.frontend.GrowFrontend"
- classpathref="classpath.run" fork="true" />
+ classpathref="classpath.run" fork="true">
+
+ <arg file="devfiles/dev-config-override.properties" />
+ </java>
</target>
</project>