Author: sebawagner
Date: Sat Jun 30 16:30:50 2012
New Revision: 1355760
URL: http://svn.apache.org/viewvc?rev=1355760&view=rev
Log:
Add build target to package source as ZIP too
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=1355760&r1=1355759&r2=1355760&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Sat Jun 30 16:30:50 2012
@@ -153,6 +153,16 @@
<include name="*.sh" />
</zipfileset>
</zip>
+ <zip destfile="${archive.file.name}-src.zip">
+ <zipfileset dir="${basedir}">
+ <exclude name="build/**" />
+ <exclude name="dist/**" />
+ <exclude name="build.properties" />
+ </zipfileset>
+ <zipfileset dir="${build.base.dir}">
+ <include name="build.properties" />
+ </zipfileset>
+ </zip>
</target>
<!-- build webapp -->