Author: hibou
Date: Sat Jan 24 12:01:33 2009
New Revision: 737339

URL: http://svn.apache.org/viewvc?rev=737339&view=rev
Log:
The name of the site.xml file changed: make it still included in the source 
package

Modified:
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=737339&r1=737338&r2=737339&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Sat Jan 24 12:01:33 2009
@@ -138,7 +138,7 @@
         <mkdir dir="${dist.dir}" />
         <zip destfile="${dist.dir}/apache-ivyde-sources-${build.version}.zip">
             <fileset dir="${basedir}">
-                <include name="site.xml" />
+                <include name="site-template.xml" />
                 <include name="build.xml" />
                 <include name="build.properties" />
                 <include name="builder/**" />


Reply via email to