Author: sebawagner
Date: Tue May 8 16:59:45 2012
New Revision: 1335640
URL: http://svn.apache.org/viewvc?rev=1335640&view=rev
Log:
Move packaged root folder one step upwards
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=1335640&r1=1335639&r2=1335640&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Tue May 8 16:59:45 2012
@@ -128,12 +128,12 @@
</tarfileset>
</tar>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}.tar.gz">
- <tarfileset dir="${dist.dir}">
- <include name="red5/**" />
- <exclude name="red5/*.sh" />
+ <tarfileset dir="${dist.dir}/red5">
+ <include name="**" />
+ <exclude name="*.sh" />
</tarfileset>
- <tarfileset dir="${dist.dir}" filemode="755" >
- <include name="red5/*.sh" />
+ <tarfileset dir="${dist.dir}/red5" filemode="755" >
+ <include name="*.sh" />
</tarfileset>
</tar>
</target>