sdk: correct jme.com -> jme.org

experimental
Kirill Vainer 10 years ago
parent 5709fe587d
commit 64452843f1
  1. 2
      sdk/build.xml
  2. 2
      sdk/jdks/build-osx-zip.sh
  3. 2
      sdk/jdks/build-package.sh

@ -249,7 +249,7 @@
section="devel" section="devel"
depends="sun-java6-jdk" depends="sun-java6-jdk"
maintainer="jMonkeyEngine" maintainer="jMonkeyEngine"
homepage="http://www.jmonkeyengine.com" homepage="http://www.jmonkeyengine.org"
postrm="debscripts/postrm" postrm="debscripts/postrm"
> >
<tarfileset dir="dist/${app.name}/" prefix="opt/${app.name}"> <tarfileset dir="dist/${app.name}/" prefix="opt/${app.name}">

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
#(c) jMonkeyEngine.com #(c) jmonkeyengine.org
#Author Normen Hansen #Author Normen Hansen
set -e set -e
rm -rf jdk-macosx.zip rm -rf jdk-macosx.zip

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
#(c) jMonkeyEngine.com #(c) jmonkeyengine.org
#This script creates SFX binaries of the JDK for the specified platform #This script creates SFX binaries of the JDK for the specified platform
#Author Normen Hansen #Author Normen Hansen

Loading…
Cancel
Save