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 "Modeling Project Releng/Releasing/Update Site Generation"

 
Line 5: Line 5:
 
This document will evolve over time. For now, have a look at the following links:
 
This document will evolve over time. For now, have a look at the following links:
  
* http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/updates/README.txt
+
* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/updates/README.txt README]
* http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.emft/releng/common/updates/
+
* [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.emft/releng/common/scripts/ scripts folder], containing:
* http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.emft/releng/common/scripts/
+
:* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/scripts/buildUpdate.sh?content-type=text/plain buildUpdate.sh], where the magic begins
* http://dev.eclipse.org/viewcvs/index.cgi/www/emft/updates/?cvsroot=Eclipse_Website
+
:* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/scripts/promoteToEclipse.properties?content-type=text/plain properties file], properties used by the above script
 +
:* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/public_html/technology/emft/build.options.txt build.options.txt], mappings used by the above script
 +
* [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.emft/releng/common/updates/ releng/common/updates folder], code used to generate the jars
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/www/emft/updates/?cvsroot=Eclipse_Website /cvsroot/org.eclipse/www/emft/updates folder], where the site*.xml files are stored in order to add content incrementally

Revision as of 18:17, 29 August 2006

This document describes - albeit briefly - how to generate incremental Update Manager site content from nothing more than a ready-to-publish SDK zipfile.

This document will evolve over time. For now, have a look at the following links:

Back to the top