[jbosstools-issues] [JBoss JIRA] (JBTIS-107) Update commented out locus repository in base target

Paul Richardson (JIRA) jira-events at lists.jboss.org
Wed Jul 10 18:04:20 EDT 2013


Paul Richardson created JBTIS-107:
-------------------------------------

             Summary: 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
      Security Level: Public (Everyone can see)
          Components: target-platform
            Reporter: Paul Richardson


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/kepler/core/locus/0.0.1.v20130507-2028-B7/"/> -->
      <!-- 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/kepler/core/locus/1.0.0.CR2"/>
      <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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list