Author: michiel
Date: 2010-02-08 17:36:51 +0100 (Mon, 08 Feb 2010)
New Revision: 40909

Modified:
   mmbase/trunk/example-webapp/pom.xml
Log:
this avoids the incredebly annoying 'Launcher-steals-focus-issue' in osx

Modified: mmbase/trunk/example-webapp/pom.xml
===================================================================
--- mmbase/trunk/example-webapp/pom.xml 2010-02-08 16:36:15 UTC (rev 40908)
+++ mmbase/trunk/example-webapp/pom.xml 2010-02-08 16:36:51 UTC (rev 40909)
@@ -45,6 +45,10 @@
               <name>jdbcUrl</name>
               <value>${jdbcUrl}</value>
             </systemProperty>
+            <systemProperty>
+              <name>java.awt.headless</name>
+              <value>true</value>
+            </systemProperty>
           </systemProperties>
         </configuration>
       </plugin>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to