diff options
author | First Last <[email protected]> | 2007-08-12 21:59:26 +0000 |
---|---|---|
committer | First Last <[email protected]> | 2007-08-12 21:59:26 +0000 |
commit | 45fe91effb7d4c3b6abe2e7530721e03ded2cddd (patch) | |
tree | 37ff0276db225b4940d2e2c867c8ef5f64e05503 /webstart/jinput-wintab.jnlp | |
parent | 44a23d21c5dd47d73eb2017f1a3383a25d6b7931 (diff) |
This commit was manufactured by cvs2svn to create tag 'post-issue-36'.post-issue-36
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/tags/post-issue-36@203 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'webstart/jinput-wintab.jnlp')
-rw-r--r-- | webstart/jinput-wintab.jnlp | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/webstart/jinput-wintab.jnlp b/webstart/jinput-wintab.jnlp deleted file mode 100644 index 535c921..0000000 --- a/webstart/jinput-wintab.jnlp +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp - spec="1.0+" - codebase="http://www.newdawnsoftware.com/resources/jinput/webstart/" - href="jinput-wintab.jnlp"> - <information> - <title>JInput webstart demo</title> - <vendor>New Dawn Software</vendor> - <homepage href="http://www.newdawnsoftware.com"/> - <description>The readtest demo from jinput as a webstartable demo</description> - <description kind="short">JInput JWS demo</description> - <icon href="mini.jpg"/> - <offline-allowed/> - </information> - <security> - <all-permissions/> - </security> - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <jar href="jinput-test.jar"/> - <jar href="jinput.jar"/> - </resources> - <resources os="Windows" arch="x86_64 x86"> - <nativelib href="jinput-windows-native.jar"/> - <property name="jinput.plugins" value="net.java.games.input.WinTabEnvironmentPlugin"/> - </resources> - <resources os="Linux" arch="i386 ia64 x84_64"> - <nativelib href="jinput-linux-native.jar"/> - </resources> - <resources os="Mac OS"> - <nativelib href="jinput-osx-native.jar"/> - </resources> - - <application-desc main-class="net.java.games.input.test.ControllerReadTest"/> -</jnlp> |