aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-04 18:41:44 +0100
committerSven Gothel <[email protected]>2020-01-04 18:41:44 +0100
commit4e2e4011764ab9d839351e43363100499304f5b0 (patch)
treea03e10a90335f4db8d4411494992cce9ea010b1c /make/build.xml
parent7d7d4e4f194ed25dc8b450e13ab67020c607445b (diff)
native.tag.jar: Revert explicit inclusion of *.symbols file
reverting commit cb092e517461b3047c966c38e92668010a3b7ef6
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index d1c37d918..8991b4208 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -184,7 +184,7 @@
nativejarfile="${jar}/jogl-all-natives-${os.and.arch}.jar"
manifestfile="${build}/manifest-all-natives.mf"
module="opengl"
- includelibs="*.${native.library.suffix} *.symbols"
+ includelibs="*.${native.library.suffix}"
excludelibs="*jogl_cg.${native.library.suffix} *jogl_cg.symbols" />
<!-- Produce duplicates for diff 'all' configuration, since non-native-jar aliasing (Bug 1023/Bug 1024) -->
<copy file="${jar}/jogl-all-natives-${os.and.arch}.jar" tofile="${jar}/jogl-all-noawt-natives-${os.and.arch}.jar" />