commit | c1c92fd34f65e3ad64610db0af3a15e22073ee33 | [log] [tgz] |
---|---|---|
author | Stephan Herrmann <stephan.herrmann@berlin.de> | Sun Mar 05 20:01:24 2017 +0100 |
committer | Stephan Herrmann <stephan.herrmann@berlin.de> | Tue Mar 07 19:20:08 2017 +0100 |
tree | 73f3ccb404a85a47d13eb75a242f158bb0689bf2 | |
parent | e76d2a3438a5c348ffbf51ef412159d7b748bd70 [diff] |
Bug 513121: provide an OT/Equinox feature compatible with OTRE weaving
diff --git a/plugins/org.eclipse.objectteams.otequinox.branding/META-INF/p2.inf b/plugins/org.eclipse.objectteams.otequinox.branding/META-INF/p2.inf new file mode 100644 index 0000000..d627be1 --- /dev/null +++ b/plugins/org.eclipse.objectteams.otequinox.branding/META-INF/p2.inf
@@ -0,0 +1,5 @@ +requires.1.namespace=org.eclipse.equinox.p2.iu +requires.1.name=org.eclipse.objectteams.otequinox.branding.otre +requires.1.range=[2.5.0,3.0.0) +requires.1.min=0 +requires.1.max=0
diff --git a/plugins/org.eclipse.objectteams.otequinox.branding/build.properties b/plugins/org.eclipse.objectteams.otequinox.branding/build.properties index 30bfd0e..d3e0917 100644 --- a/plugins/org.eclipse.objectteams.otequinox.branding/build.properties +++ b/plugins/org.eclipse.objectteams.otequinox.branding/build.properties
@@ -6,3 +6,4 @@ icons/,\ plugin.properties,\ about.html +javacProjectSettings=true