lttng-rcp: build rcp plug-ins and features by default
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Tue, 12 Nov 2013 19:54:22 +0000 (14:54 -0500)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 13 Nov 2013 20:58:29 +0000 (15:58 -0500)
This allows us to notice errors during every Gerrit contribution and
build. Note that the product is not build by default (yet).

Change-Id: Ic2e5e0aef7d43c80027b0fbc6a5829916bea2e5d
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/18314
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>

pom.xml

diff --git a/pom.xml b/pom.xml
index 97f0e9f11d0c2b6c9ddf3bc274133df8c5e29a80..9fc08a039d9d091ac3a0f8049d89aa0d46fdadbe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <profile>
     <id>tracingRcp</id>
       <modules>
-        <module>org.eclipse.linuxtools.tracing.rcp.branding</module>
-        <module>org.eclipse.linuxtools.tracing.rcp.branding.feature</module>
-        <module>org.eclipse.linuxtools.tracing.rcp</module>
-        <module>org.eclipse.linuxtools.tracing.rcp.help</module>
-        <module>org.eclipse.linuxtools.tracing.rcp.ui</module>
         <module>org.eclipse.linuxtools.tracing.rcp.product</module>
       </modules>
   </profile>
     <module>org.eclipse.linuxtools.gdbtrace.ui</module>
     <module>org.eclipse.linuxtools.gdbtrace.ui.tests</module>
     <module>org.eclipse.linuxtools.gdbtrace.help</module>
+
+    <module>org.eclipse.linuxtools.tracing.rcp.branding</module>
+    <module>org.eclipse.linuxtools.tracing.rcp.branding.feature</module>
+    <module>org.eclipse.linuxtools.tracing.rcp</module>
+    <module>org.eclipse.linuxtools.tracing.rcp.help</module>
+    <module>org.eclipse.linuxtools.tracing.rcp.ui</module>
+
   </modules>
 
     <build>
This page took 0.029992 seconds and 5 git commands to generate.