From 661deb78457b6865b8d27baa3208ce556f1dbab2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gmail.com> Date: Thu, 14 Mar 2013 22:20:34 -0400 Subject: Streamlining Moxie integration --- build.xml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 0832bf1..1a3e627 100644 --- a/build.xml +++ b/build.xml @@ -86,19 +86,10 @@ Build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> - <target name="build" depends="compile" description="Builds iciql from source"> - - <mx:jar packageSources="true" /> - <mx:javadoc redirect="true" /> - <mx:zip> - <artifact /> - <artifact classifier="sources"/> - <artifact classifier="javadoc"/> - <fileset dir="${basedir}"> - <include name="LICENSE" /> - <include name="NOTICE" /> - </fileset> - </mx:zip> + <target name="build" depends="compile" description="Packages iciql for deployment"> + + <!-- Package the jar, javadoc, sources, and zip distribution --> + <mx:package /> <!-- Deploy the artifacts into the version-controlled repository --> <mx:deploy basedir="${basedir}/maven" allowSnapshots="false" /> -- cgit v1.2.3