Version 2

    Download Equinox

     

    Download from the Eclipse Equinox download area: http://download.eclipse.org/equinox

     

    At this point of writing there is no official Maven repository that contains the Equinox artifacts. JBossOSGi gets the Equinox dependency from the JBoss Maven Repository with groupId org.eclipse

     

        <dependency>
          <groupId>org.eclipse.equinox</groupId>
          <artifactId>org.eclipse.osgi</artifactId>
          <version>3.4.2</version>
        </dependency>
    

     

    Checkout the Sources

     

    In late July 2008 the Equinox project is moved from the Eclipse project to the RT project. This page documents the migration of the various components of Equinox to the RT project.

    export CVSROOT=:pserver:anonymous@dev.eclipse.org:/cvsroot/rt
    cvs co -d R3_4_2/framework/bundles -r R3_4_2 org.eclipse.equinox/framework/bundles