Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion buildRelease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@
<include name="images/**/*"/>
<include name="js/**/*"/>
<include name="lib/**/*"/>
<exclude name="lib/ant-contrib_docs/**"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This excludes the ant-contrib license file, which we should probably keep. For other libraries (like Jing and Saxon) we have a _notices directory that just contains the licensing info. Should we do the same here?

<exclude name="lib/saxon_docs/**"/>
<include name="schema/staticSearch.odd"/>
<include name="schema/staticSearch.rng"/>
<include name="schema/staticSearch.sch"/>
<!-- NOTE: If we move the stemmers around, this will need to change. -->
<include name="stemmers/**/*"/>
<include name="stemmers/**/*.js"/>
<include name="stemmers/**/*.xsl"/>
<exclude name="stemmers/**/ssStemmerTest.js"/>
<include name="stopwords/**/*"/>
<include name="xsl/**/*"/>
<exclude name="xsl/config.xsl"/>
<include name="build.xml"/>
<include name="EDITION"/>
<include name="license_BSD.txt"/>
Expand Down