Removed exclude, because extensions' .class files were not included in the app
This commit is contained in:
parent
f87b830f69
commit
03029be67e
@ -259,7 +259,6 @@
|
|||||||
<copy todir="${mac.dir}/OpenRefine.app/Contents/Resource">
|
<copy todir="${mac.dir}/OpenRefine.app/Contents/Resource">
|
||||||
<fileset dir="${build.dir}" id="librarypathset" >
|
<fileset dir="${build.dir}" id="librarypathset" >
|
||||||
<include name="${built.webapp.name}/**/**" />
|
<include name="${built.webapp.name}/**/**" />
|
||||||
<exclude name="**/*.class" />
|
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user