Author: solomax
Date: Wed Mar 6 17:27:34 2013
New Revision: 1453441
URL: http://svn.apache.org/r1453441
Log:
Release: dist-release target corrected to create "well named" release artifacts
Modified:
openmeetings/trunk/singlewebapp/build.xml
Modified: openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/build.xml?rev=1453441&r1=1453440&r2=1453441&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/build.xml (original)
+++ openmeetings/trunk/singlewebapp/build.xml Wed Mar 6 17:27:34 2013
@@ -159,7 +159,9 @@
</target>
<!-- build artefacts -->
- <target name="dist-release" description="pack binary distribution"
depends="dist-bin">
+ <target name="dist-release" description="pack binary distribution">
+ <property name="archive.file.name"
value="${dist.dir}/apache-${project.distname}-${project.version}" />
+ <antcall target="dist-bin" />
<zip destfile="${archive.file.name}.zip">
<zipfileset dir="${dist.dir}/red5">
<include name="**" />