Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Remus/Getting the sources"

(New page: In the following will be described howto setup the target platform and checkout the bundles to start working with the source code of Remus. == Target Platform == The minimum target is an ...)
(No difference)

Revision as of 12:59, 31 May 2010

In the following will be described howto setup the target platform and checkout the bundles to start working with the source code of Remus.

Target Platform

The minimum target is an Eclipse 3.5. It's also recommended to install the EMF SDK. The following projects need to be added to the target platform:

  • EMFQuery
  • EMFCompare
  • Nebula
  • BIRT (including DTP)
  • Equinox Transforms

The following orbit bundles are required

  • javax.activation
  • javax.mail
  • org.apache.log4j
  • org.jdom
  • javax.servlet
  • javax.servlet.jsp
  • javax.wsdl
  • javax.xml
  • javax.xml.rpc
  • javax.xml.soap

Back to the top