blob: b7dc4af2bdf4624548aed37b9bdee3d520281bac [file] [log] [blame]
#A bit funcky way to exclude a file, but recommended in
#http://stackoverflow.com/questions/11829809/maven-tycho-how-to-exclude-eclipsec-exe-in-a-product-build
#(along with a nother approach that used ant-run).
# http://dev.eclipse.org/mhonarc/lists/tycho-user/msg03071.html
# technically, only needed for windows, but probably not worth the filtering?
instructions.configure=org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipsec.exe);
requires.1.namespace=org.eclipse.equinox.p2.iu
requires.1.name=toolingorg.eclipse.rt.osgistarterkit.macosx
requires.1.filter=(osgi.os=macosx)
requires.1.range=[1.0.0,1.0.0]
requires.1.greedy=true
units.1.id=toolingorg.eclipse.rt.osgistarterkit.macosx
units.1.version=1.0.0
units.1.provides.1.namespace=org.eclipse.equinox.p2.iu
units.1.provides.1.name=toolingorg.eclipse.rt.osgistarterkit.macosx
units.1.provides.1.version=1.0.0
units.1.filter=(osgi.os=macosx)
units.1.touchpoint.id=org.eclipse.equinox.p2.osgi
units.1.touchpoint.version=1.0.0
units.1.instructions.configure=ln(linkTarget:rt.app/Contents/MacOS/rt,targetDir:${installFolder},linkName:rt);
# remove link, from bug 407775
units.1.instructions.unconfigure=remove(targetDir:${installFolder},linkName:rt);