diff options
author | eteq <[email protected]> | 2007-01-09 01:03:02 +0000 |
---|---|---|
committer | eteq <[email protected]> | 2007-01-09 01:03:02 +0000 |
commit | c180a90e7a244e543bf5b4e01bf92849fdbcd728 (patch) | |
tree | 1aefb8360c65f0b952e28560e25a4e73ddac8e82 | |
parent | 63d9d453d16f23102b28ad586c520a6b8bf96337 (diff) |
uploaded jnlp file
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@27 83d24430-9974-4f80-8418-2cc3294053b9
-rw-r--r-- | build/joglutils.jnlp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/joglutils.jnlp b/build/joglutils.jnlp new file mode 100644 index 0000000..582dea7 --- /dev/null +++ b/build/joglutils.jnlp @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="https://joglutils.dev.java.net/source/browse/joglutils/trunk/build/" + href="joglutils.jnlp"> + <information> + <title>Joglutils</title> + <!--<vendor>Sun Microsystems, Inc.</vendor>--> + <homepage href="http://joglutils.dev.java.net/"/> + <description>Joglutils - utilities for Java bindings for OpenGL (JOGL/JSR-231)</description> + <offline-allowed/> + </information> + <resources> + <jar href="joglutilsnb.jar" /> + </resources> + <component-desc /> +</jnlp> |