Skip to content

Commit

Permalink
JBTIS-102 - add new locus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Leacu committed Jul 19, 2013
1 parent 0ebe683 commit 3755ad0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions target-platform/integration-stack-base.target
Expand Up @@ -7,6 +7,32 @@
<target name="integration-stack-base-target" sequenceNumber="7">
<locations>

<!-- JBoss Tools Locus - objects not in Eclipse Orbit -->
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.aries.blueprint" version="1.0.1.redhat-610-SNAPSHOT"/>
<unit id="org.apache.aries.jmx.core" version="1.0.1.redhat-610-SNAPSHOT"/>
<unit id="org.apache.aries.proxy.api" version="1.0.1.redhat-610-SNAPSHOT"/>
<unit id="org.apache.aries.util" version="1.0.1.redhat-610-SNAPSHOT"/>
<unit id="org.apache.camel.camel-blueprint" version="2.12.0.redhat-610-SNAPSHOT"/>
<unit id="org.apache.camel.camel-core" version="2.12.0.redhat-610-SNAPSHOT"/>
<unit id="org.apache.camel.camel-core-osgi" version="2.12.0.redhat-610-SNAPSHOT"/>
<unit id="org.apache.camel.camel-spring" version="2.12.0.redhat-610-SNAPSHOT"/>
<unit id="org.apache.felix.configadmin" version="1.4.0.redhat-610-SNAPSHOT"/>
<unit id="org.apache.felix.eventadmin" version="1.3.0.redhat-610-SNAPSHOT"/>
<unit id="org.apache.servicemix.bundles.aopalliance" version="1.0.0.3"/>

<unit id="org.jboss.tools.locus.jcip.annotations" version="1.0.0.CR2-v20130719-1328-B29"/>
<unit id="org.jboss.tools.locus.mockito" version="1.9.5.Final_patched_TEIIDDES-1681-v20130719-1328-B29"/>
<unit id="org.jboss.tools.locus.sf.saxon" version="9.2.1.5j-Final-v20130719-1328-B29"/>

<unit id="org.springframework.aspects" version="3.1.4.RELEASE"/>
<unit id="org.springframework.osgi.core" version="1.2.1"/>
<unit id="org.springframework.osgi.extender" version="1.2.1"/>
<unit id="org.springframework.osgi.extensions.annotations" version="1.2.1"/>
<unit id="org.springframework.osgi.io" version="1.2.1"/>
<repository location="http://download.jboss.org/jbosstools/updates/integration/locus/"/>
</location>

<!-- 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.v20130612-0936"/>
Expand Down Expand Up @@ -80,6 +106,17 @@
<repository location="http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.3.v20130509-1351-CI/"/>
</location>

<!-- FuseIDE -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.springframework.aop" version="3.1.4.RELEASE"/>
<unit id="org.springframework.beans" version="3.1.4.RELEASE"/>
<unit id="org.springframework.context" version="3.1.4.RELEASE"/>
<unit id="org.springframework.core" version="3.1.4.RELEASE"/>
<unit id="org.springframework.expression" version="3.1.4.RELEASE"/>
<unit id="org.springframework.transaction" version="3.1.4.RELEASE"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0.201303060654-RELEASE-e4.3/"/>
</location>

<!-- JBoss Tools Core Tests -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">

Expand Down

0 comments on commit 3755ad0

Please sign in to comment.