forked from portfolio-performance/bundled-jre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp2.inf
11 lines (9 loc) · 1.03 KB
/
p2.inf
1
2
3
4
5
6
7
8
9
10
11
instructions.configure = \
org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:../../plugins/name.abuchen.zulu.jre.macosx.x86_64_${version}/Contents/Home/lib/server/libjvm.dylib);
instructions.unconfigure = \
org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:null);
instructions.install = \
org.eclipse.equinox.p2.touchpoint.eclipse.chmod(targetDir:${installFolder}/plugins/name.abuchen.zulu.jre.macosx.x86_64_${version}/Contents/Home/,targetFile:bin,permissions:755,options:-R);\
org.eclipse.equinox.p2.touchpoint.eclipse.chmod(targetDir:${installFolder}/plugins/name.abuchen.zulu.jre.macosx.x86_64_${version}/Contents/Home/lib,targetFile:jspawnhelper,permissions:755);\
org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/plugins/name.abuchen.zulu.jre.macosx.x86_64_${version}/Contents/MacOS);\
org.eclipse.equinox.p2.touchpoint.natives.ln(linkTarget:../Home/lib/jli/libjli.dylib,targetDir:${installFolder}/plugins/name.abuchen.zulu.jre.macosx.x86_64_${version}/Contents/MacOS,linkName:libjli.dylib,force:true);