Author: solomax
Date: Thu Aug  2 10:25:57 2012
New Revision: 1368407

URL: http://svn.apache.org/viewvc?rev=1368407&view=rev
Log:
TAR gz artefacts are added

Modified:
    incubator/openmeetings/trunk/plugins/joomla/build.xml

Modified: incubator/openmeetings/trunk/plugins/joomla/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/joomla/build.xml?rev=1368407&r1=1368406&r2=1368407&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/joomla/build.xml (original)
+++ incubator/openmeetings/trunk/plugins/joomla/build.xml Thu Aug  2 10:25:57 
2012
@@ -38,6 +38,13 @@
                                <exclude name="*${plugin.mod.name}/**"/>
                        </zipfileset>
                </zip>
+               <tar longfile="gnu" compression="gzip" 
destfile="${com.archive.file.name}.tar.gz">
+                       <tarfileset dir="${basedir}">
+                               <include name="**" />
+                               <exclude name="*dist/**" />
+                               <exclude name="*${plugin.mod.name}/**"/>
+                       </tarfileset>
+               </tar>
                <zip destfile="${mod.archive.file.name}.zip">
                        <zipfileset dir="${basedir}">
                                <include name="**" />
@@ -45,11 +52,23 @@
                                <exclude name="*${plugin.com.name}/**"/>
                        </zipfileset>
                </zip>
+               <tar longfile="gnu" compression="gzip" 
destfile="${mod.archive.file.name}.tar.gz">
+                       <tarfileset dir="${basedir}">
+                               <include name="**" />
+                               <exclude name="*dist/**" />
+                               <exclude name="*${plugin.com.name}/**"/>
+                       </tarfileset>
+               </tar>
                <zip destfile="${archive.file.name}-src.zip">
                        <zipfileset dir="${basedir}">
                                <exclude name="*dist/**" />
                        </zipfileset>
                </zip>
+               <tar longfile="gnu" compression="gzip" 
destfile="${archive.file.name}-src.tar.gz">
+                       <tarfileset dir="${basedir}">
+                               <exclude name="*dist/**" />
+                       </tarfileset>
+               </tar>
        </target>
 
        <target name="clean">


Reply via email to