aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-20 05:36:22 +0100
committerSven Gothel <[email protected]>2023-01-20 05:36:22 +0100
commit1645b44851550989736b1ec93af46d5892ec56e1 (patch)
tree510b479c4cd63f4438d18a9aefdf0ae3e8a62edf /make/build-test.xml
parent05f26f2638c2ac1cc8eab7a8b1c951020df03dd8 (diff)
Isolate SWT from core nativewindow; Android apk shall only include core nativewindow and the android specific jogl parts (make d8 'dex'ing' happy)
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 9044d5887..a4d8e401d 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -238,7 +238,6 @@
<d8-classpaths>
<arg line="--classpath ${gluegen-rt-android.jar}"/>
<arg line="--classpath ${joal.jar}"/>
- <arg line="--classpath ${jogl-all.jar}"/>
<arg line="--classpath ${jogl-all-android.jar}"/>
<arg line="--classpath ${gluegen-test-util.jar}"/>
<arg line="--classpath ${junit.jar}"/>
@@ -246,7 +245,6 @@
<arg line="--classpath ${ant-junit.jar}"/>
<arg line="--classpath ${ant-junit4.jar}"/>
<arg line="--classpath ${semver.jar}"/>
- <arg line="--classpath ${swt.jar}"/>
<arg line="--classpath ${project.root}/make/lib/openjfx/11/javafx-base-11.jar"/>
<arg line="--classpath ${project.root}/make/lib/openjfx/11/javafx-graphics-11.jar"/>
</d8-classpaths>