Skip to content

Commit

Permalink
remove unnecessary/large javafx sdk files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jul 10, 2021
1 parent ae26d8d commit 1853ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
<fileset dir="../java">
<!-- don't include LWJGL, it's not operational -->
<exclude name="libraries/lwjgl/**" />

<exclude name="**/javafx-*sdk*.zip" />
<exclude name="reference.zip" />
<exclude name="**/._*" />
</fileset>
Expand Down

0 comments on commit 1853ef3

Please sign in to comment.