Author: steveh Date: Tue Dec 14 15:05:47 2004 New Revision: 111899 URL: http://svn.apache.org/viewcvs?view=rev&rev=111899 Log: Part of the fix for BEEHIVE-28: Clean up docs build
The 'trunk/build.xml>ant build.dist.docs.jar' target now jars up only the trunk/build/dist/docs directory, not the entire trunk/build/dist directory. Modified: incubator/beehive/trunk/build.xml Modified: incubator/beehive/trunk/build.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?view=diff&rev=111899&p1=incubator/beehive/trunk/build.xml&r1=111898&p2=incubator/beehive/trunk/build.xml&r2=111899 ============================================================================== --- incubator/beehive/trunk/build.xml (original) +++ incubator/beehive/trunk/build.xml Tue Dec 14 15:05:47 2004 @@ -431,7 +431,7 @@ <!-- <fail unless="beehive.version" message="Could not build distribution archive; beehive.version was not specified"/> --> <mkdir dir="build/jars"/> - <jar destfile="build/jars/${dist.name}-docs.jar" basedir="${dist.dir}"/> + <jar destfile="build/jars/${dist.name}-docs.jar" basedir="${dist.dir}/docs"/> </target> <target name="clean.dist">
