Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-05-19 19:09:27 +0000
committerrescobar2010-05-19 19:09:27 +0000
commit28fa318d76717574a1facfb1be4af608a32883ec (patch)
treeef1b0fe352e6602b9a4ca7294c4033f81be16cf6 /features/org.eclipse.osee.client.all.feature/feature.xml
parent9b6afff19c57c31045ed62b6aac057a4842a2b26 (diff)
downloadorg.eclipse.osee-28fa318d76717574a1facfb1be4af608a32883ec.tar.gz
org.eclipse.osee-28fa318d76717574a1facfb1be4af608a32883ec.tar.xz
org.eclipse.osee-28fa318d76717574a1facfb1be4af608a32883ec.zip
Diffstat (limited to 'features/org.eclipse.osee.client.all.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.client.all.feature/feature.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.client.all.feature/feature.xml b/features/org.eclipse.osee.client.all.feature/feature.xml
new file mode 100644
index 00000000000..642a67dcfa6
--- /dev/null
+++ b/features/org.eclipse.osee.client.all.feature/feature.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.osee.client.all.feature"
+ label="%featureName"
+ version="0.9.4.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <includes
+ id="org.eclipse.osee.client.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.osee.client.ote.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.osee.core.runtime.feature"
+ version="0.0.0"/>
+
+</feature>

Back to the top