Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-11-27 00:03:27 +0000
committerRoberto E. Escobar2014-03-04 19:41:48 +0000
commitfc69b03bdebd634dbc49b247f78d76f599d763fd (patch)
tree1d2095777c12442aeceff2591a4ed9a728573b65 /plugins/org.eclipse.osee.ote.parent
parent8c8dab25dd96cc9169a1b3bacfddbca7cba7cd76 (diff)
downloadorg.eclipse.osee-fc69b03bdebd634dbc49b247f78d76f599d763fd.tar.gz
org.eclipse.osee-fc69b03bdebd634dbc49b247f78d76f599d763fd.tar.xz
org.eclipse.osee-fc69b03bdebd634dbc49b247f78d76f599d763fd.zip
feature[ats_KKXWE]: Implement the OTE builder
This is the initial commit to get the OTE builder working. It also includes the rest interface changes and some environment changes so that we can disconnect from the server without killing the batch, and reconnect to the server and start getting updates again.
Diffstat (limited to 'plugins/org.eclipse.osee.ote.parent')
-rw-r--r--plugins/org.eclipse.osee.ote.parent/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.parent/pom.xml b/plugins/org.eclipse.osee.ote.parent/pom.xml
index e9086895bb8..576d72b7225 100644
--- a/plugins/org.eclipse.osee.ote.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ote.parent/pom.xml
@@ -18,7 +18,6 @@
<modules>
<module>../../plugins/org.eclipse.osee.framework.ui.workspacebundleloader</module>
- <module>../../plugins/org.eclipse.osee.ote</module>
<module>../../plugins/org.eclipse.osee.ote.master</module>
<module>../../plugins/org.eclipse.osee.ote.master.test</module>
<module>../../plugins/org.eclipse.osee.ote.master.rest</module>
@@ -27,7 +26,6 @@
<module>../../features/org.eclipse.osee.ote.server.external.feature</module>
<module>../../features/org.eclipse.osee.ote.master.feature</module>
<module>../../plugins/org.eclipse.osee.ote.master.product</module>
- <module>../../plugins/org.eclipse.osee.ote.test</module>
<module>../../plugins/org.eclipse.osee.ote.rest</module>
<module>../../plugins/org.eclipse.osee.ote.rest.client</module>
<module>../../plugins/org.eclipse.osee.ote.rest.model</module>
@@ -44,6 +42,7 @@
<module>../../plugins/org.eclipse.osee.ote.server</module>
<module>../../plugins/org.eclipse.osee.ote.help.ui</module>
<module>../../plugins/org.eclipse.osee.ote.ui</module>
+ <module>../../plugins/org.eclipse.osee.ote.ui.builder</module>
<module>../../plugins/org.eclipse.osee.ote.ui.markers</module>
<module>../../plugins/org.eclipse.osee.ote.version</module>
<module>../../plugins/org.eclipse.osee.ote.version.git</module>

Back to the top