[jbosstools-commits] JBoss Tools SVN: r43656 - trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Sep 13 11:45:42 EDT 2012
Author: jpeterka
Date: 2012-09-13 11:45:41 -0400 (Thu, 13 Sep 2012)
New Revision: 43656
Modified:
trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml
Log:
osx jdk 1.7 property another test
Modified: trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml
===================================================================
--- trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml 2012-09-13 15:08:29 UTC (rev 43655)
+++ trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml 2012-09-13 15:45:41 UTC (rev 43656)
@@ -12,30 +12,27 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
- <properties>
- <vendor-os>ok</vendor-os>
- </properties>
-
<profiles>
<profile>
<id>mvn-debug</id>
<properties>
- <systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</systemProperties>
+ <systemProperties>-Xdebug
+ -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</systemProperties>
</properties>
</profile>
<profile>
<id>mac17</id>
<activation>
- <property>
- <name>vendor-os</name>
- <value>ok</value>
- </property>
+ <jdk>1.7</jdk>
+ <os>
+ <name>Mac OS X</name>
+ </os>
</activation>
<properties>
- <systemProperties>-Dawt.toolkit=sun.lwawt.macosx.LWCToolkit</systemProperties>
+ <systemProperties>-Dawt.toolkit=sun.lwawt.macosx.LWCToolkit</systemProperties>
</properties>
- </profile>
+ </profile>
</profiles>
<build>
@@ -87,7 +84,7 @@
</dependencies>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tychoVersion}</version>
@@ -129,6 +126,6 @@
</configuration>
</plugin>
</plugins>
-
+
</build>
</project>
More information about the jbosstools-commits
mailing list