releng: Change the "-Pbuild-rcp" directive to a "-Dskip-rcp" property
[deliverable/tracecompass.git] / README.md
index 04a1ced64dcb0f8cf189f1aeeec591273483bd96..01a8364ad1687850d9bdda6a11d02a7df14ba151 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,15 +70,15 @@ the build system. You can set them by using `-P[profile name]` and
   stable platform. To use the staging target for example, use
   `-Dtarget-platform=tracecompass-eStaging`.
 
+* `-Dskip-rcp`
+
+  Skips building the RCP archives and related deployment targets.
+
 * `-Pctf-grammar`
 
   Re-compiles the CTF grammar files. This should be enabled if you modify the
   `.g` files in the `ctf.parser` plugin.
 
-* `-P -build-rcp`
-
-  Disables the "build-rcp" profile to skip building the RCP archives.
-
 * `-Prun-custom-test-suite`
 
   Runs a test suite present in `releng/org.eclipse.tracecompass.alltests`. The
@@ -91,7 +91,6 @@ the build system. You can set them by using `-P[profile name]` and
   the RCP-specific update site, to the paths specified by
   `-DrcpDestination=/absolute/path/to/destination` and
   `-DrcpSiteDestination=/absolute/path/to/destination`, respectively.
-  Must be used with `-Pbuild-rcp`!
 
 * `-Pdeploy-update-site`
 
This page took 0.024552 seconds and 5 git commands to generate.