Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2019-01-03 21:30:38 +0000
committerRyan T. Baldwin2019-01-03 21:30:38 +0000
commit914a7a934272b463415cafb19479fa61b198bceb (patch)
treef3bb7bd5fed76c92f37a3b7b325b39f326627809 /plugins/org.eclipse.osee.ide.parent
parent6665ca08c4c92eeeace64e59864daaaeee511650 (diff)
downloadorg.eclipse.osee-914a7a934272b463415cafb19479fa61b198bceb.tar.gz
org.eclipse.osee-914a7a934272b463415cafb19479fa61b198bceb.tar.xz
org.eclipse.osee-914a7a934272b463415cafb19479fa61b198bceb.zip
feature[ats_TW8369]: Rename ats.client bundles to ats.ide
- rename osee.ats to osee.ats.ide - rename osee.ats.clident.demo to osee.ats.ide.demo - rename osee.ats.client.integration.tests to osee.ats.ide.integration.tests - rename osee.ats.feature to osee.ats.ide.feature - rename org.eclipse.osee.ats.help.ui.test to org.eclipse.osee.ats.ide.help.ui.test - rename org.eclipse.osee.ats.help.ui to org.eclipse.osee.ats.ide.help.ui - rename plugins/org.eclipse.osee.ats.p2 to plugins/org.eclipse.osee.ats.ide.p2 - rename org.eclipse.osee.ats.parent to org.eclipse.osee.ats.ide.parent Change-Id: I3fe7deb380696d00bb719f56dbf583fd14b99a60
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 a3f9af34e94..b464f20e122 100644
--- a/plugins/org.eclipse.osee.ide.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ide.parent/pom.xml
@@ -19,7 +19,7 @@
<modules>
<module>../../plugins/org.eclipse.osee.runtime.parent</module>
<module>../../plugins/org.eclipse.osee.client.parent</module>
- <module>../../plugins/org.eclipse.osee.ats.parent</module>
+ <module>../../plugins/org.eclipse.osee.ats.ide.parent</module>
<module>../../plugins/org.eclipse.osee.client.all.parent</module>
</modules>

Back to the top