This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 168b6ce [CAMEL-17310] Use src/main/resources/myroutes (#50)
168b6ce is described below
commit 168b6ce2355d7de7061eb165d396b1241872270b
Author: Federico Mariani <[email protected]>
AuthorDate: Wed Dec 15 15:00:37 2021 +0100
[CAMEL-17310] Use src/main/resources/myroutes (#50)
---
examples/routeloader/src/main/resources/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/routeloader/src/main/resources/application.properties
b/examples/routeloader/src/main/resources/application.properties
index 62bd63f..d0ea098 100644
--- a/examples/routeloader/src/main/resources/application.properties
+++ b/examples/routeloader/src/main/resources/application.properties
@@ -23,5 +23,5 @@ camel.main.name = MyRouteLoader
camel.main.dump-routes = true
# which directory(s) to scan for routes which can be xml or java files
-camel.main.routes-include-pattern=classpath:myroutes/*
+camel.main.routes-include-pattern=myroutes/*