Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
linux and mac permissions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkasko committed Dec 8, 2012
1 parent 31d68a4 commit 9b3d269
Show file tree
Hide file tree
Showing 15 changed files with 236 additions and 50 deletions.
Binary file added installer/jar-launcher/linux32/install
Binary file not shown.
19 changes: 19 additions & 0 deletions installer/jar-launcher/linux32/linux_install.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# linux environment file example
# to build run these conmmands:
# . linux.env
# make

# platform name
export JL_PLATFORM=linux

# compile settings
export JL_COMPILER_OPTIONS="-Os -m32"

# result executable name
export JL_EXECUTABLE_NAME=install

# paths are relative to executable file
# use forward slashes only
export JL_JAVA_RELATIVE_PATH=jre/bin/java
export JL_JAR_RELATIVE_PATH=install.jar

19 changes: 19 additions & 0 deletions installer/jar-launcher/linux32/linux_uninstall.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# linux environment file example
# to build run these conmmands:
# . linux.env
# make

# platform name
export JL_PLATFORM=linux

# compile settings
export JL_COMPILER_OPTIONS="-Os -m32"

# result executable name
export JL_EXECUTABLE_NAME=uninstall

# paths are relative to executable file
# use forward slashes only
export JL_JAVA_RELATIVE_PATH=../jre/bin/java
export JL_JAR_RELATIVE_PATH=uninstall.jar

Binary file added installer/jar-launcher/linux32/uninstall
Binary file not shown.
Binary file added installer/jar-launcher/linux64/install
Binary file not shown.
19 changes: 19 additions & 0 deletions installer/jar-launcher/linux64/linux_install.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# linux environment file example
# to build run these conmmands:
# . linux.env
# make

# platform name
export JL_PLATFORM=linux

# compile settings
export JL_COMPILER_OPTIONS="-Os"

# result executable name
export JL_EXECUTABLE_NAME=install

# paths are relative to executable file
# use forward slashes only
export JL_JAVA_RELATIVE_PATH=jre/bin/java
export JL_JAR_RELATIVE_PATH=install.jar

19 changes: 19 additions & 0 deletions installer/jar-launcher/linux64/linux_uninstall.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# linux environment file example
# to build run these conmmands:
# . linux.env
# make

# platform name
export JL_PLATFORM=linux

# compile settings
export JL_COMPILER_OPTIONS="-Os"

# result executable name
export JL_EXECUTABLE_NAME=uninstall

# paths are relative to executable file
# use forward slashes only
export JL_JAVA_RELATIVE_PATH=../jre/bin/java
export JL_JAR_RELATIVE_PATH=uninstall.jar

Binary file added installer/jar-launcher/linux64/uninstall
Binary file not shown.
2 changes: 1 addition & 1 deletion installer/linux-amd64/default-install-dir-linux.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$USER_HOME/openjdk6_b27_x64
$USER_HOME/openjdk7_u6_x64
50 changes: 27 additions & 23 deletions installer/linux-amd64/izpack.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<installation version="1.0">
<info>
<appname>OpenJDK 6 unofficial linux-amd64</appname>
<appversion>build 27</appversion>
<appname>OpenJDK 7 update 6 unofficial linux-amd64</appname>
<appversion>build 24</appversion>
<uninstaller path="$INSTALL_PATH/uninstall" name="uninstall.jar"/>
</info>

Expand Down Expand Up @@ -46,47 +46,49 @@
<description>OpenJDK Runtime Environment installation files</description>
<file src="jre" targetdir="$INSTALL_PATH"/>
<executable targetfile="$INSTALL_PATH/jre/bin/java" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/unpack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/keytool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/orbd" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/pack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/policytool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/rmid" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/rmiregistry" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/rmid" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/unpack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/pack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/orbd" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/servertool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/bin/tnameserv" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/native_threads/libhpi.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/server/libjvm.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libsaproc.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/server/libjvm.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjsig.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libverify.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjava.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/jli/libjli.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libzip.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libnpt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjava_crw_demo.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libhprof.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libnet.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libnio.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libmanagement.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libnpt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjava_crw_demo.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libhprof.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libinstrument.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjsound.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjsoundalsa.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libj2pcsc.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libsunec.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libj2pkcs11.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libj2gss.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libj2pcsc.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libmlib_image.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libawt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libsplashscreen.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/xawt/libmawt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/headless/libmawt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjawt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libfontmanager.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjpeg.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/liblcms.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/librmi.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjawt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjaas_unix.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjsdt.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libunpack.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjaas_unix.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libsctp.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libattach.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libjdwp.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/jre/lib/amd64/libdt_socket.so" os="unix" stage="never" failure="warn" keep="true"/>
Expand All @@ -99,7 +101,13 @@
<file src="uninstall" targetdir="$INSTALL_PATH"/>
<executable targetfile="$INSTALL_PATH/lib/jexec" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/java" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/keytool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/policytool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/java-rmi.cgi" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/rmiregistry" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/rmid" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/unpack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/pack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/appletviewer" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/apt" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/extcheck" os="unix" stage="never" failure="warn" keep="true"/>
Expand All @@ -110,6 +118,7 @@
<executable targetfile="$INSTALL_PATH/bin/javadoc" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/javah" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/javap" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/jcmd" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/jconsole" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/jdb" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/jhat" os="unix" stage="never" failure="warn" keep="true"/>
Expand All @@ -121,21 +130,16 @@
<executable targetfile="$INSTALL_PATH/bin/jstack" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/jstat" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/jstatd" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/keytool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/native2ascii" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/orbd" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/pack200" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/policytool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/rmic" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/rmid" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/rmiregistry" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/schemagen" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/serialver" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/servertool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/tnameserv" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/xjc" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/wsgen" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/wsimport" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/xjc" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/orbd" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/servertool" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/bin/tnameserv" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/demo/jvmti/versionCheck/lib/libversionCheck.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/demo/jvmti/compiledMethodLoad/lib/libcompiledMethodLoad.so" os="unix" stage="never" failure="warn" keep="true"/>
<executable targetfile="$INSTALL_PATH/demo/jvmti/gctest/lib/libgctest.so" os="unix" stage="never" failure="warn" keep="true"/>
Expand Down
2 changes: 1 addition & 1 deletion installer/linux-i586/default-install-dir-linux.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$USER_HOME/openjdk6_b27
$USER_HOME/openjdk7_u6
Binary file modified installer/linux-i586/install
Binary file not shown.
Loading

0 comments on commit 9b3d269

Please sign in to comment.