We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc8135 commit cb2687bCopy full SHA for cb2687b
1 file changed
buildRelease.xml
@@ -57,11 +57,15 @@
57
<include name="images/**/*"/>
58
<include name="js/**/*"/>
59
<include name="lib/**/*"/>
60
+ <exclude name="lib/ant-contrib_docs/**"/>
61
+ <exclude name="lib/saxon_docs/**"/>
62
<include name="schema/staticSearch.odd"/>
63
<include name="schema/staticSearch.rng"/>
64
<include name="schema/staticSearch.sch"/>
65
<!-- NOTE: If we move the stemmers around, this will need to change. -->
- <include name="stemmers/**/*"/>
66
+ <include name="stemmers/**/*.js"/>
67
+ <include name="stemmers/**/*.xsl"/>
68
+ <exclude name="stemmers/**/ssStemmerTest.js"/>
69
<include name="stopwords/**/*"/>
70
<include name="xsl/**/*"/>
71
<exclude name="xsl/config.xsl"/>
0 commit comments