From e1dbe4bc1221ba32247b01743b4889ded5419c91 Mon Sep 17 00:00:00 2001 From: endolf Date: Thu, 28 Jun 2007 21:35:13 +0000 Subject: Updated javadoc git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@192 e343933a-64c8-49c5-92b1-88f2ce3e89e8 --- coreAPI/build.xml | 3 ++- coreAPI/src/java/net/java/games/input/Controller.java | 3 +-- coreAPI/src/java/net/java/games/input/package.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coreAPI/build.xml b/coreAPI/build.xml index a87fdd6..d4986ed 100644 --- a/coreAPI/build.xml +++ b/coreAPI/build.xml @@ -30,7 +30,8 @@ + additionalparam="-source 1.4" + excludepackagenames="net.java.games.input.example.*,net.java.games.input.test.*"> diff --git a/coreAPI/src/java/net/java/games/input/Controller.java b/coreAPI/src/java/net/java/games/input/Controller.java index 61faaff..4d96964 100644 --- a/coreAPI/src/java/net/java/games/input/Controller.java +++ b/coreAPI/src/java/net/java/games/input/Controller.java @@ -150,8 +150,7 @@ public interface Controller { public static final Type MOUSE = new Type("Mouse"); /** - * A keyboard controller (same as BUTTONS) - * @see #BUTTONS + * A keyboard controller */ public static final Type KEYBOARD = new Type("Keyboard"); diff --git a/coreAPI/src/java/net/java/games/input/package.html b/coreAPI/src/java/net/java/games/input/package.html index 666595d..9e26d81 100644 --- a/coreAPI/src/java/net/java/games/input/package.html +++ b/coreAPI/src/java/net/java/games/input/package.html @@ -6,8 +6,8 @@ Top level package for JInput.

Package Specification

-Use -D jinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar)
-Use -D jinput.controllerPluginPath to change the path the plugins mechanism will use to search for plugin Jars. - +Use -Djinput.useDefaultPlugin=false (or net.java.games.input.useDefaultPlugin=false) to disable automatic loading of the default plugin for the platform.
+Use -Djinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar)
+Use -Djinput.controllerPluginPath to change the path the plugins mechanism will use to search for plugin Jars. \ No newline at end of file -- cgit v1.2.3