summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index aace921..7bc76d4 100644
--- a/build.xml
+++ b/build.xml
@@ -18,4 +18,12 @@
</java>
</target>
+ <target name="backend" depends="compile">
+ <java classname="com.p4square.grow.backend.GrowBackend"
+ classpathref="classpath.run" fork="true">
+
+ <arg file="build/WEB-INF/classes/grow.properties" />
+ </java>
+ </target>
+
</project>