tmf: Scale tree images in time graph
[deliverable/tracecompass.git] / rcp / pom.xml
index 5d334484bff3ab0da45ba1ac9bdf380fb08eb114..6381e1c9b21268087d639d56f41ef4414c42dfca 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>org.eclipse.tracecompass</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.rcp-parent</artifactId>
 
   <profiles>
     <profile>
-      <id>build-rcp</id>
+      <id>run-rcp-tests</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>!skip-automated-ui-tests</name>
+        </property>
       </activation>
       <modules>
         <module>org.eclipse.tracecompass.rcp.product</module>
         <module>org.eclipse.tracecompass.rcp.rcptt.tests</module>
       </modules>
     </profile>
+
+    <profile>
+      <id>build-rcp</id>
+      <activation>
+        <property>
+          <name>!skip-rcp</name>
+        </property>
+      </activation>
+      <modules>
+        <module>org.eclipse.tracecompass.rcp.product</module>
+      </modules>
+    </profile>
   </profiles>
 
 </project>
This page took 0.024161 seconds and 5 git commands to generate.