From f87f9893cc2d271bdf547b2fb9f59ccb4d9b79ab Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 5 Aug 2011 14:38:16 +0200
Subject: fix jogl.all-mobile.jar/jogl_mobile configuration

---
 make/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'make/build.xml')

diff --git a/make/build.xml b/make/build.xml
index 72d230942..f66a72d92 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -117,7 +117,7 @@
         <jar manifest="${build.jogl}/manifest.mf" destfile="${jogl.all-mobile.jar}" filesonly="true" excludes="META-INF/*">
             <archives>
                 <zips>
-                    <path refid="nativewindow_all-mobile_atoms.classpath"/>
+                    <path refid="nativewindow_all-noawt_atoms.classpath"/>
                     <path refid="jogl_all-mobile_atoms.classpath"/>
                     <path refid="newt_all-mobile_atoms.classpath"/>
                 </zips>
@@ -126,7 +126,7 @@
         <jar manifest="${build.jogl}/manifest.mf" destfile="${jogl.all-android.jar}" filesonly="true" excludes="META-INF/*">
             <archives>
                 <zips>
-                    <path refid="nativewindow_all-mobile_atoms.classpath"/>
+                    <path refid="nativewindow_core_atoms.classpath"/>
                     <path refid="jogl_all-mobile_atoms.classpath"/>
                     <path refid="newt_all-android_atoms.classpath"/>
                 </zips>
-- 
cgit v1.2.3