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 "Equinox p2 - Building"

Line 1: Line 1:
==Building The New Provisioning Work==
+
A new project has been created in CVS which contains a builder for the new provisioning work. When you run the build, it will check all the code out of CVS and build a feature for you. It will then run the metadata generator application against a user-supplied target.
 +
 
 
* check out <code>org.eclipse.equinox.prov.releng.builder</code>
 
* check out <code>org.eclipse.equinox.prov.releng.builder</code>
 
* edit the <code>build.properties</code>
 
* edit the <code>build.properties</code>

Revision as of 09:54, 24 July 2007

A new project has been created in CVS which contains a builder for the new provisioning work. When you run the build, it will check all the code out of CVS and build a feature for you. It will then run the metadata generator application against a user-supplied target.

  • check out org.eclipse.equinox.prov.releng.builder
  • edit the build.properties
  • edit the run.xml
  • run build_win.bat

Back to the top