Skip to content

Commit

Permalink
TEIIDDES-2011 added dependency to org.apache.commons.logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Jan 6, 2014
1 parent ed276af commit 3d493ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<import plugin="org.eclipse.wst.server.core" version="1.4.0" match="compatible"/>
<import plugin="org.teiid.datatools.connectivity.ui" version="8.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.datatools.connectivity.oda.flatfile.ui" version="3.1.7" match="compatible"/>
<import plugin="org.apache.commons.logging"/>
</requires>

<plugin
Expand Down
3 changes: 2 additions & 1 deletion plugins/org.teiid.designer.datatools/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Require-Bundle: org.teiid.core.designer;bundle-version="[8.1.0,9.0.0)",
org.teiid.designer.ui.common;bundle-version="[8.1.0,9.0.0)",
org.teiid.designer.spi;bundle-version="[8.1.0,9.0.0)",
org.codehaus.jackson.core;bundle-version="[1.6.0,2.0.0)",
org.codehaus.jackson.mapper;bundle-version="[1.6.0,2.0.0)"
org.codehaus.jackson.mapper;bundle-version="[1.6.0,2.0.0)",
org.apache.commons.logging;bundle-version="1.1.1"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.teiid.designer.datatools,
Expand Down

0 comments on commit 3d493ba

Please sign in to comment.