]> source.dussan.org Git - jgit.git/commitdiff
Define os/ws/arch environments for tycho build 88/4088/3
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 30 Aug 2011 23:45:22 +0000 (01:45 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 5 Sep 2011 07:24:05 +0000 (09:24 +0200)
Explicitly define os/ws/arch environments for
target-platform-configuration to make build platform
independent.

Change-Id: If43f5ee573c9abaa0359ea2386477b379012e834
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.packaging/pom.xml

index 21aa2ebbf0f77506b2a0cf45ed456018489be3d1..19cc57e27fe276e5add07c6bc3c0d5f7f5fffc3d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (C) 2009-2010, Matthias Sohn <matthias.sohn@sap.com>
+   Copyright (C) 2009-2011, Matthias Sohn <matthias.sohn@sap.com>
    and other copyright owners as documented in the project's IP log.
 
    This program and the accompanying materials are made available
           <configuration>
             <resolver>p2</resolver>
             <pomDependencies>consider</pomDependencies>
+            <environments>
+              <environment>
+                <os>linux</os>
+                <ws>gtk</ws>
+                <arch>x86</arch>
+              </environment>
+              <environment>
+                <os>linux</os>
+                <ws>gtk</ws>
+                <arch>x86_64</arch>
+              </environment>
+              <environment>
+                <os>win32</os>
+                <ws>win32</ws>
+                <arch>x86</arch>
+              </environment>
+              <environment>
+                <os>win32</os>
+                <ws>win32</ws>
+                <arch>x86_64</arch>
+              </environment>
+              <environment>
+                <os>macosx</os>
+                <ws>cocoa</ws>
+                <arch>x86_64</arch>
+              </environment>
+            </environments>
           </configuration>
         </plugin>
       </plugins>