Author: jalkanen
Date: Sat Jun 28 16:07:51 2008
New Revision: 672590
URL: http://svn.apache.org/viewvc?rev=672590&view=rev
Log:
Forgot to update the LICENSE file location, so dists wouldn't build.
Modified:
incubator/jspwiki/trunk/build.xml
Modified: incubator/jspwiki/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=672590&r1=672589&r2=672590&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Sat Jun 28 16:07:51 2008
@@ -531,7 +531,7 @@
<copy file="README" todir="${install.fulldir}" />
<copy file="ChangeLog" todir="${install.fulldir}" />
<copy file="ReleaseNotes" todir="${install.fulldir}" />
- <copy file="doc/LICENSE" todir="${install.fulldir}" />
+ <copy file="LICENSE" todir="${install.fulldir}" />
<zip zipfile="${release.dir}/${ant.project.name}-bin.zip">
<zipfileset dir="${install.fulldir}" prefix="${ant.project.name}" />