Removed exclude, because extensions' .class files were not included in the app

This commit is contained in:
Mateja Verlic 2013-08-14 09:10:12 +02:00
parent f87b830f69
commit 03029be67e

View File

@ -259,7 +259,6 @@
<copy todir="${mac.dir}/OpenRefine.app/Contents/Resource">
<fileset dir="${build.dir}" id="librarypathset" >
<include name="${built.webapp.name}/**/**" />
<exclude name="**/*.class" />
</fileset>
</copy>