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 "Vex/CommitterResources"

< Vex
(New page: =VEX Committer and Contributor Resources= =Project Manifesto= # All new enhancements will be unit tested. # First learn rule number 1. =Getting the Source= Information on getting the ...)
 
(Getting the Source)
Line 8: Line 8:
 
=Getting the Source=
 
=Getting the Source=
  
Information on getting the code.
+
The source code for VEX resides in the incubator/sourceediting module within the /cvsroot/webtools CVS repository.
 +
 
 +
Information on how to check out the code at eclipse can be found on the [[Development_Resources | Development Resources]] page.
 +
 
 +
The name of the vex plugin projects are all prefixed with: org.eclipse.wst.xml.vex
 +
 
 +
The following is a list of where specific items can be found:
 +
 
 +
* plugins - the actual ui and core plugins.
 +
* documentation - eclipse help plugins that contain both user and developer documentation.
 +
* tests - unit test plugins.
 +
* features - features used mainly for update site installation.
  
 
=Getting Help=
 
=Getting Help=

Revision as of 21:36, 17 January 2009

VEX Committer and Contributor Resources

Project Manifesto

  1. All new enhancements will be unit tested.
  2. First learn rule number 1.

Getting the Source

The source code for VEX resides in the incubator/sourceediting module within the /cvsroot/webtools CVS repository.

Information on how to check out the code at eclipse can be found on the Development Resources page.

The name of the vex plugin projects are all prefixed with: org.eclipse.wst.xml.vex

The following is a list of where specific items can be found:

  • plugins - the actual ui and core plugins.
  • documentation - eclipse help plugins that contain both user and developer documentation.
  • tests - unit test plugins.
  • features - features used mainly for update site installation.

Getting Help

Information on mailing lists, newsgroups, and irc channels.

Additional Resources

More useful resources.

Back to the top