Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Number of Examples: 72 (0 deprecated)

| link:console/README.adoc[Console] (console) | Beginner | An example that reads input from the console

| link:csimple/README.adoc[Csimple] (csimple) | Beginner | Shows using compiled simple language
| link:csimple/README.adoc[Csimple] (csimple) | Beginner | (deprecated) Shows using compiled simple language

| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | Shows using compiled simple language with jOOR compiler
| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | (deprecated) Shows using compiled simple language with jOOR compiler

| link:spring/README.adoc[Spring] (spring) | Beginner | An example showing how to work with Camel and Spring

Expand Down
4 changes: 2 additions & 2 deletions csimple-joor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

<artifactId>camel-example-csimple-joor</artifactId>
<packaging>jar</packaging>
<name>Camel :: Example :: Compiled Simple jOOR</name>
<description>Shows using compiled simple language with jOOR compiler</description>
<name>Camel :: Example :: Compiled Simple jOOR (deprecated)</name>
<description>(deprecated) Shows using compiled simple language with jOOR compiler</description>

<properties>
<category>Beginner</category>
Expand Down
4 changes: 2 additions & 2 deletions csimple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

<artifactId>camel-example-csimple</artifactId>
<packaging>jar</packaging>
<name>Camel :: Example :: Compiled Simple</name>
<description>Shows using compiled simple language</description>
<name>Camel :: Example :: Compiled Simple (deprecated)</name>
<description>Shows using compiled simple language (deprecated)</description>

<properties>
<category>Beginner</category>
Expand Down