Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-06-23 22:24:48 +0000
committerRoberto Escobar2014-06-24 00:34:32 +0000
commit735a1d9e94bfa868a0761c08b6038198714c80cc (patch)
tree70782d0f53c73ef76b1bd72ef94da8680bb36cca
parent736668187e03ec0c5ae003fbfc929d0cc23b0532 (diff)
downloadorg.eclipse.osee-0.17.0.v201406240149_RC.tar.gz
org.eclipse.osee-0.17.0.v201406240149_RC.tar.xz
org.eclipse.osee-0.17.0.v201406240149_RC.zip
bug[ats_ATS69690]: Remove OSEE client dependencies from runtime0.17.0.v201406241532_REL0.17.0.v201406240149_RC
-rw-r--r--features/org.eclipse.osee.core.feature/feature.xml21
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml20
-rw-r--r--plugins/org.eclipse.osee.client.parent/pom.xml4
-rw-r--r--plugins/org.eclipse.osee.runtime.parent/pom.xml3
4 files changed, 23 insertions, 25 deletions
diff --git a/features/org.eclipse.osee.core.feature/feature.xml b/features/org.eclipse.osee.core.feature/feature.xml
index 8784be9d48b..63967ef1a30 100644
--- a/features/org.eclipse.osee.core.feature/feature.xml
+++ b/features/org.eclipse.osee.core.feature/feature.xml
@@ -49,27 +49,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.osee.framework.core.model"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.osee.framework.core.message"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.osee.framework.lifecycle"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.osee.cache.admin"
download-size="0"
install-size="0"
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 2d889c1f65c..c92f9edc0ed 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -165,4 +165,24 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.osee.framework.core.model"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.framework.core.message"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.framework.lifecycle"
+ 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 b01b777729d..2470fc10083 100644
--- a/plugins/org.eclipse.osee.client.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.parent/pom.xml
@@ -17,7 +17,9 @@
<version>0.17.0-SNAPSHOT</version>
<modules>
-
+ <module>../../plugins/org.eclipse.osee.framework.lifecycle</module>
+ <module>../../plugins/org.eclipse.osee.framework.lifecycle.test</module>
+
<module>../../plugins/org.eclipse.osee.framework.access</module>
<module>../../plugins/org.eclipse.osee.framework.access.test</module>
<module>../../plugins/org.eclipse.osee.framework.access.provider</module>
diff --git a/plugins/org.eclipse.osee.runtime.parent/pom.xml b/plugins/org.eclipse.osee.runtime.parent/pom.xml
index 98683704d4e..7fe36033431 100644
--- a/plugins/org.eclipse.osee.runtime.parent/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.parent/pom.xml
@@ -21,9 +21,6 @@
<module>../../features/org.eclipse.osee.core.feature</module>
- <module>../../plugins/org.eclipse.osee.framework.lifecycle</module>
- <module>../../plugins/org.eclipse.osee.framework.lifecycle.test</module>
-
<module>../../features/org.eclipse.osee.core.plugin.feature</module>
<module>../../plugins/org.eclipse.osee.framework.jini</module>

Back to the top