Author: sebawagner
Date: Wed Aug 8 13:17:00 2012
New Revision: 1370754
URL: http://svn.apache.org/viewvc?rev=1370754&view=rev
Log:
++ exclude dist folder 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=1370754&r1=1370753&r2=1370754&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:17:00 2012
@@ -27,6 +27,7 @@
<mkdir dir="${dist.dir}/${plugin.name}"/>
<copy todir="${dist.dir}/${plugin.name}">
<fileset dir="${basedir}">
+ <exclude name="dist/**"/>
<exclude name="build.xml"/>
</fileset>
</copy>