Author: sebawagner
Date: Mon May 7 18:27:28 2012
New Revision: 1335175
URL: http://svn.apache.org/viewvc?rev=1335175&view=rev
Log:
Fix build artifacts file name
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=1335175&r1=1335174&r2=1335175&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Mon May 7 18:27:28 2012
@@ -107,7 +107,7 @@
<tstamp>
<format property="build.time" pattern="dd-MM-yyyy_HHmm"
/>
</tstamp>
- <property name="archive.file.name"
value="${dist.dir}/${project.distname}-${project.version}.r${svn.info.rev}-${build.time}"
/>
+ <property name="archive.file.name"
value="${dist.dir}/apache-${project.distname}-incubating-${project.version}.r${svn.info.rev}-${build.time}"
/>
<move file="${dist.dir}/red5/license.txt"
tofile="${dist.dir}/red5/red5-license.txt"/>
<copy file="build.properties"
tofile="${build.base.dir}/build.properties" overwrite="true"/>
@@ -117,7 +117,7 @@
<echo file="${build.base.dir}/build.properties" append="true"
>svn.info.rev=${svn.info.rev}${line.separator}</echo>
- <tar longfile="gnu" compression="gzip"
destfile="apache-${archive.file.name}-incubating-src.tar.gz">
+ <tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}-src.tar.gz">
<tarfileset dir="${basedir}">
<exclude name="build/**" />
<exclude name="dist/**" />
@@ -127,7 +127,7 @@
<include name="build.properties" />
</tarfileset>
</tar>
- <tar longfile="gnu" compression="gzip"
destfile="apache-${archive.file.name}-incubating.tar.gz">
+ <tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}.tar.gz">
<tarfileset dir="${dist.dir}">
<include name="red5/**" />
<exclude name="red5/*.sh" />