diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-12 22:30:06 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-13 00:15:32 +0200 |
commit | 1772fa9d86e66ab815186c125062ca74e5b35849 (patch) | |
tree | 395c36005e3636f24455502b906015d6fb90564c /buildScripts | |
parent | 3cf73930c3ba0c6da415ec487692e7f0cb5cfb3d (diff) | |
download | lombok-1772fa9d86e66ab815186c125062ca74e5b35849.tar.gz lombok-1772fa9d86e66ab815186c125062ca74e5b35849.tar.bz2 lombok-1772fa9d86e66ab815186c125062ca74e5b35849.zip |
htaccess dynamically generated to canonicalize all web requests.
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index ff37b726..4f1b8dde 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -76,7 +76,6 @@ such as applying the templates to produce the website, converting the changelog <include name="LICENSE" /> </fileset> </copy> - <copy file="website/extra/htaccess" tofile="build/website/.htaccess" /> <java classname="lombok.website.WebsiteMaker" failonerror="true"> <classpath> <path refid="build.path" /> |