Skip to content

Commit

Permalink
Merge pull request #56 from pleacu/JBTIS-106
Browse files Browse the repository at this point in the history
JBTIS-106 - change version for teiid dependencies and update from M7 to ...
  • Loading branch information
Paul Leacu committed Jul 10, 2013
2 parents ebfcb83 + 1ae6902 commit b882ad1
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions target-platform/integration-stack-base.target
Expand Up @@ -9,54 +9,54 @@

<!-- Eclipse Graphiti -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.graphiti.feature.feature.group" version="0.10.0.v20130508-0709"/>
<unit id="org.eclipse.graphiti.export.feature.feature.group" version="0.10.0.v20130508-0709"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<unit id="org.eclipse.graphiti.feature.feature.group" version="0.10.0.v20130612-0936"/>
<unit id="org.eclipse.graphiti.export.feature.feature.group" version="0.10.0.v20130612-0936"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- Eclipse EMF -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.compare.feature.group" version="2.1.0.201305060839"/>
<unit id="org.eclipse.emf.compare.ide.ui.feature.group" version="2.1.0.201305060839"/>
<unit id="org.eclipse.emf.compare.feature.group" version="2.1.0.201306101322"/>
<unit id="org.eclipse.emf.compare.ide.ui.feature.group" version="2.1.0.201306101322"/>
<!-- the rcp feature is not in the kepler mirror -->
<unit id="org.eclipse.emf.compare.rcp" version="2.1.0.201305060839"/>
<unit id="org.eclipse.emf.compare.rcp.ui" version="3.0.0.201305060839"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<unit id="org.eclipse.emf.compare.rcp" version="2.1.0.201306101322"/>
<unit id="org.eclipse.emf.compare.rcp.ui" version="3.0.0.201306101322"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- Eclipse EMF/OCL -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.validation.ocl.feature.group" version="1.7.0.201305071340"/>
<unit id="org.eclipse.emf.query.ocl.feature.group" version="1.7.0.201305071338"/>
<unit id="org.eclipse.emf.validation.ocl.feature.group" version="1.7.0.201306111341"/>
<unit id="org.eclipse.emf.query.ocl.feature.group" version="1.7.0.201306111332"/>

<!-- dependent features -->
<unit id="org.eclipse.emf.query.feature.group" version="1.7.0.201305071338"/>
<unit id="org.eclipse.uml2.feature.group" version="4.1.0.v20130506-1015"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<unit id="org.eclipse.emf.query.feature.group" version="1.7.0.201306111332"/>
<unit id="org.eclipse.uml2.feature.group" version="4.1.0.v20130610-0712"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- Google Guava : Eclipse EMF -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.guava" version="11.0.2.v201303041551"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<unit id="com.google.guava" version="12.0.0.v201212092141"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- Eclipse Zest : ESB -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.zest.feature.group" version="1.5.0.201305060205"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- Eclipse OCL/ALL -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.ocl.all.feature.group" version="4.1.0.v20130506-1149"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<unit id="org.eclipse.ocl.all.feature.group" version="4.1.0.v20130610-1317"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- javax.ws.rs : Fuse -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="javax.ws.rs" version="1.1.1.v20101004-1200"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/20130510-0900-M7/"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/kepler/201306260900-R/"/>
</location>

<!-- BPMN2 - Feature -->
Expand Down

0 comments on commit b882ad1

Please sign in to comment.