Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-05-19 06:48:39 +0000
committerMarkus Knauer2010-05-19 06:48:39 +0000
commitd32704797c52eb7db0abf9c7a5881ac4c0788454 (patch)
tree90099c99f344b496969e6ea3e281522ba5aa184f /packages/org.eclipse.epp.package.common.feature/p2.inf
parent6b3d9d9d4b1db4ed481a4132a78eefbfc0462186 (diff)
downloadorg.eclipse.epp.packages-d32704797c52eb7db0abf9c7a5881ac4c0788454.tar.gz
org.eclipse.epp.packages-d32704797c52eb7db0abf9c7a5881ac4c0788454.tar.xz
org.eclipse.epp.packages-d32704797c52eb7db0abf9c7a5881ac4c0788454.zip
* common: corrections
Diffstat (limited to 'packages/org.eclipse.epp.package.common.feature/p2.inf')
-rw-r--r--packages/org.eclipse.epp.package.common.feature/p2.inf8
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/org.eclipse.epp.package.common.feature/p2.inf b/packages/org.eclipse.epp.package.common.feature/p2.inf
index ce7fce6d..6520d15f 100644
--- a/packages/org.eclipse.epp.package.common.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.common.feature/p2.inf
@@ -1,11 +1,7 @@
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/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);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/helios,name:EPP Packages Repository);
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/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/); \ No newline at end of file
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/helios);

Back to the top