]
Andrej Podhradsky closed JBTIS-107.
-----------------------------------
Closed as obsolete
Update commented out locus repository in base target
----------------------------------------------------
Key: JBTIS-107
URL:
https://issues.jboss.org/browse/JBTIS-107
Project: JBoss Tools Integration Stack
Issue Type: Enhancement
Components: target-platform
Reporter: Paul Richardson
Assignee: Paul Leacu
Fix For: 4.1.0.Final
The current base target has a reference to the locus repository
{code}
<!-- JBIDE-12815 JBoss Tools Locus bundles: not quite ready to be included -->
<!-- <location includeAllPlatforms="false"
includeMode="slicer" type="InstallableUnit"
includeSource="true">
<repository
location="http://download.jboss.org/jbosstools/updates/integration/k...
-->
<!-- JBIDE-12971 Mockito
<unit id="org.jboss.tools.locus.mockito"
version="1.9.5.Final_patched_TEIIDDES-1681-v20130507-2028-B7"/> -->
<!-- JBIDE-12972 Fest Assert
<unit id="org.jboss.tools.locus.easytesting.fest-assert"
version="1.4.0.Final-v20130507-2028-B7"/> -->
<!-- </location> -->
{code}
The current locus version now stands at 1.0.0.CR2 -and its plugins have been successfully
tested by Teiid Designer-. Therefore, could this be updated to reflect at least the
following (which designer is merging into its TP separately at the moment):
{code}
<location includeAllPlatforms="false" includeConfigurePhase="true"
includeMode="slicer" includeSource="true"
type="InstallableUnit">
<repository
location="http://download.jboss.org/jbosstools/updates/integration/k...
<unit id="org.jboss.tools.locus.jcip.annotations"
version="1.0.0.CR1-v20130705-1455-B5"/>
<unit id="org.jboss.tools.locus.mockito"
version="1.9.5.Final_patched_TEIIDDES-1681-v20130705-1455-B5"/>
<unit id="org.jboss.tools.locus.sf.saxon"
version="9.2.1.5j-Final-v20130705-1455-B5"/>
</location>
{code}
Note:
* The Fest Assert plugins are not currently part of locus
* Confirmation of the repository location is needed to determine whether this is correct,
going forward, or a maven zip/unzip URL is preferred.