diff options
author | Angel Avila | 2015-10-08 21:08:26 +0000 |
---|---|---|
committer | Ryan D. Brooks | 2015-10-08 21:08:26 +0000 |
commit | c994ce65d78734792f99b874f8a52ffeccdcb3b1 (patch) | |
tree | 6daa2394c7b7bb9cb6c23c2816b518f7cd4779a5 /features | |
parent | 24e417a8b8b3591cbbf0fc8bd55b128c7f8f125b (diff) | |
download | org.eclipse.osee-c994ce65d78734792f99b874f8a52ffeccdcb3b1.tar.gz org.eclipse.osee-c994ce65d78734792f99b874f8a52ffeccdcb3b1.tar.xz org.eclipse.osee-c994ce65d78734792f99b874f8a52ffeccdcb3b1.zip |
bug: Add SQlite plugin into Disposition Feature Dependancy
Change-Id: I51eb5305f2e050ec5023d0b25f0382ff8d2a6a27
Diffstat (limited to 'features')
-rw-r--r-- | features/org.eclipse.osee.disposition.feature/feature.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.disposition.feature/feature.xml b/features/org.eclipse.osee.disposition.feature/feature.xml index 1c0ae1ea252..1cf12eafe61 100644 --- a/features/org.eclipse.osee.disposition.feature/feature.xml +++ b/features/org.eclipse.osee.disposition.feature/feature.xml @@ -32,6 +32,7 @@ <import plugin="org.eclipse.osee.event"/> <import plugin="org.eclipse.osee.executor.admin"/> <import plugin="org.eclipse.osgi.services"/> + <import plugin="org.xerial.sqlite"/> </requires> <plugin |