diff options
author | Sven Gothel <[email protected]> | 2023-05-08 19:27:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-08 19:27:32 +0200 |
commit | 99d14e9d70ab183f3d2b7f4fde7d0de8e8928a4b (patch) | |
tree | 599f43414f99531aaaabc3d09f457d9c0c3d0143 | |
parent | 803d7540429836227f9f496742a059717c156250 (diff) |
GlueGen 7z File Layout: Have *-java-src.zip inside jar folder
This is restricted to the 7z archive only for now,
not yet producing artifacts in a jar folder as joal, jogl and jocl.
This is due to sub-projects referencing gluegen jar files.
A compromise.
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 7117860..44dfed5 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1326,12 +1326,12 @@ <copy todir="${archive}"> <fileset dir=".." includes="LICENSE.txt"/> <fileset dir="${build}" includes="artifact.properties"/> - <fileset dir="${build}" includes="gluegen-java-src.zip"/> </copy> <mkdir dir="${archive}/jar" /> <copy todir="${archive}/jar"> <fileset dir="${build}" includes="gluegen*.jar"/> <fileset dir="${build}" includes="*.apk"/> + <fileset dir="${build}" includes="gluegen-java-src.zip"/> </copy> <mkdir dir="${archive}/lib" /> <copy todir="${archive}/lib"> |