Author: sebawagner
Date: Mon May 7 17:05:26 2012
New Revision: 1335130
URL: http://svn.apache.org/viewvc?rev=1335130&view=rev
Log:
Fix deprecated ANT command "rename"
Modified:
incubator/openmeetings/trunk/singlewebapp/build.xml
Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1335130&r1=1335129&r2=1335130&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Mon May 7 17:05:26 2012
@@ -109,7 +109,7 @@
</tstamp>
<property name="archive.file.name"
value="${dist.dir}/${project.distname}-${project.version}.r${svn.info.rev}-${build.time}"
/>
- <rename src="${build.base.dir}/license.txt"
dest="${build.base.dir}/red5-license.txt"/>
+ <move file="${build.base.dir}/license.txt"
tofile="${build.base.dir}/red5-license.txt"/>
<copy file="build.properties"
tofile="${build.base.dir}/build.properties" overwrite="true"/>
<copy file="LICENSE" tofile="${build.base.dir}/LICENSE"
overwrite="true"/>
<copy file="NOTICE" tofile="${build.base.dir}/NOTICE"
overwrite="true"/>