Author: sebawagner
Date: Mon May 7 17:27:09 2012
New Revision: 1335142
URL: http://svn.apache.org/viewvc?rev=1335142&view=rev
Log:
Fix wrong paths in build script
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=1335142&r1=1335141&r2=1335142&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Mon May 7 17:27:09 2012
@@ -109,11 +109,11 @@
</tstamp>
<property name="archive.file.name"
value="${dist.dir}/${project.distname}-${project.version}.r${svn.info.rev}-${build.time}"
/>
- <move file="${build.base.dir}/license.txt"
tofile="${build.base.dir}/red5-license.txt"/>
+ <move file="${dist.dir}/license.txt"
tofile="${dist.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"/>
- <copy file="README" tofile="${build.base.dir}/README"
overwrite="true"/>
+ <copy file="LICENSE" tofile="${dist.dir}/LICENSE"
overwrite="true"/>
+ <copy file="NOTICE" tofile="${dist.dir}/NOTICE"
overwrite="true"/>
+ <copy file="README" tofile="${dist.dir}/README"
overwrite="true"/>
<echo file="${build.base.dir}/build.properties" append="true"
>svn.info.rev=${svn.info.rev}${line.separator}</echo>