Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-09-04 09:09:48 +0000
committerCamille Letavernier2014-09-04 09:09:48 +0000
commitb3456fc23464aa86762b2346a5166a60b48b9641 (patch)
tree842ece9399bbb0c4165d3e6bd5d1a2b4c6f23ae6 /plugins/developer/org.eclipse.papyrus.releng.tools/README.TXT
parent1748df91bbfca87ab2fbc90c66e4726e18619cab (diff)
downloadorg.eclipse.papyrus-b3456fc23464aa86762b2346a5166a60b48b9641.tar.gz
org.eclipse.papyrus-b3456fc23464aa86762b2346a5166a60b48b9641.tar.xz
org.eclipse.papyrus-b3456fc23464aa86762b2346a5166a60b48b9641.zip
[Releng - Dev Plug-in] New plug-in to update RMaps/POM dependencies from
B3 Aggregation model
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.releng.tools/README.TXT')
-rw-r--r--plugins/developer/org.eclipse.papyrus.releng.tools/README.TXT18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.releng.tools/README.TXT b/plugins/developer/org.eclipse.papyrus.releng.tools/README.TXT
new file mode 100644
index 00000000000..502229bb09f
--- /dev/null
+++ b/plugins/developer/org.eclipse.papyrus.releng.tools/README.TXT
@@ -0,0 +1,18 @@
+This plug-in contains a tool to update a Buckminster rmap (XML file) from a B3 build model.
+The rmap is updated using comments in the XML that reference the model elements from which
+the update sites must be copied.
+These comments must appear before each "rm:uri" element which must be updated automatically, like this:
+ <!-- updateFrom("Eclipse", 0) -->
+ <rm:uri format="http://download.eclipse.org/eclipse/updates/4.2milestones/S-4.2M3-201110281100"/>
+
+The first parameter in updateFrom is the label of a contribution, which you can find in the b3aggrcon files:
+ <aggregator:Contribution ... label="xxx">
+
+The second parameter is the index of the "repositories" element that must be used
+(in case there are several update sites defined on one contribution).
+
+To update the map once these comments are written, right-click on an rmap file
+and choose "Update RMap From Aggregation Build Model".
+Then choose from which b3aggr file (aggregation build model) the map must be updated.
+The b3aggr file must be at the root of a project in your workspace :
+checkout one of the "org.eclipse.<releaseName>.build" projects from CVS "dev.eclipse.org:/cvsroot/callisto". \ No newline at end of file

Back to the top