summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2015-04-25 19:19:58 -0700
committerGrant Limberg <[email protected]>2015-04-25 19:19:58 -0700
commitdb80070ccbebb348c2e061af3a9e2b058edccb8a (patch)
tree69267b030106e43367b413b975aa628cb4def4b0 /java/build.xml
parent042f914dc5ca696ff579422cc54ab2e3053e34fc (diff)
fix strings pointing to enum fields in ResultCode java class
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index c1f0a771..2057a509 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -4,7 +4,7 @@
<target name="clean">
<delete dir="bin" failonerror="false"/>
<delete dir="classes" failonerror="false"/>
- <!--<delete dir="libs" failonerror="false"/>-->
+ <delete dir="libs" failonerror="false"/>
<delete dir="obj" failonerror="false"/>
</target>