Skip to content

Commit 60ef96c

Browse files
committed
Ant distro ZIP folder structure bugfix
1 parent 5cb978c commit 60ef96c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ant/dist.ant

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
</target>
5353

5454
<target name="imaginezip" depends="imagine,configmanager,starter">
55-
<delete file="${app.imagine}" />
55+
<delete file="${app.imagine}"/>
5656
<zip destfile="${app.imagine}">
5757
<fileset dir="${lib.home}"/>
5858
<fileset dir="${file.home}/imagine"/>
5959
<fileset dir="${dist.home}/" includes="GgImagine.jar"/>
6060
<fileset dir="${dist.home}/" includes="GgImagineStarter.jar"/>
61-
<fileset dir="${dist.home}/Plugins"/>
62-
<fileset dir="${dist.home}/Plugins/Bin"/>
61+
<fileset dir="${dist.home}/" includes="Plugins/**" excludes="Plugins/ImfDocumentFormat.jar"/>
62+
<fileset dir="${dist.home}/" includes="Plugins/Bin/**"/>
6363
<fileset dir="." includes="LICENSE.txt"/>
6464
</zip>
6565
</target>

0 commit comments

Comments
 (0)