Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-03-18 23:42:34 +0000
committerdonald.g.dunne2013-03-27 19:21:25 +0000
commitb56832663141e952a02267c207cdb0cfa938fd45 (patch)
tree521966bc2389b44429e32ae48e7980b353d501b1 /plugins/org.eclipse.osee.ote.rest/build.properties
parent36ce89dfbdb3148fb91239e151b07543ea599099 (diff)
downloadorg.eclipse.osee-b56832663141e952a02267c207cdb0cfa938fd45.tar.gz
org.eclipse.osee-b56832663141e952a02267c207cdb0cfa938fd45.tar.xz
org.eclipse.osee-b56832663141e952a02267c207cdb0cfa938fd45.zip
feature[ats_5Z6FP]: Add OTE rest server
Diffstat (limited to 'plugins/org.eclipse.osee.ote.rest/build.properties')
-rw-r--r--plugins/org.eclipse.osee.ote.rest/build.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.rest/build.properties b/plugins/org.eclipse.osee.ote.rest/build.properties
new file mode 100644
index 00000000000..9b4616ae0ea
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.rest/build.properties
@@ -0,0 +1,13 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/,\
+ OSGI-INF/ote.configuration.store.xml,\
+ OSGI-INF/ote.job.store.xml
+source.. = src/
+additional.bundles = org.eclipse.osee.orcs,\
+ javax.ws.rs,\
+ org.eclipse.osee.framework.core.model,\
+ org.eclipse.osee.framework.core,\
+ org.eclipse.osee.framework.jdk.core,\
+ org.eclipse.osee.orcs.rest.model

Back to the top