Skip to content

Commit cb2687b

Browse files
committed
Excluding more unnecessary files from the distro.
1 parent 2cc8135 commit cb2687b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

buildRelease.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@
5757
<include name="images/**/*"/>
5858
<include name="js/**/*"/>
5959
<include name="lib/**/*"/>
60+
<exclude name="lib/ant-contrib_docs/**"/>
61+
<exclude name="lib/saxon_docs/**"/>
6062
<include name="schema/staticSearch.odd"/>
6163
<include name="schema/staticSearch.rng"/>
6264
<include name="schema/staticSearch.sch"/>
6365
<!-- NOTE: If we move the stemmers around, this will need to change. -->
64-
<include name="stemmers/**/*"/>
66+
<include name="stemmers/**/*.js"/>
67+
<include name="stemmers/**/*.xsl"/>
68+
<exclude name="stemmers/**/ssStemmerTest.js"/>
6569
<include name="stopwords/**/*"/>
6670
<include name="xsl/**/*"/>
6771
<exclude name="xsl/config.xsl"/>

0 commit comments

Comments
 (0)