Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2008-12-05 19:39:04 +0000
committerDoug Schaefer2008-12-05 19:39:04 +0000
commit48e291669fafa28135d22eb65256a1af4b9d2fd1 (patch)
treeac882e951cfcc2803a3613f8e6b3ff501b8bb6a4 /p2/org.eclipse.cdt.p2-feature
parent5c28d8407c07543599ceb72fb153c2e15c46c7b3 (diff)
downloadorg.eclipse.cdt-48e291669fafa28135d22eb65256a1af4b9d2fd1.tar.gz
org.eclipse.cdt-48e291669fafa28135d22eb65256a1af4b9d2fd1.tar.xz
org.eclipse.cdt-48e291669fafa28135d22eb65256a1af4b9d2fd1.zip
Feature for the p2 sdk install thing.
Diffstat (limited to 'p2/org.eclipse.cdt.p2-feature')
-rw-r--r--p2/org.eclipse.cdt.p2-feature/.project17
-rw-r--r--p2/org.eclipse.cdt.p2-feature/build.properties1
-rw-r--r--p2/org.eclipse.cdt.p2-feature/feature.xml27
3 files changed, 45 insertions, 0 deletions
diff --git a/p2/org.eclipse.cdt.p2-feature/.project b/p2/org.eclipse.cdt.p2-feature/.project
new file mode 100644
index 00000000000..9a49fa6fcfe
--- /dev/null
+++ b/p2/org.eclipse.cdt.p2-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cdt.p2-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/p2/org.eclipse.cdt.p2-feature/build.properties b/p2/org.eclipse.cdt.p2-feature/build.properties
new file mode 100644
index 00000000000..64f93a9f0b7
--- /dev/null
+++ b/p2/org.eclipse.cdt.p2-feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/p2/org.eclipse.cdt.p2-feature/feature.xml b/p2/org.eclipse.cdt.p2-feature/feature.xml
new file mode 100644
index 00000000000..e4aa0835dcd
--- /dev/null
+++ b/p2/org.eclipse.cdt.p2-feature/feature.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.cdt.p2"
+ label="Eclipse SDK p2 support feature"
+ version="1.0.0"
+ provider-name="Eclipse.org">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.eclipse.cdt.p2"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top