Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Pakuła2015-08-21 22:51:45 +0000
committerDawid Pakuła2015-08-21 22:51:45 +0000
commit6320d3488fe0b7f6575f50ea88be632e84714d9b (patch)
treec1bcdeee6cab011d48d8c13fb438e40c3b16b91b
parent0da949dce27b64e7d7361bbc21b4e9eba869e22e (diff)
downloadorg.eclipse.dltk.javascript-6320d3488fe0b7f6575f50ea88be632e84714d9b.tar.gz
org.eclipse.dltk.javascript-6320d3488fe0b7f6575f50ea88be632e84714d9b.tar.xz
org.eclipse.dltk.javascript-6320d3488fe0b7f6575f50ea88be632e84714d9b.zip
No bug - drop no-mac profile to avoid conflictsR5_3_0
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
-rw-r--r--tests/org.eclipse.dltk.javascript.ui.tests/pom.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml b/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
index b4c3807a..c6efc1cb 100644
--- a/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
+++ b/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
@@ -10,7 +10,9 @@
</parent>
<artifactId>org.eclipse.dltk.javascript.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
-
+ <properties>
+ <ui.test.vmargs></ui.test.vmargs>
+ </properties>
<profiles>
<profile>
<id>macosx</id>
@@ -24,18 +26,6 @@
<ui.test.vmargs>-XstartOnFirstThread</ui.test.vmargs>
</properties>
</profile>
- <profile>
- <id>not-macosx</id>
- <activation>
- <os>
- <name>not-mac</name>
- <family>!mac</family>
- </os>
- </activation>
- <properties>
- <ui.test.vmargs></ui.test.vmargs>
- </properties>
- </profile>
</profiles>
<build>

Back to the top