diff options
author | Kenneth Russel <[email protected]> | 2003-08-04 02:36:32 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-08-04 02:36:32 +0000 |
commit | d224c85aa7c2e420ffec62ce77f2ca02430f6c76 (patch) | |
tree | baa251e2d08ba88d58f4b10cef52a4bc112c0f89 /www/webstart | |
parent | a13912a2f6230aed46f97918987cd64f16dcb725 (diff) |
Attempted fix to jogl and Gears JNLP files after java.net transition to https
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@44 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www/webstart')
-rw-r--r-- | www/webstart/jogl.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webstart/jogl.jnlp b/www/webstart/jogl.jnlp index 90ed71246..cc438f8b8 100644 --- a/www/webstart/jogl.jnlp +++ b/www/webstart/jogl.jnlp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0.1" - codebase="http://jogl.dev.java.net/webstart/" + codebase="https://jogl.dev.java.net/webstart/" href="jogl.jnlp"> <information> <title>JOGL</title> |