Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-11-29 21:54:25 +0000
committerJeff Johnston2011-11-29 21:55:00 +0000
commit709d7d61802467b386fcbc98aee43d62666807c1 (patch)
tree63401abe13f144bf7d5dd07f7d3570e88b637e7c /changelog
parent88bd1d8db151f43100b11a6d96dca032258d437d (diff)
downloadorg.eclipse.linuxtools-709d7d61802467b386fcbc98aee43d62666807c1.tar.gz
org.eclipse.linuxtools-709d7d61802467b386fcbc98aee43d62666807c1.tar.xz
org.eclipse.linuxtools-709d7d61802467b386fcbc98aee43d62666807c1.zip
Add p2.inf files for all Linux tool features.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/build.properties1
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/p2.inf3
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.tests-feature/build.properties1
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.tests-feature/p2.inf3
4 files changed, 8 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/build.properties b/changelog/org.eclipse.linuxtools.changelog-feature/build.properties
index 6fe2c10222..a9fbe87154 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/build.properties
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/build.properties
@@ -1,6 +1,7 @@
bin.includes = feature.xml,\
epl-v10.html,\
feature.properties,\
+ p2.inf,\
license.html
src.includes = feature.xml,\
feature.properties,\
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/p2.inf b/changelog/org.eclipse.linuxtools.changelog-feature/p2.inf
new file mode 100644
index 0000000000..030d966679
--- /dev/null
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/p2.inf
@@ -0,0 +1,3 @@
+instructions.configure=\
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/technology/linuxtools/updates-nightly,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/technology/linuxtools/updates-nightly,type:1,name:Linux Tools,enabled:false);
diff --git a/changelog/org.eclipse.linuxtools.changelog.tests-feature/build.properties b/changelog/org.eclipse.linuxtools.changelog.tests-feature/build.properties
index 6fe2c10222..a9fbe87154 100644
--- a/changelog/org.eclipse.linuxtools.changelog.tests-feature/build.properties
+++ b/changelog/org.eclipse.linuxtools.changelog.tests-feature/build.properties
@@ -1,6 +1,7 @@
bin.includes = feature.xml,\
epl-v10.html,\
feature.properties,\
+ p2.inf,\
license.html
src.includes = feature.xml,\
feature.properties,\
diff --git a/changelog/org.eclipse.linuxtools.changelog.tests-feature/p2.inf b/changelog/org.eclipse.linuxtools.changelog.tests-feature/p2.inf
new file mode 100644
index 0000000000..030d966679
--- /dev/null
+++ b/changelog/org.eclipse.linuxtools.changelog.tests-feature/p2.inf
@@ -0,0 +1,3 @@
+instructions.configure=\
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/technology/linuxtools/updates-nightly,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/technology/linuxtools/updates-nightly,type:1,name:Linux Tools,enabled:false);

Back to the top