summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/eclipse-workspace-feature/feature.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/eclipse-workspace-feature/feature.xml')
-rw-r--r--sandbox/rfeng/eclipse-workspace-feature/feature.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/sandbox/rfeng/eclipse-workspace-feature/feature.xml b/sandbox/rfeng/eclipse-workspace-feature/feature.xml
new file mode 100644
index 0000000000..b9664685ea
--- /dev/null
+++ b/sandbox/rfeng/eclipse-workspace-feature/feature.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.apache.tuscany.eclipse.workspace.feature"
+ label="org.apache.tuscany.eclipse.workspace.feature"
+ version="1.0.0"
+ provider-name="Apache Software Foundation">
+
+ <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.apache.tuscany.eclipse.workspace"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>