diff options
author | Markus Knauer | 2011-04-21 13:23:19 +0000 |
---|---|---|
committer | Markus Knauer | 2011-04-21 13:23:19 +0000 |
commit | 2bbaa89322ec851b26c84fcf3b261030ced6e44f (patch) | |
tree | 9f07d5b494824db48ee938d26b2089c78007d37e /packages/org.eclipse.epp.package.scout.feature/p2.inf | |
parent | 6e0b6700f990e62225a3b252fba529420f943437 (diff) | |
download | org.eclipse.epp.packages-2bbaa89322ec851b26c84fcf3b261030ced6e44f.tar.gz org.eclipse.epp.packages-2bbaa89322ec851b26c84fcf3b261030ced6e44f.tar.xz org.eclipse.epp.packages-2bbaa89322ec851b26c84fcf3b261030ced6e44f.zip |
* scout: Bug 340698 - Create an Eclipse for Scout Developers Package
Diffstat (limited to 'packages/org.eclipse.epp.package.scout.feature/p2.inf')
-rw-r--r-- | packages/org.eclipse.epp.package.scout.feature/p2.inf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.scout.feature/p2.inf b/packages/org.eclipse.epp.package.scout.feature/p2.inf new file mode 100644 index 00000000..76fd54f7 --- /dev/null +++ b/packages/org.eclipse.epp.package.scout.feature/p2.inf @@ -0,0 +1,21 @@ +# tell pde.build not to generate start levels +org.eclipse.pde.build.append.startlevels=false + +# add requirement on org.eclipse.platform.ide +requires.1.namespace=org.eclipse.equinox.p2.iu +requires.1.name=org.eclipse.platform.ide +#requires.1.range=[3.5.0.I20090522-1710,3.5.0.I20090522-1710] +requires.1.greedy=true + +# disable listing of feature in any category +properties.1.name=org.eclipse.equinox.p2.type.category +properties.1.value=false + +#instructions.configure=\ +#org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/,name:Mylyn for Eclipse 3.4 and 3.5);\ +#org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/,name:Mylyn for Eclipse 3.4 and 3.5); + +#instructions.unconfigure=\ +#org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/);\ +#org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/); + |