Author: sebawagner
Date: Mon Aug  6 17:25:22 2012
New Revision: 1369886

URL: http://svn.apache.org/viewvc?rev=1369886&view=rev
Log:
OPENMEETINGS-389 fix correct root package for dist

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

Modified: incubator/openmeetings/trunk/plugins/drupal/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/drupal/build.xml?rev=1369886&r1=1369885&r2=1369886&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/drupal/build.xml (original)
+++ incubator/openmeetings/trunk/plugins/drupal/build.xml Mon Aug  6 17:25:22 
2012
@@ -32,18 +32,19 @@
                                <exclude name="build.xml"/>
                        </fileset>
                </copy>
-               <zip destfile="${archive.file.name}.zip">
-                       <zipfileset dir="${dist.dir}/sites">
-                               <include name="**" />
+               <zip destfile="${archive.file.name}.zip" filesonly="false">
+                       <zipfileset dir="${dist.dir}">
+                               <include name="sites/**/**" />
                        </zipfileset>
                </zip>
-               <zip destfile="${archive.file.name}-src.zip">
+               <zip destfile="${archive.file.name}-src.zip" filesonly="false">
                        <zipfileset dir="${basedir}">
                                <exclude name="*dist/**" />
                        </zipfileset>
                </zip>
-               <tar longfile="gnu" compression="gzip" 
destfile="${archive.file.name}.tar.gz">
-                       <tarfileset dir="${dist.dir}/sites">
+               <tar longfile="gnu" compression="gzip" 
destfile="${archive.file.name}.tar.gz" >
+                       <tarfileset dir="${dist.dir}">
+                               <include name="sites/**/**" />
                        </tarfileset>
                </tar>
                <tar longfile="gnu" compression="gzip" 
destfile="${archive.file.name}-src.tar.gz">


Reply via email to