[jbosstools-commits] JBoss Tools SVN: r43653 - 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 10:47:06 EDT 2012
Author: jpeterka
Date: 2012-09-13 10:47:06 -0400 (Thu, 13 Sep 2012)
New Revision: 43653
Modified:
trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml
Log:
osx jdk 1.7 property 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 14:35:35 UTC (rev 43652)
+++ trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml 2012-09-13 14:47:06 UTC (rev 43653)
@@ -13,7 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <vendor-os>${java.vendor.url}-${os.name}</vendor-os>
+ <vendor-os>ok</vendor-os>
</properties>
<profiles>
@@ -29,7 +29,7 @@
<activation>
<property>
<name>vendor-os</name>
- <value>http://java.oracle.com/-Mac OS X</value>
+ <value>ok</value>
</property>
</activation>
<properties>
More information about the jbosstools-commits
mailing list