You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2012/03/14 16:45:14 UTC

svn commit: r1300597 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Author: solomax
Date: Wed Mar 14 15:45:14 2012
New Revision: 1300597

URL: http://svn.apache.org/viewvc?rev=1300597&view=rev
Log:
src artefact is corrected

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=1300597&r1=1300596&r2=1300597&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Wed Mar 14 15:45:14 2012
@@ -124,17 +124,8 @@
 		
 		<tar longfile="gnu" compression="gzip" destfile="${archive.file.name}-src.tar.gz">
 			<tarfileset dir="${basedir}">
-				<include name="docs/**" />
-				<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="*.xml" />
-				<include name=".*" />
-				<include name="LICENSE" />
+				<exclude name="build/**" />
+				<exclude name="dist/**" />
 			</tarfileset>
 		</tar>
 		<tar longfile="gnu" compression="gzip" destfile="${archive.file.name}.tar.gz">