Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-03-22 16:21:46 +0000
committerGerrit Code Review @ Eclipse.org2013-03-27 20:08:57 +0000
commit6779e93d504a8a542b01361de4e7ea19a88337c3 (patch)
tree9153a21d343abe062736a1171ddd34db172cd8d5 /plugins/org.eclipse.osee.ote.server/build.properties
parentefc2a587ad3585880e35a65b446ecafc122955de (diff)
downloadorg.eclipse.osee-6779e93d504a8a542b01361de4e7ea19a88337c3.tar.gz
org.eclipse.osee-6779e93d504a8a542b01361de4e7ea19a88337c3.tar.xz
org.eclipse.osee-6779e93d504a8a542b01361de4e7ea19a88337c3.zip
feature[ats_5Z6FP]: Add OTE SessionManager
Move the session management out of the TestEnvironment and into it's own service. This also involves removing the UserSessionKey and replacing it with a UUID to identify the client session. Change-Id: I2dc09c96031f3c0670081f4bf158d62912140506
Diffstat (limited to 'plugins/org.eclipse.osee.ote.server/build.properties')
-rw-r--r--plugins/org.eclipse.osee.ote.server/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.server/build.properties b/plugins/org.eclipse.osee.ote.server/build.properties
index 6210e849b59..28c3ad0353c 100644
--- a/plugins/org.eclipse.osee.ote.server/build.properties
+++ b/plugins/org.eclipse.osee.ote.server/build.properties
@@ -1,5 +1,6 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- OSGI-INF/
+ OSGI-INF/,\
+ OSGI-INF/ote.service.starter.xml
source.. = src/

Back to the top