lttng: Only build the RCP on architectures that matter in 2013
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 5 Aug 2013 22:21:20 +0000 (18:21 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 6 Aug 2013 14:34:51 +0000 (10:34 -0400)
Drop the Solaris and PowerPC builds. This leaves us with:
- Windows 32/64
- Linux 32/64
- Mac 64 (Cocoa)

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

diff --git a/pom.xml b/pom.xml
index 11d4a3f18af66a0dd626f59a0ba932a1c25d71b5..707f1f51580993928245160d614e161cef30c68c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <ws>cocoa</ws>
                             <arch>x86_64</arch>
                         </environment>
-                        <environment>
-                            <os>solaris</os>
-                            <ws>gtk</ws>
-                            <arch>x86</arch>
-                        </environment>
-                        <environment>
-                            <os>solaris</os>
-                            <ws>gtk</ws>
-                            <arch>sparc</arch>
-                        </environment>
                         <environment>
                             <os>linux</os>
                             <ws>gtk</ws>
                             <ws>gtk</ws>
                             <arch>x86_64</arch>
                         </environment>
-                        <environment>
-                            <os>linux</os>
-                            <ws>gtk</ws>
-                            <arch>ppc</arch>
-                        </environment>
-                        <environment>
-                            <os>linux</os>
-                            <ws>gtk</ws>
-                            <arch>ppc64</arch>
-                        </environment>
                     </environments>
                 </configuration>
             </plugin>
This page took 0.027038 seconds and 5 git commands to generate.