summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/build.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/build/build.xml b/build/build.xml
index 3ab4b745ad..da526e8307 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -378,12 +378,7 @@
<fileset dir="WebContent">
<exclude name="**/.svn" />
<include name="release-notes.html" />
- <include name="*.html" />
- <include name="license/*.html" />
- <include name="license/*.txt" />
- </fileset>
- <fileset dir="WebContent/license">
- <include name="COPYING" />
+ <include name="license.html" />
</fileset>
</copy>
</target>