Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-11-12 03:41:38 +0000
committerAngel Avila2014-11-12 03:41:38 +0000
commit7a9c80ed148060a143ae89422b514dca868f5c2b (patch)
tree0efe603d3f681bdf12f5ca0b414d28c8803be34c /features
parent6dd03468f7101d06bc7a36fcfd2b0b9c710a92da (diff)
downloadorg.eclipse.osee-7a9c80ed148060a143ae89422b514dca868f5c2b.tar.gz
org.eclipse.osee-7a9c80ed148060a143ae89422b514dca868f5c2b.tar.xz
org.eclipse.osee-7a9c80ed148060a143ae89422b514dca868f5c2b.zip
feature[ats_ATS138840]: Create OSEE Jdbc bundle
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.x.core.feature/feature.xml21
1 files changed, 14 insertions, 7 deletions
diff --git a/features/org.eclipse.osee.x.core.feature/feature.xml b/features/org.eclipse.osee.x.core.feature/feature.xml
index 97272ed5059..683c55af03e 100644
--- a/features/org.eclipse.osee.x.core.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.feature/feature.xml
@@ -211,11 +211,18 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.osee.activity.api"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin
+ id="org.eclipse.osee.activity.api"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.jdbc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top