releng: Change the "-Pbuild-rcp" directive to a "-Dskip-rcp" property
[deliverable/tracecompass.git] / rcp / pom.xml
index 5d334484bff3ab0da45ba1ac9bdf380fb08eb114..dca5b235e8431fa333794b7773d4e91f53e9292a 100644 (file)
@@ -35,7 +35,9 @@
     <profile>
       <id>build-rcp</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>!skip-rcp</name>
+        </property>
       </activation>
       <modules>
         <module>org.eclipse.tracecompass.rcp.product</module>
This page took 0.024631 seconds and 5 git commands to generate.