Author: solomax
Date: Sat Mar 3 15:54:47 2012
New Revision: 1296649
URL: http://svn.apache.org/viewvc?rev=1296649&view=rev
Log:
Source artifact is fixed
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=1296649&r1=1296648&r2=1296649&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Sat Mar 3 15:54:47 2012
@@ -117,17 +117,17 @@
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}-src.tar.gz">
<tarfileset dir="${basedir}">
- <include name=".settings/**" />
<include name="docs/**" />
- <include name="lib/**" />
- <include name="openlaszlo/**" />
+ <include name="lib/*.jar" />
+ <exclude name="lib/java*.jar" />
<include name="${red5.server.dir}/**" />
<include name="src/**" />
<include name="test/**" />
<include name="WebContent/**" />
<include name="xdocs/**" />
- <include name="build.xml" />
- <include name="license.txt" />
+ <include name="*.xml" />
+ <include name=".*" />
+ <include name="LICENSE" />
</tarfileset>
</tar>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}.tar.gz">