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

(Column Names in table above)
Line 201: Line 201:
 
** '''viewcvs''' - web view of component's cvs folders
 
** '''viewcvs''' - web view of component's cvs folders
 
** '''ide''' - wiki page describing how to get the source and build the component using the Eclipse IDE. It MUST include at least two .psf files (one for anonymous access, one for committers) and these two MUST include all of the component's projects and any projects that are just wrappers around third party libs. It should NOT include projects from other Higgins components.
 
** '''ide''' - wiki page describing how to get the source and build the component using the Eclipse IDE. It MUST include at least two .psf files (one for anonymous access, one for committers) and these two MUST include all of the component's projects and any projects that are just wrappers around third party libs. It should NOT include projects from other Higgins components.
** '''cli''' - wiki page describing how to get the source and bulid the JAR(s) of this component using a command line (i.e. cvs client and Ant)
+
** '''cli''' - wiki page describing how to get the source using CVS and build the JAR(s) using Ant using a command line
 
* Download
 
* Download
 
** '''javadoc''' - link to the javadoc files mostly recently generated nightly on build.eclipse.org
 
** '''javadoc''' - link to the javadoc files mostly recently generated nightly on build.eclipse.org
Line 210: Line 210:
 
* Owner
 
* Owner
 
** '''<email>''' - email of the owner of this component
 
** '''<email>''' - email of the owner of this component
 
 
  
 
=== Higgins 1.0 Build Targets ===
 
=== Higgins 1.0 Build Targets ===

Revision as of 03:58, 24 January 2007

Component (Bugzilla name, if different) Libs Source & Build Download Open(all) Closed(all) Owner
Client Components
Higgins Browser Extension (HBX) n/a viewcvs, ide, cli Firefox open MaximK
ISS Web UI libs viewcvs, ide, cli open AbhiS
Core Components
I-Card Manager (I-CARD BROKER) libs viewcvs, ide, cli javadoc, plugins, jars open SergeyY
RP Enablement (RELYING PARTY) open SergeyY
RP Protocol Support (HBX SUPPORT) libs viewcvs, ide, cli javadoc, plugins, jars open SergeyY
ISS Client UI libs viewcvs, ide, cli javadoc, plugins, jars open SergeyY
I-Card Registry libs viewcvs, ide, cli javadoc, plugins, jars open ValeryK
I-Card Selector Service (ISS) libs viewcvs, ide, cli javadoc, plugins, jars open AbhiS
I-Card Providers (ICARD PROVIDER), I-Card_Interfaces open
CardSpace Managed I-Card Provider libs viewcvs, ide, cli javadoc, plugins, jars ValeryK
CardSpace Self-Issued I-Card Provider libs viewcvs, ide, cli javadoc, plugins, jars ValeryK
URI I-Card Provider libs viewcvs, ide, cli javadoc, plugins, jars ValeryK
Token Service (STS) libs viewcvs, ide, cli, instructions javadoc, plugins, jars open MikeM
Token Providers (TOKEN PROVIDER) open
Username Provider libs viewcvs, ide, cli javadoc, plugins, jars MikeM
SAML Provider libs viewcvs, ide, cli javadoc, plugins, jars MikeM
Idemix Provider libs viewcvs, ide, cli javadoc, plugins, jars open AbhiS
Identity Attribute Service (IDAS) libs viewcvs, ide, cli, libs javadoc, plugins, jars open JimS
Context Providers (CONTEXT PROVIDER) open
LDAP Context Provider libs viewcvs, ide, cli javadoc, plugins, jars TomD
Jena Context Provider libs viewcvs, ide, cli javadoc, plugins, jars SergeyL
OpenID Context Provider libs viewcvs, ide, cli javadoc, plugins, jars TBD

.

Conventions Used in this Page

Navigation

  • All information, interfaces, doc, etc. about any component in the Architecture should be reachable by clicking on the component name in the column above.

Column Names in table above

  • Component name
    • Provider/Plugin Component name
  • Libs
    • libs - wiki page of non-Higgins libraries (e.g. JARs) that this component depends on to build and run
  • Source / Build
    • viewcvs - web view of component's cvs folders
    • ide - wiki page describing how to get the source and build the component using the Eclipse IDE. It MUST include at least two .psf files (one for anonymous access, one for committers) and these two MUST include all of the component's projects and any projects that are just wrappers around third party libs. It should NOT include projects from other Higgins components.
    • cli - wiki page describing how to get the source using CVS and build the JAR(s) using Ant using a command line
  • Download
    • javadoc - link to the javadoc files mostly recently generated nightly on build.eclipse.org
    • plugins - link to one or more Eclipse plugins most recently built on build.eclipse.org
    • jars - link to one or more JARS most recently built on build.eclipse.org
  • Open
    • open - list of Bugzilla entries (enhancements and bugs) for this component
  • Owner
    • <email> - email of the owner of this component

Higgins 1.0 Build Targets

  • Retrieving Source This link includes instructions on how to retrieve the Higgins source code.

See Also

Back to the top