Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2017-03-23 15:38:35 +0000
committerdonald.g.dunne2017-03-29 22:00:28 +0000
commit13679fc101bbbe9c49ac421af15e0acaf8577ff8 (patch)
treeb309e8a53dfc6703bf23dc5976f7f44679c2efaf
parent2ad9db068f0b316a70e56e1e3618039effe33937 (diff)
downloadorg.eclipse.osee-13679fc101bbbe9c49ac421af15e0acaf8577ff8.tar.gz
org.eclipse.osee-13679fc101bbbe9c49ac421af15e0acaf8577ff8.tar.xz
org.eclipse.osee-13679fc101bbbe9c49ac421af15e0acaf8577ff8.zip
bug[ats_ATS318919]: Add WorkspaceBundleLoader back to OSEE distro
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/feature.xml7
-rw-r--r--plugins/org.eclipse.osee.client.parent/pom.xml2
-rw-r--r--plugins/org.eclipse.osee.framework.ui.workspacebundleloader/pom.xml4
3 files changed, 11 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.ui.feature/feature.xml b/features/org.eclipse.osee.framework.ui.feature/feature.xml
index 7068d315f37..a5098d163b9 100644
--- a/features/org.eclipse.osee.framework.ui.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/feature.xml
@@ -153,4 +153,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.osee.framework.ui.workspacebundleloader"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/plugins/org.eclipse.osee.client.parent/pom.xml b/plugins/org.eclipse.osee.client.parent/pom.xml
index f33f8b216d8..cc4cf9ca725 100644
--- a/plugins/org.eclipse.osee.client.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.parent/pom.xml
@@ -66,6 +66,7 @@
<module>../../plugins/org.eclipse.osee.framework.ui.branch.graph</module>
<module>../../plugins/org.eclipse.osee.framework.ui.data.model.editor</module>
+ <module>../../plugins/org.eclipse.osee.framework.ui.workspacebundleloader</module>
<module>../../plugins/org.eclipse.osee.framework.ui.product</module>
<module>../../plugins/org.eclipse.osee.ote.ui.define</module>
@@ -142,6 +143,7 @@
<module>../../plugins/org.eclipse.osee.framework.ui.branch.graph</module>
<module>../../plugins/org.eclipse.osee.framework.ui.data.model.editor</module>
+ <module>../../plugins/org.eclipse.osee.framework.ui.workspacebundleloader</module>
<module>../../plugins/org.eclipse.osee.framework.ui.product</module>
<module>../../plugins/org.eclipse.osee.ote.ui.define</module>
diff --git a/plugins/org.eclipse.osee.framework.ui.workspacebundleloader/pom.xml b/plugins/org.eclipse.osee.framework.ui.workspacebundleloader/pom.xml
index 5e1dbbe6ed6..bda7985172e 100644
--- a/plugins/org.eclipse.osee.framework.ui.workspacebundleloader/pom.xml
+++ b/plugins/org.eclipse.osee.framework.ui.workspacebundleloader/pom.xml
@@ -5,9 +5,9 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.ote.parent</artifactId>
+ <artifactId>org.eclipse.osee.client.parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.framework.ui.workspacebundleloader</artifactId>

Back to the top