Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbroberts2019-08-10 03:28:52 +0000
committerBaily Roberts2019-08-12 22:29:22 +0000
commite8471d4af2f5e0f88556344f75e90af62fee38a3 (patch)
tree3bf06a53b694de7a7d89086a714ff028fa120461
parentc78967d692702461b20f7d23b10024e2ac8c7e3c (diff)
downloadorg.eclipse.osee-e8471d4af2f5e0f88556344f75e90af62fee38a3.tar.gz
org.eclipse.osee-e8471d4af2f5e0f88556344f75e90af62fee38a3.tar.xz
org.eclipse.osee-e8471d4af2f5e0f88556344f75e90af62fee38a3.zip
bug: Take out equinox.p2.core feature
Change-Id: I54cc56f19123589e23786809641c9de544cd2379 Signed-off-by: broberts <baily.e.roberts@boeing.com>
-rw-r--r--features/org.eclipse.osee.client.all.feature/feature.xml12
-rw-r--r--features/org.eclipse.osee.core.server.external.feature/feature.xml1
-rw-r--r--features/org.eclipse.osee.dep.feature/feature.xml4
3 files changed, 7 insertions, 10 deletions
diff --git a/features/org.eclipse.osee.client.all.feature/feature.xml b/features/org.eclipse.osee.client.all.feature/feature.xml
index 58fff8ecd51..1b460eb7cc2 100644
--- a/features/org.eclipse.osee.client.all.feature/feature.xml
+++ b/features/org.eclipse.osee.client.all.feature/feature.xml
@@ -20,11 +20,7 @@
<includes
id="org.eclipse.osee.client.feature"
version="0.0.0"/>
-
- <includes
- id="org.eclipse.osee.dep.feature"
- version="0.0.0"/>
-
+
<includes
id="org.eclipse.osee.core.runtime.feature"
version="0.0.0"/>
@@ -36,5 +32,9 @@
<includes
id="org.eclipse.osee.ats.ide.demo.feature"
version="0.0.0"/>
-
+
+ <includes
+ id="org.eclipse.osee.dep.feature"
+ version="0.0.0"/>
+
</feature>
diff --git a/features/org.eclipse.osee.core.server.external.feature/feature.xml b/features/org.eclipse.osee.core.server.external.feature/feature.xml
index ec29f689458..a890ef4dc98 100644
--- a/features/org.eclipse.osee.core.server.external.feature/feature.xml
+++ b/features/org.eclipse.osee.core.server.external.feature/feature.xml
@@ -25,6 +25,7 @@
id="org.eclipse.osee.disposition.feature"
version="0.0.0"/>
+
<includes
id="org.eclipse.jgit"
version="5.0.0"/>
diff --git a/features/org.eclipse.osee.dep.feature/feature.xml b/features/org.eclipse.osee.dep.feature/feature.xml
index 95512d867e2..92dbf4c5f35 100644
--- a/features/org.eclipse.osee.dep.feature/feature.xml
+++ b/features/org.eclipse.osee.dep.feature/feature.xml
@@ -289,10 +289,6 @@
version="0.0.0"/>
<includes
- id="org.eclipse.equinox.p2.core.feature"
- version="0.0.0"/>
-
- <includes
id="org.eclipse.equinox.compendium.sdk"
version="0.0.0"/>

Back to the top