aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e470d67..b3c6461 100644
--- a/build.xml
+++ b/build.xml
@@ -10,6 +10,9 @@
<ant antfile="build-reader.xml" target="package"/>
<ant antfile="build-standalone.xml" target="package"/>
</target>
+ <target name="upload">
+ <ant antfile="build-applet.xml" target="upload"/>
+ </target>
<target name="clean">
<ant antfile="build-applet.xml" target="clean"/>
<ant antfile="build-reader.xml" target="clean"/>