[jbosstools-commits] JBoss Tools SVN: r43647 - 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 09:08:51 EDT 2012
Author: jpeterka
Date: 2012-09-13 09:08:51 -0400 (Thu, 13 Sep 2012)
New Revision: 43647
Modified:
trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml
Log:
freemarker ui bot test pom fix osx jdk 1.7 update2
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 12:58:16 UTC (rev 43646)
+++ trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml 2012-09-13 13:08:51 UTC (rev 43647)
@@ -33,7 +33,7 @@
</property>
</activation>
<properties>
- <applejdkProperties>-Dawt.toolkit=sun.lwawt.macosx.LWCToolkit</applejdkProperties>
+ <systemProperties>-Dawt.toolkit=sun.lwawt.macosx.LWCToolkit</systemProperties>
</properties>
</profile>
</profiles>
More information about the jbosstools-commits
mailing list