Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-03-31 23:20:02 +0000
committerslewis2010-03-31 23:20:02 +0000
commit2f4b1f9f053bee92a741500a099e91ce95459ccc (patch)
tree49387611ee9c907a427453b3b094e16f354d1ded
parent67d8ceda90cabcc0b1705d5a32737ad44b1bd824 (diff)
downloadorg.eclipse.ecf-2f4b1f9f053bee92a741500a099e91ce95459ccc.tar.gz
org.eclipse.ecf-2f4b1f9f053bee92a741500a099e91ce95459ccc.tar.xz
org.eclipse.ecf-2f4b1f9f053bee92a741500a099e91ce95459ccc.zip
Initial checkin
-rw-r--r--releng/features/org.eclipse.ecf.eventadmin.examples.feature/.project17
-rw-r--r--releng/features/org.eclipse.ecf.eventadmin.examples.feature/build.properties1
-rw-r--r--releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml30
3 files changed, 48 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.eventadmin.examples.feature/.project b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/.project
new file mode 100644
index 000000000..d0ee6410e
--- /dev/null
+++ b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.ecf.eventadmin.examples.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/releng/features/org.eclipse.ecf.eventadmin.examples.feature/build.properties b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/build.properties
new file mode 100644
index 000000000..64f93a9f0
--- /dev/null
+++ b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml
new file mode 100644
index 000000000..71e2fec0e
--- /dev/null
+++ b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.ecf.eventadmin.examples.feature"
+ label="ECF EventAdmin Example"
+ version="1.0.0.qualifier">
+
+ <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>
+
+ <includes
+ id="org.eclipse.ecf.eventadmin.feature"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.ecf.examples.eventadmin.app"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top