diff options
author | Markus Knauer | 2010-05-22 10:09:25 +0000 |
---|---|---|
committer | Markus Knauer | 2010-05-22 10:09:25 +0000 |
commit | 71e2ba960a22a5cf060541b0c43b6735879ca668 (patch) | |
tree | e2ae6ccbd1f5c936a4d6e904812d514d973b619d /packages/org.eclipse.epp.package.jee.feature/p2.inf | |
parent | 5ca63f1c13507523e0629c88ec62300dabd2028a (diff) | |
download | org.eclipse.epp.packages-71e2ba960a22a5cf060541b0c43b6735879ca668.tar.gz org.eclipse.epp.packages-71e2ba960a22a5cf060541b0c43b6735879ca668.tar.xz org.eclipse.epp.packages-71e2ba960a22a5cf060541b0c43b6735879ca668.zip |
* bug 313575: consolidate common package characteristics
Diffstat (limited to 'packages/org.eclipse.epp.package.jee.feature/p2.inf')
-rw-r--r-- | packages/org.eclipse.epp.package.jee.feature/p2.inf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.jee.feature/p2.inf b/packages/org.eclipse.epp.package.jee.feature/p2.inf index 24a6ffd5..b149cc9a 100644 --- a/packages/org.eclipse.epp.package.jee.feature/p2.inf +++ b/packages/org.eclipse.epp.package.jee.feature/p2.inf @@ -8,16 +8,12 @@ requires.1.name=org.eclipse.platform.ide requires.1.greedy=true instructions.configure=\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/helios,name:EPP Packages Repository);\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/helios,name:EPP Packages Repository);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/webtools/updates,name:The Eclipse Web Tools Platform (WTP) Project update site);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/webtools/updates,name:The Eclipse Web Tools Platform (WTP) Project update site);\ 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/technology/epp/packages/helios);\ -org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/helios);\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/updates);\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/updates);\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/);\ |