]
Andrej Podhradsky closed JBTIS-97.
----------------------------------
Closed as obsolete
Update integration stack target to include orbit dependencies for
Teiid Designer
--------------------------------------------------------------------------------
Key: JBTIS-97
URL:
https://issues.jboss.org/browse/JBTIS-97
Project: JBoss Tools Integration Stack
Issue Type: Feature Request
Components: target-platform, teiid
Reporter: Paul Richardson
Teiid Designer has historically included the 3rd-party jackson and apache.poi libraries
in its codebase and latterly has been taken them directly from the JBT mirror of eclipse
orbit (merging orbit.target[1] with the integration-stack-base.target)
Since other orbit plugins are provided by the integration stack already, can the
following be directly included:
* <unit id="org.apache.poi" version="3.9.0.v201303080712"/>
* <unit id="org.codehaus.jackson.core"
version="1.6.0.v20101005-0925"/>
* <unit id="org.codehaus.jackson.mapper"
version="1.6.0.v20101005-0925"/>
Teiid Designer uses its target file [2] as the target platform for both development in
Eclipse and building using Jenkins.
[1]
[
https://github.com/Teiid-Designer/teiid-designer/blob/master/target-platf...]
[2]
[
https://github.com/Teiid-Designer/teiid-designer/blob/master/target-platf...]