Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-03-06 16:25:10 +0000
committerPascal Rapicault2015-03-06 16:26:26 +0000
commit4193d71c86a9460d1812fccdeccad36f765adbea (patch)
treef96c2135b4ca49f5abc9d7be555646ab7a36ad16
parentf6d191ddb978e8bfa586f493efa25b7889a96ac7 (diff)
downloadrt.equinox.p2-4193d71c86a9460d1812fccdeccad36f765adbea.tar.gz
rt.equinox.p2-4193d71c86a9460d1812fccdeccad36f765adbea.tar.xz
rt.equinox.p2-4193d71c86a9460d1812fccdeccad36f765adbea.zip
Adopt new mac layout for reconciler test
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml b/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml
index 6373e333a..db25de04a 100644
--- a/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2012, 2013 Eclipse Foundation. All rights reserved. This program
- and the accompanying materials are made available under the terms of the
- Eclipse Distribution License v1.0 which accompanies this distribution, and
- is available at http://www.eclipse.org/org/documents/edl-v10.php Contributors:
+<!-- Copyright (c) 2012, 2013 Eclipse Foundation. All rights reserved. This
+ program and the accompanying materials are made available under the terms
+ of the Eclipse Distribution License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/org/documents/edl-v10.php Contributors:
Igor Fedorenko - initial implementation -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -18,7 +19,7 @@
<artifactId>org.eclipse.equinox.p2.tests.reconciler.product</artifactId>
<version>4.5.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
-
+
<build>
<plugins>
<plugin>
@@ -48,6 +49,9 @@
<product>
<id>org.eclipse.equinox.p2.reconciler</id>
<rootFolder>eclipse</rootFolder>
+ <rootFolders>
+ <macosx>Eclipse.app</macosx>
+ </rootFolders>
</product>
</products>
</configuration>

Back to the top