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

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git.


    from 5060e92  Initial repo
     new f2cbc84  First basic example and general format
     new 9e9ea44  Add license files
     new 11fd47e  Removing readme
     new 0043791  Make readme a symlink
     new c7e0845  Fix typo
     new d5ddfb9  Add references to the camel website
     new dc2f922  Merge pull request #1 from nicolaferraro/first

The 8 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:
 .gitignore                  |    9 +
 .vscode/extensions.json     |    6 +
 01-basic/Basic.java         |   34 +
 01-basic/Routing.java       |   63 ++
 01-basic/readme.didact.md   |  293 +++++++
 01-basic/readme.md          |    1 +
 01-basic/routing.properties |   22 +
 KEYS                        | 1773 +++++++++++++++++++++++++++++++++++++++++++
 LICENSE                     |  203 +++++
 NOTICE                      |   11 +
 README.md                   |   48 ++
 11 files changed, 2463 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 .vscode/extensions.json
 create mode 100755 01-basic/Basic.java
 create mode 100755 01-basic/Routing.java
 create mode 100644 01-basic/readme.didact.md
 create mode 120000 01-basic/readme.md
 create mode 100644 01-basic/routing.properties
 create mode 100644 KEYS
 create mode 100644 LICENSE
 create mode 100644 NOTICE

Reply via email to