diff options
-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> |