[jbosstools-issues] [JBoss JIRA] (JBIDE-12815) Create a JBoss Tools Orbit

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Jun 3 09:06:55 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-12815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778848#comment-12778848 ] 

Nick Boldt commented on JBIDE-12815:
------------------------------------

If you pull the latest from master, you'll see we only now include the Juno site and the Orbit site, which, I agree, is MORE that we actually need. 

Hence, we opened JBIDE-14716 to restrict the TP used to build these into a very short list of Eclipse and Orbit deps.

Once the TP is created, we can remove these:

{code:title=https://github.com/nickboldt/jbosstools-locus/blob/master/pom.xml#L265}
    <!-- needed to resolve org.junit and org.apache.ant, org.eclipse.osgi, etc. -->
    <repository>
      <id>JBoss Tools Target Platform Site</id>
      <url>http://download.jboss.org/jbosstools/updates/${targetEclipseVersionName}/</url>
      <layout>p2</layout>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
    <!-- needed to resolve org.apache.commons.beanutils -->
    <repository>
      <id>Orbit Update Site</id>
      <url>http://download.jboss.org/jbosstools/updates/requirements/orbit/S20130427215344/</url>
      <layout>p2</layout>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
{code}
                
> Create a JBoss Tools Orbit
> --------------------------
>
>                 Key: JBIDE-12815
>                 URL: https://issues.jboss.org/browse/JBIDE-12815
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Build/Releng, locus
>            Reporter: Mickael Istria
>            Assignee: Max Rydahl Andersen
>             Fix For: 4.1.0.Beta2
>
>         Attachments: pom.xml
>
>
> Since all JBoss Eclipse-based project probably share some needs for usual libraries, we should create a JBoss Tools Orbit project in which one we would provide those 3rd-party dependencies packaged as OSGi Bundle in a p2 repository.
> In a first time, we could simply create some OSGi "wrappers" around those jars.

--
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