diff options
author | Sven Gothel <[email protected]> | 2011-08-05 05:32:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 05:32:15 +0200 |
commit | 4dbb8731219212e27c9afb769a1c62b32bd230a6 (patch) | |
tree | 0b0e18917789b795bf2f90ad17261045942f99d6 /jnlp-files/nativewindow-awt.jnlp | |
parent | fa365b3118bcf71bc5466c4789a460fb0f96b41c (diff) |
deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' separation ; android cleanup
remaining all-in-one jnlp's / jars:
jogl-all-awt.jnlp -> jogl.all.jar
jogl-all-noawt.jnlp -> jogl.all-noawt.jar
jogl-all-mobile.jnlp -> jogl.all-mobile.jar
native for all above: jogl-all-natives-linux-amd64.jar
jogl.all-android.apk jogl.all-android.jar
more may follow for each supported platfrom
++++
- newt: proper 'driver' separation
- all drivers reside now in jogamp.newt.driver.*
- remove intptr.cfg / use gluegen's
Diffstat (limited to 'jnlp-files/nativewindow-awt.jnlp')
-rw-r--r-- | jnlp-files/nativewindow-awt.jnlp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/jnlp-files/nativewindow-awt.jnlp b/jnlp-files/nativewindow-awt.jnlp deleted file mode 100644 index d37446c5a..000000000 --- a/jnlp-files/nativewindow-awt.jnlp +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="JOGL_CODEBASE_TAG/" - href="nativewindow-awt.jnlp" version="JOGAMP_VERSION"> - <information> - <title>Java(tm) NativeWindow Interface API (AWT)</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/"/> - <description>Java API for a binding to a native windowing system - 2.0 - AWT</description> - <description kind="short">Java API for a binding to a native windowing system - 2.0 - AWT</description> - <offline-allowed/> - </information> - <update check="background" policy="always"/> - <security> - <all-permissions/> - </security> - <resources> - <jar href="nativewindow.awt.jar"/> - <extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" /> - </resources> - - <component-desc /> -</jnlp> |