diff options
author | Kevin Rushforth <[email protected]> | 2005-02-10 00:31:47 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-02-10 00:31:47 +0000 |
commit | f3ca53b69160add83a224b77560fc9efc8df0d24 (patch) | |
tree | 35dd0dc412e724ed7dec23d31256c30039c5e017 /build.xml | |
parent | e2d3fa583147f13f5e5dfac8ecd132f8dbd1a481 (diff) |
Fixed "release" target for Windows
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@115 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -417,6 +417,9 @@ <fileset dir="${dist}/${platform}" includes="lib/**" /> + <fileset dir="${dist}/${platform}" + includes="bin/**" + /> <fileset dir="release-info" includes="BINARY-CODE-LICENSE.txt" /> |