Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-06-03 20:46:24 +0000
committerGerrit Code Review @ Eclipse.org2013-06-24 17:05:18 +0000
commitec2a4b213f464cff38204510d91c150cf3d5e479 (patch)
treef4d98cc762997ae3d6e1a15526fbfe13d91c2027 /features/org.eclipse.osee.ote.master.feature/feature.xml
parent70e46b9f76a0a8032cf9cc2c1581acddded94061 (diff)
downloadorg.eclipse.osee-ec2a4b213f464cff38204510d91c150cf3d5e479.tar.gz
org.eclipse.osee-ec2a4b213f464cff38204510d91c150cf3d5e479.tar.xz
org.eclipse.osee-ec2a4b213f464cff38204510d91c150cf3d5e479.zip
feature[ats_LJNN0]: Update OTE Server Lookup
Initial commit of ote master server. This is a rest server that will be used for server lookup. This commit includes the rest implementation a rest client api and the backing service. Change-Id: If9113aacaf32bc5379a5b17d42b0b2f41706e6b9
Diffstat (limited to 'features/org.eclipse.osee.ote.master.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.ote.master.feature/feature.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.ote.master.feature/feature.xml b/features/org.eclipse.osee.ote.master.feature/feature.xml
new file mode 100644
index 00000000000..a5cc188e1b1
--- /dev/null
+++ b/features/org.eclipse.osee.ote.master.feature/feature.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.osee.ote.master.feature"
+ label="Feature"
+ 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>
+
+ <plugin
+ id="org.eclipse.osee.ote.master"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.ote.master.rest"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.ote.master.rest.client"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.ote.master.rest.model"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top