carbidecpp22devenv/features/org.eclipse.epp.package.rcp.feature_1.2.0.20090617-1252/p2.inf
author cawthron
Fri, 04 Dec 2009 12:01:35 -0600
changeset 709 36d3e5787ebc
parent 4 4764c8c88759
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
#tell pde.build not to generate start levels
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
org.eclipse.pde.build.append.startlevels=false
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
#add requirement on org.eclipse.platform.ide
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
requires.1.namespace=org.eclipse.equinox.p2.iu
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
requires.1.name=org.eclipse.platform.ide
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
#requires.1.range=[3.5.0.I20090522-1710,3.5.0.I20090522-1710]
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
requires.1.greedy=true
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
instructions.configure=\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo,name:EPP Packages Repository);\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo,name:EPP Packages Repository);\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
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);\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
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);
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
instructions.unconfigure=\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo);\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo);\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/);\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/);