summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-09-23 03:25:16 +0000
committerKevin Rushforth <[email protected]>2004-09-23 03:25:16 +0000
commit42c4b785100ca085a8e39d86a45cda07a8d898f1 (patch)
treece598a077fcdbb0f283b7f2c4eefb40cf2e0afb0
parent38ae2822545700c0615a84551d472fe847f19b70 (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 2b0437c..63a4be3 100644
--- a/build.xml
+++ b/build.xml
@@ -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>