You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2010/05/09 13:53:00 UTC

svn commit: r942528 - /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml

Author: jalkanen
Date: Sun May  9 11:52:59 2010
New Revision: 942528

URL: http://svn.apache.org/viewvc?rev=942528&view=rev
Log:
Brought in build.xml changes from 2.8.4.

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml?rev=942528&r1=942527&r2=942528&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml Sun May  9 11:52:59 2010
@@ -95,7 +95,7 @@
 
   <!-- Define a temporary directory, based on the system temporary directory,
        the user name, and the project name (defined above) -->
-  <property name="tmpdir" value="${java.io.tmpdir}/${user.name}/${ant.project.name}" />
+  <property name="tmpdir" value="${basedir}/build/tmp" />
 
   <!-- The following three properties define the location of the
        test sources, the location of the test .class files and the
@@ -572,6 +572,7 @@
      <copy file="ChangeLog" todir="${install.fulldir}" />
      <copy file="ReleaseNotes" todir="${install.fulldir}" />
      <copy file="LICENSE" todir="${install.fulldir}" />
+ 	 <copy file="${warfile}" todir="${install.fulldir}" />
 
      <zip zipfile="${release.dir}/${ant.project.name}-bin.zip">
         <zipfileset dir="${install.fulldir}" prefix="${ant.project.name}" />