Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Finkbeiner2015-10-23 14:12:18 +0000
committerAndrew M. Finkbeiner2015-10-23 22:00:00 +0000
commitcdacf95c7e869a6cfb026af4930b5716ba9485c6 (patch)
tree1e79274245a389492af2521a9914b12d5d51b783 /plugins/org.eclipse.osee.ide.parent
parent1ca04e55c39eefd02db757b61b88d051ca25c099 (diff)
downloadorg.eclipse.osee-cdacf95c7e869a6cfb026af4930b5716ba9485c6.tar.gz
org.eclipse.osee-cdacf95c7e869a6cfb026af4930b5716ba9485c6.tar.xz
org.eclipse.osee-cdacf95c7e869a6cfb026af4930b5716ba9485c6.zip
feature: Remove OTE from main OSEE build
Diffstat (limited to 'plugins/org.eclipse.osee.ide.parent')
-rw-r--r--plugins/org.eclipse.osee.ide.parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ide.parent/pom.xml b/plugins/org.eclipse.osee.ide.parent/pom.xml
index 1cc1f3b6751..4af6e1c7c5e 100644
--- a/plugins/org.eclipse.osee.ide.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ide.parent/pom.xml
@@ -18,7 +18,7 @@
<modules>
<module>../../plugins/org.eclipse.osee.runtime.parent</module>
- <module>../../plugins/org.eclipse.osee.ote.parent</module>
+ <module>../../plugins/org.eclipse.osee.ote.rdt.parent</module>
<module>../../plugins/org.eclipse.osee.client.parent</module>
<module>../../plugins/org.eclipse.osee.ats.parent</module>
<module>../../plugins/org.eclipse.osee.client.all.parent</module>

Back to the top