No bug - drop no-mac profile to avoid conflicts

Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml b/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
index b4c3807..c6efc1c 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>