Updated Branches:
  refs/heads/camel-2.12.x d1d4b81a2 -> 09a1d7508
  refs/heads/master ed036bb3e -> e917fc087


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/e917fc08
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e917fc08
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e917fc08

Branch: refs/heads/master
Commit: e917fc0874d6955370867fc4c3dc38cfccc2923e
Parents: ed036bb
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Oct 22 17:42:53 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Oct 22 17:51:23 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/e917fc08/components/camel-script/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index d4ea610..1776e3f 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>

Reply via email to