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

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

Modified: mmbase/branches/MMBase-1_9/example-webapp/pom.xml
===================================================================
--- mmbase/branches/MMBase-1_9/example-webapp/pom.xml   2010-02-08 16:28:51 UTC 
(rev 40907)
+++ mmbase/branches/MMBase-1_9/example-webapp/pom.xml   2010-02-08 16:36:15 UTC 
(rev 40908)
@@ -50,6 +50,10 @@
               <name>com.sun.management.jmxremote</name>
               <value></value>
             </systemProperty>
+            <systemProperty>
+              <name>java.awt.headless</name>
+              <value>true</value>
+            </systemProperty>
           </systemProperties>
         </configuration>
         <dependencies>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to