Skip to content

Commit

Permalink
TEIIDDES-2403 relax BIRT 4.4 requirement so we can build/install/work…
Browse files Browse the repository at this point in the history
… with any BIRT 4.4.x, not just 4.4.1+
  • Loading branch information
nickboldt authored and blafond committed Dec 1, 2014
1 parent 4577a8e commit 723790b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions features/org.teiid.datatools.connectivity.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
<import plugin="org.eclipse.datatools.modelbase.sql" version="1.0.6" match="compatible"/>
<import plugin="org.eclipse.debug.core" version="3.9.1" match="compatible"/>
<import plugin="org.eclipse.datatools.sqltools.editor.core" version="1.0.3" match="compatible"/>
<import plugin="org.eclipse.birt.report.data.oda.hive.ui" version="4.4.1" match="compatible"/>
<import plugin="org.eclipse.birt.data.oda.mongodb.ui" version="4.4.1" match="compatible"/>
<import plugin="org.eclipse.core.resources" version="3.9.1" match="compatible"/>
<import plugin="org.eclipse.wst.server.core" version="1.6.0" match="compatible"/>
<import plugin="org.teiid.datatools.connectivity.ui" version="9.0.0" match="compatible"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.106.0,4.0.0)",
org.eclipse.datatools.sqltools.routineeditor;bundle-version="[1.0.0,2.0.0)",
org.teiid.designer.spi;bundle-version="[9.0.0,10.0.0)",
org.jboss.tools.locus.sf.saxon;bundle-version="[9.2.1,10.0.0)",
org.eclipse.birt.report.data.oda.hive.ui;bundle-version="[4.4.1,5.0.0)",
org.eclipse.birt.data.oda.mongodb.ui;bundle-version="[4.4.1,5.0.0)"
org.eclipse.birt.report.data.oda.hive.ui;bundle-version="[4.4.0,5.0.0)",
org.eclipse.birt.data.oda.mongodb.ui;bundle-version="[4.4.0,5.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.xerces.parsers;version="2.9.0",
Expand Down

0 comments on commit 723790b

Please sign in to comment.