diff options
author | jeffpk <[email protected]> | 2003-09-30 19:21:07 +0000 |
---|---|---|
committer | jeffpk <[email protected]> | 2003-09-30 19:21:07 +0000 |
commit | 9eeea3f2222d30f0cf4b3ecd0461341b89ec85aa (patch) | |
tree | c6bf9c4b760bdf7723c01b05753f9677abf53ea1 /apidocs/package-list | |
parent | e36e8194beb62930407086d45f9a57afa3f147fe (diff) |
This version adds a property
"net.java.games.util.plugins.nolocalnative".
If this property is set, then ratehr then lookign in the same dir as the plugin for a plugin's native components it will fall back to the VM or platform default way of finding native libraries.
This is necessary for Java Web Start apps.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@13 052365b4-98e0-4bc5-a281-465471b020e0
Diffstat (limited to 'apidocs/package-list')
-rw-r--r-- | apidocs/package-list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 0000000..31c17ac --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,2 @@ +net.java.games.util.plugins +net.java.games.util.plugins.test |