aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorendolf <[email protected]>2004-04-02 10:04:45 +0000
committerendolf <[email protected]>2004-04-02 10:04:45 +0000
commita535e60b556060221105795c7cd175a961410dc6 (patch)
treed88ef8e1d73031d4aaff5773f024c709378e3948
parent19224c98d54e2f109644cc13426b66a8f0464ac7 (diff)
First quick attempt at package javadoc to show the properties for plugin loading
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@74 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r--coreAPI/src/java/net/java/games/input/package.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/coreAPI/src/java/net/java/games/input/package.html b/coreAPI/src/java/net/java/games/input/package.html
new file mode 100644
index 0000000..8aa0eb4
--- /dev/null
+++ b/coreAPI/src/java/net/java/games/input/package.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<body>
+
+Top level package for JInput.
+
+<h2>Package Specification</h2>
+
+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)
+
+</body>
+</html> \ No newline at end of file