Author: sebawagner
Date: Thu Aug  9 07:36:44 2012
New Revision: 1371062

URL: http://svn.apache.org/viewvc?rev=1371062&view=rev
Log:
OPENMEETINGS-3 Moodle-Plugin: Exclude Ivy from being packaged in release 
packages

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

Modified: incubator/openmeetings/trunk/plugins/moodle/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/moodle/build.xml?rev=1371062&r1=1371061&r2=1371062&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/moodle/build.xml (original)
+++ incubator/openmeetings/trunk/plugins/moodle/build.xml Thu Aug  9 07:36:44 
2012
@@ -32,6 +32,9 @@
                                <exclude name=".*"/>
                                <exclude name="dist/**"/>
                                <exclude name="build.xml"/>
+                               <exclude name="ivy.xml"/>
+                               <exclude name="ivysettings.xml"/>
+                               <exclude name="ivysettings.xsd"/>
                        </fileset>
                </copy>
                <zip destfile="${archive.file.name}.zip">


Reply via email to