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:12 UTC

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

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 <da...@apache.org>
Authored: Tue Oct 22 17:42:53 2013 +0200
Committer: Claus Ibsen <da...@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>


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

Posted by da...@apache.org.
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>