Updated Branches: refs/heads/camel-2.11.x 5949857eb -> 3b8544550
fix build in camel-jms Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b854455 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b854455 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b854455 Branch: refs/heads/camel-2.11.x Commit: 3b8544550edef15585f165f7bef72bde7d2eaa89 Parents: 5949857 Author: Akitoshi Yoshida <akitoshi.yosh...@sap.com> Authored: Tue Jul 30 12:20:53 2013 +0200 Committer: Akitoshi Yoshida <akitoshi.yosh...@sap.com> Committed: Tue Jul 30 12:20:53 2013 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/camel/component/jms/JmsConfiguration.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3b854455/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java ---------------------------------------------------------------------- diff --git a/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java b/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java index 349bef0..156158e 100644 --- a/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java +++ b/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java @@ -138,7 +138,6 @@ public class JmsConfiguration implements Cloneable { private MessageListenerContainerFactory messageListenerContainerFactory; private boolean includeSentJMSMessageID; private DefaultTaskExecutorType defaultTaskExecutorType; - @UriParam private boolean includeAllJMSXProperties; public JmsConfiguration() {