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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e3b2c5de33a Fix documentation
e3b2c5de33a is described below

commit e3b2c5de33aaa6d5fa34dd6f8a5530b08bcf8a82
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Sep 6 11:06:52 2022 +0200

    Fix documentation
    
    In 92539525 `xml-jaxp.json` changed location and type, this compensates
    for that.
---
 docs/components/modules/others/pages/xml-jaxp.json | 1 +
 docs/gulpfile.js                                   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/others/pages/xml-jaxp.json 
b/docs/components/modules/others/pages/xml-jaxp.json
new file mode 120000
index 00000000000..66b419c1aa2
--- /dev/null
+++ b/docs/components/modules/others/pages/xml-jaxp.json
@@ -0,0 +1 @@
+../../../../../core/camel-xml-jaxp/src/generated/resources/xml-jaxp.json
\ No newline at end of file
diff --git a/docs/gulpfile.js b/docs/gulpfile.js
index c8e2bae0b56..c2999071931 100644
--- a/docs/gulpfile.js
+++ b/docs/gulpfile.js
@@ -151,7 +151,6 @@ const sources = {
         
'../components/{*,*/*,*/*/*}/src/generated/resources/org/apache/camel/*/**/*.json',
         
'../core/camel-core-languages/src/generated/resources/org/apache/camel/language/**/*.json',
         
'../core/camel-core-model/src/generated/resources/org/apache/camel/model/language/*.json',
-        
'../core/camel-xml-jaxp/src/generated/resources/org/apache/camel/language/**/*.json',
       ],
       destination: 'components/modules/languages/examples/json',
       filter: (content) => JSON.parse(content).language, // check if there is 
a "language" key at the root
@@ -173,6 +172,7 @@ const sources = {
         
'../core/camel-main/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
         
'../components/{*,*/*}/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
         
'../dsl/**/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
+        '../core/camel-xml-jaxp/src/generated/resources/*.json',
       ],
       destination: 'components/modules/others/pages',
       keep: [

Reply via email to