summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-06-09 17:35:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-06-09 17:35:48 -0700
commit69e2512750dd75fce43a21226979996c3cd7da1d (patch)
tree691dca375161583393ce32bb0869cb7449255118 /build.xml
parentf4c2eb2dafbca580319a9f50ef4f5dd68d658702 (diff)
Configuration Changes
Fixing a bug in the config class and updating all templates and pages to use the dynamicRoot and staticRoot config values to prefix URLs.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e409dc0..aace921 100644
--- a/build.xml
+++ b/build.xml
@@ -14,7 +14,7 @@
<java classname="com.p4square.grow.frontend.GrowFrontend"
classpathref="classpath.run" fork="true">
- <arg file="devfiles/dev-config-override.properties" />
+ <arg file="build/WEB-INF/classes/grow.properties" />
</java>
</target>