You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/07 15:19:17 UTC

[camel] branch master updated (19d827b -> 7356c4e)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 19d827b  Removing unnecessary import
     new 7b7c5d1  CAMEL-13155: Added wid files and icon for consumption by jBPM Service Task repo.
     new 7356c4e  Fixed CS for Camel-Catalog

The 35349 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-jbpm/pom.xml                      |   9 +++-
 .../jbpm/workitem/InOnlyCamelWorkItemHandler.java  |   5 +-
 .../jbpm/workitem/InOutCamelWorkItemHandler.java   |   5 +-
 .../src/main/resources/InOnlyCamelConnector.wid    |  27 +++++++++++
 .../src/main/resources/InOutCamelConnector.wid     |  27 +++++++++++
 .../camel-jbpm/src/main/resources/camel-jbpm.wid   |  51 +++++++++++++++++++++
 components/camel-jbpm/src/main/resources/icon.png  | Bin 0 -> 35236 bytes
 .../org/apache/camel/catalog/CamelCatalogTest.java |   4 +-
 8 files changed, 123 insertions(+), 5 deletions(-)
 create mode 100644 components/camel-jbpm/src/main/resources/InOnlyCamelConnector.wid
 create mode 100644 components/camel-jbpm/src/main/resources/InOutCamelConnector.wid
 create mode 100644 components/camel-jbpm/src/main/resources/camel-jbpm.wid
 create mode 100644 components/camel-jbpm/src/main/resources/icon.png