diff options
author | Sven Gothel <[email protected]> | 2010-05-08 08:11:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-08 08:11:14 +0200 |
commit | 50dece0a12e22762468b0d4e5d1d121d9ffa267f (patch) | |
tree | 6c547494f8056ff1c2f9cc998d45043e8221f7ba /src/redbook/nbproject/build-jogl-template-impl.xml | |
parent | 5031cf9cd2431eb5c66904e850e22b598c621b4d (diff) |
Fix URLs
Diffstat (limited to 'src/redbook/nbproject/build-jogl-template-impl.xml')
-rw-r--r-- | src/redbook/nbproject/build-jogl-template-impl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redbook/nbproject/build-jogl-template-impl.xml b/src/redbook/nbproject/build-jogl-template-impl.xml index 1f69eb2..ab63feb 100644 --- a/src/redbook/nbproject/build-jogl-template-impl.xml +++ b/src/redbook/nbproject/build-jogl-template-impl.xml @@ -138,7 +138,7 @@ <target name="-jogl-template-patch-master-jnlp" depends="-jogl-template-check-master-jnlp" if="is.jnlp.unpatched">
<replace file="master-${jnlp.descriptor}.jnlp">
<replacetoken><![CDATA[</resources>]]></replacetoken>
- <replacevalue><![CDATA[ <extension name="jogl-all-awt" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" />
+ <replacevalue><![CDATA[ <extension name="jogl-all-awt" href="http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp" />
</resources>]]></replacevalue>
</replace>
</target>
|