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 "Platform-releng-sample-project"

m
m
Line 1: Line 1:
Draft
+
<h3>Sample Releng Project</h3>
Last updated Feb 14, 2006
+
 
 +
This document describes how you can use the example of the releng projects to run your build in a similar manner to the platform builds.
 +
 
 +
<b>Draft - Last updated Feb 14, 2006</b>
 +
 
 +
<h4>Requirements
 +
CVS
 +
ZIP and tar
 +
 
 +
 
 +
<h4>Create a a test feature and a sdk-feature</h4>
 +
 
 +
<h4>Create a map file project</h4>
 +
 
 +
<h4>Create your build project</h4>
 +
Define build.properties and customTargets.xml to feed PDE Build.
 +
 
 +
<h4>Create your build bootstrap script</h4>
 +
 
 +
 
 +
<h4>Check out org.eclipse.releng.basebuilder</h4>
 +
cvs -d :pserver:anonymous

Revision as of 12:46, 14 February 2006

Sample Releng Project

This document describes how you can use the example of the releng projects to run your build in a similar manner to the platform builds.

Draft - Last updated Feb 14, 2006

Requirements CVS ZIP and tar <h4>Create a a test feature and a sdk-feature

Create a map file project

Create your build project

Define build.properties and customTargets.xml to feed PDE Build.

Create your build bootstrap script


Check out org.eclipse.releng.basebuilder

cvs -d :pserver:anonymous

Back to the top