Author: sebawagner
Date: Wed Aug 8 13:11:17 2012
New Revision: 1370752
URL: http://svn.apache.org/viewvc?rev=1370752&view=rev
Log:
change script for correct root folder
Modified:
incubator/openmeetings/trunk/plugins/sugarcrm/6.x.x/build.xml
Modified: incubator/openmeetings/trunk/plugins/sugarcrm/6.x.x/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/6.x.x/build.xml?rev=1370752&r1=1370751&r2=1370752&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/sugarcrm/6.x.x/build.xml (original)
+++ incubator/openmeetings/trunk/plugins/sugarcrm/6.x.x/build.xml Wed Aug 8
13:11:17 2012
@@ -31,8 +31,8 @@
</fileset>
</copy>
<zip destfile="${archive.file.name}.zip">
- <zipfileset dir="${dist.dir}/${plugin.name}">
- <include name="**" />
+ <zipfileset dir="${dist.dir}">
+ <include name="${plugin.name}/**/**" />
</zipfileset>
</zip>
<zip destfile="${archive.file.name}-src.zip">
@@ -41,7 +41,8 @@
</zipfileset>
</zip>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}.tar.gz">
- <tarfileset dir="${dist.dir}/${plugin.name}">
+ <tarfileset dir="${dist.dir}">
+ <include name="${plugin.name}/**/**" />
</tarfileset>
</tar>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}-src.tar.gz">