Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Build the Eclipse RCP selector package"

(New page: You can check out the following project from Eclipse SVN: org.eclipse.higgins.crpps.feature Open the "higgins.product", in the product editor, click the "product export wizard", and then ...)
 
Line 54: Line 54:
 
##org.eclipse.higgins.rsse
 
##org.eclipse.higgins.rsse
 
##org.eclipse.higgins.util.jscript
 
##org.eclipse.higgins.util.jscript
 +
 +
Return to [[RCP-based Selector Solution]]

Revision as of 01:58, 29 January 2008

You can check out the following project from Eclipse SVN: org.eclipse.higgins.crpps.feature

Open the "higgins.product", in the product editor, click the "product export wizard", and then Eclipse will automatically build all of the project for you, and export a complete Eclipse RCP program.

To enable this, you also need to check out the following Higgins projects from SVN:

  1. Application Layer
    1. org.eclipse.higgins.crpps
    2. org.eclipse.higgins.rpps
  2. Configuration
    1. org.eclipse.higgins.configuration.api
    2. org.eclipse.higgins.configuration.common
    3. org.eclipse.higgins.configuration.xml
    4. org.eclipse.higgins.configuration.xrds
  3. ICard and selector service
    1. org.eclipse.higgins.iss
    2. org.eclipse.higgins.iss.cardspace
    3. org.eclipse.higgins.icard
    4. org.eclipse.higgins.icard.common
    5. org.eclipse.higgins.icard.registry
    6. org.eclipse.higgins.icard.provider.cardspace.common
    7. org.eclipse.higgins.icard.provider.cardspace.managed
    8. org.eclipse.higgins.icard.provider.cardspace.managed.xml
    9. org.eclipse.higgins.icard.provider.securestorage
  4. IdAS
    1. org.eclipse.higgins.idas.api
    2. org.eclipse.higgins.idas.spi
    3. org.eclipse.higgins.idas.common
    4. org.eclipse.higgins.idas.registry
  5. STS
    1. org.eclipse.higgins.sts.api
    2. org.eclipse.higgins.sts.spi
    3. org.eclipse.higgins.sts.xmlsecurity.apache
    4. org.eclipse.higgins.sts.base64.apache
    5. org.eclipse.higgins.sts.binding.axis1x.client
    6. org.eclipse.higgins.sts.binding.axis1x.common
    7. org.eclipse.higgins.sts.client
    8. org.eclipse.higgins.sts.common
    9. org.eclipse.higgins.sts.server.mapper.appliesto
    10. org.eclipse.higgins.sts.server.mapper.extension
    11. org.eclipse.higgins.sts.server.mapper.polling
    12. org.eclipse.higgins.sts.server.metadata
    13. org.eclipse.higgins.sts.server.token.alf
    14. org.eclipse.higgins.sts.server.token.compound
    15. org.eclipse.higgins.sts.server.token.encrypt
    16. org.eclipse.higgins.sts.server.token.handler
    17. org.eclipse.higgins.sts.server.token.identity
    18. org.eclipse.higgins.sts.server.token.saml
    19. org.eclipse.higgins.sts.server.token.self
    20. org.eclipse.higgins.sts.server.token.trust
  6. Misc and Utils
    1. org.eclipse.higgins.dependencies.redistributable
    2. org.eclipse.higgins.message
    3. org.eclipse.higgins.registry
    4. org.eclipse.higgins.rsse
    5. org.eclipse.higgins.util.jscript

Return to RCP-based Selector Solution

Back to the top