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

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f689fbe  Adding sitemap rules for Gradle (#525)
f689fbe is described below

commit f689fbe126ba872dba20a1a23fc48d2db3abb151
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Sat Mar 6 01:12:47 2021 +0100

    Adding sitemap rules for Gradle (#525)
    
    Co-authored-by: Antonio Vieiro <vie...@apache.org>
---
 netbeans.apache.org/build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/build.gradle b/netbeans.apache.org/build.gradle
index 7ddf37b..e108735 100644
--- a/netbeans.apache.org/build.gradle
+++ b/netbeans.apache.org/build.gradle
@@ -75,6 +75,8 @@ task preprocessContentAssets(type: Copy,
                 "fonts/**",
                 "**/*.gif",
                 "**/.htaccess",
+                "**/sitemap.xml.gz",
+                "**/robots.txt",
                 "**/*.jpeg", 
                 "**/*.jpg",
                 "**/*.js", 
@@ -97,7 +99,7 @@ task preprocessContentStatics(type: Copy,
     into generatedContentDir
     filteringCharset 'UTF-8'
     includeEmptyDirs false
-    include "**/*.html.yml", "**/*.md.yml", "**/*.html", "**/*.md", 
"**/*.asciidoc", "fonts/**", "**/.htaccess"
+    include "**/*.html.yml", "**/*.md.yml", "**/*.html", "**/*.md", 
"**/*.asciidoc", "fonts/**", "**/.htaccess", "**/*.xml.gz", "**/*.txt"
     exclude "/templates/**", "/css/**", "fonts/**", "kb/docs/**/section**"
     
     def mergeList = []


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to