summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-04 16:09:29 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-04 16:09:29 -0700
commit52539d7aaba96b7997a3c5a07e4a1ad234af7d04 (patch)
tree2686f56bc37656c0824a05e28472f7334ed39028 /build.xml
parent69e2512750dd75fce43a21226979996c3cd7da1d (diff)
Committing everything since its long overdue.
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>