Add the new plugins to the RCP
[deliverable/tracecompass.git] / releng / pom.xml
index eb12663f5c18666f60fda76212de3be3f53fecef..1e217ad936ab3768c9d96dae45c2284c50553d57 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>org.eclipse.tracecompass</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.releng-parent</artifactId>
   <name>Trace Compass Release Engineering Parent</name>
 
   <modules>
-    <module>org.eclipse.tracecompass.alltests</module>
-    <module>org.eclipse.tracecompass.releng-site</module>
     <module>org.eclipse.tracecompass.target</module>
-    <module>org.eclipse.tracecompass.testing</module>
   </modules>
 
   <profiles>
         </property>
       </activation>
       <modules>
+        <!--
+          The releng-site requires the testing feature, and the testing feature
+          requires all SWTBot tests, so only build those when we build those tests.
+        -->
+        <module>org.eclipse.tracecompass.alltests</module>
         <module>org.eclipse.tracecompass.integration.swtbot.tests</module>
+        <module>org.eclipse.tracecompass.releng-site</module>
+        <module>org.eclipse.tracecompass.testing</module>
       </modules>
     </profile>
   </profiles>
This page took 0.025826 seconds and 5 git commands to generate.