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 "Higgins Component Owner Checklist"

 
(Replacing page with 'See http://wiki.eclipse.org/Higgins_Committers_and_Contributors#Processes')
 
(69 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Component Row===
+
See http://wiki.eclipse.org/Higgins_Committers_and_Contributors#Processes
The component owner is responsible for maintaining all information about their rows here [[Components]].
+
*The leftmost column should link to a wiki page that contains at least:
+
** Overview - a one para overview of the function of the component
+
** Service - a description of some of the most salient methods of the interface
+
*Libs
+
** The owner MUST create and maintain the "libs" dependencies page. Any new additions must be flagged to mary@socialphysics.org so that she can enter the new third party JARs into IPzilla.
+
*Source / Build
+
**viewcvs - create a link to web view of component's cvs folders
+
**ide - create and maintain a 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 - create and maintain a 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)
+
*Download
+
**javadoc - create a link to the javadoc files mostly recently generated nightly on build.eclipse.org
+
**plugins - create a link to one or more Eclipse plugins most recently built on build.eclipse.org
+
**jars - create a link to one or more JARS most recently built on build.eclipse.org
+
*Open
+
**Owner MUST add Bugzilla entries for the most important new features (or bugs) being worked on for the current milestone
+
**Owner SHOULD add the most important ones to the current milestone wiki page
+

Latest revision as of 15:26, 7 March 2008

See http://wiki.eclipse.org/Higgins_Committers_and_Contributors#Processes

Back to the top