Author: juanpablo
Date: Mon Aug 27 19:24:00 2012
New Revision: 1377802

URL: http://svn.apache.org/viewvc?rev=1377802&view=rev
Log:
Ensure that dist and signeddist use the appropiate jars to do the build.

No version bump as it isn't a functionality change.

Modified:
    incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc3/build.xml
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc3/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc3/build.xml?rev=1377802&r1=1377801&r2=1377802&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc3/build.xml (original)
+++ incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc3/build.xml Mon Aug 27 
19:24:00 2012
@@ -697,7 +697,7 @@
        copy in some useful files and zip the whole thing
        into the release directory.
     -->
-  <target name="dist" 
depends="installinit,srczip,war,corepageszip,documentzip,version"
+  <target name="dist" 
depends="clean-deps,installinit,srczip,war,corepageszip,documentzip,version"
           description="Builds the entire distribution archive.">
      <copy file="README" todir="${install.fulldir}" />
      <copy file="ChangeLog" todir="${install.fulldir}" />

Modified: incubator/jspwiki/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1377802&r1=1377801&r2=1377802&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Mon Aug 27 19:24:00 2012
@@ -697,7 +697,7 @@
        copy in some useful files and zip the whole thing
        into the release directory.
     -->
-  <target name="dist" 
depends="installinit,srczip,war,corepageszip,documentzip,version"
+  <target name="dist" 
depends="clean-deps,installinit,srczip,war,corepageszip,documentzip,version"
           description="Builds the entire distribution archive.">
      <copy file="README" todir="${install.fulldir}" />
      <copy file="ChangeLog" todir="${install.fulldir}" />


Reply via email to