You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/10/22 17:51:13 UTC

[2/2] git commit: avoid jvm fork console popup on osx

avoid jvm fork console popup on osx


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/09a1d750
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/09a1d750
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/09a1d750

Branch: refs/heads/camel-2.12.x
Commit: 09a1d7508ed5dd1f082d028bb2ec70ba953d531c
Parents: d1d4b81
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Oct 22 17:42:53 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Oct 22 17:51:39 2013 +0200

----------------------------------------------------------------------
 components/camel-script/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/09a1d750/components/camel-script/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index 2e4966a..20a9705 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -41,6 +41,7 @@
             *
         </camel.osgi.import.pkg>
         <camel.osgi.activator>org.apache.camel.script.osgi.Activator</camel.osgi.activator>
+        <java.awt.headless>true</java.awt.headless>
     </properties>
 
     <repositories>