Author: sebawagner
Date: Wed Aug 8 13:59:14 2012
New Revision: 1370772
URL: http://svn.apache.org/viewvc?rev=1370772&view=rev
Log:
Revert folder structure in release package
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=1370772&r1=1370771&r2=1370772&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:59:14 2012
@@ -32,8 +32,8 @@
</fileset>
</copy>
<zip destfile="${archive.file.name}.zip">
- <zipfileset dir="${dist.dir}">
- <include name="${plugin.name}/**/**" />
+ <zipfileset dir="${dist.dir}/${plugin.name}/">
+ <include name="**" />
</zipfileset>
</zip>
<zip destfile="${archive.file.name}-src.zip">
@@ -42,8 +42,8 @@
</zipfileset>
</zip>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}.tar.gz">
- <tarfileset dir="${dist.dir}">
- <include name="${plugin.name}/**/**" />
+ <tarfileset dir="${dist.dir}/${plugin.name}">
+ <include name="**" />
</tarfileset>
</tar>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}-src.tar.gz">