diff options
author | Kevin Rushforth <[email protected]> | 2004-09-23 03:25:16 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-09-23 03:25:16 +0000 |
commit | 42c4b785100ca085a8e39d86a45cda07a8d898f1 (patch) | |
tree | ce598a077fcdbb0f283b7f2c4eefb40cf2e0afb0 | |
parent | 38ae2822545700c0615a84551d472fe847f19b70 (diff) |
Put COPYRIGHT and LICENSE files in javax directory rather than
top level (to match j3d-core).
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@19 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ <mkdir dir="${build}/debug/lib/ext"/> <!-- Copy the copyright file and all license files --> - <copy todir="${build}/debug/classes"> + <copy todir="${build}/debug/classes/javax"> <fileset dir="." includes="COPYRIGHT.txt"/> <fileset dir="." includes="*LICENSE*.txt"/> </copy> @@ -108,7 +108,7 @@ <mkdir dir="${build}/opt/lib/ext"/> <!-- Copy the copyright file and all license files --> - <copy todir="${build}/opt/classes"> + <copy todir="${build}/opt/classes/javax"> <fileset dir="." includes="COPYRIGHT.txt"/> <fileset dir="." includes="*LICENSE*.txt"/> </copy> |