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 /gcov/org.eclipse.linuxtools.gcov-feature
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 'gcov/org.eclipse.linuxtools.gcov-feature')
-rwxr-xr-xgcov/org.eclipse.linuxtools.gcov-feature/build.properties1
-rw-r--r--gcov/org.eclipse.linuxtools.gcov-feature/p2.inf3
2 files changed, 4 insertions, 0 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/build.properties b/gcov/org.eclipse.linuxtools.gcov-feature/build.properties
index 804860c5ac..82ff19bfa3 100755
--- a/gcov/org.eclipse.linuxtools.gcov-feature/build.properties
+++ b/gcov/org.eclipse.linuxtools.gcov-feature/build.properties
@@ -1,6 +1,7 @@
bin.includes = feature.xml,\
feature.properties,\
epl-v10.html,\
+ p2.inf,\
license.html
src.includes = feature.xml,\
feature.properties,\
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/p2.inf b/gcov/org.eclipse.linuxtools.gcov-feature/p2.inf
new file mode 100644
index 0000000000..030d966679
--- /dev/null
+++ b/gcov/org.eclipse.linuxtools.gcov-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