Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions buildRelease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<fileset id="requiredFiles" dir="${ssBaseDir}"
excludes="xsl/functions.xspec xsl/patch_tei_odd.xsl xsl/spiff_up_documentation.xsl xsl/split_documentation.xsl js/searchTest.* js/out js/out/**/*">
<include name="css/**/*"/>
<include name="dicts/**/*"/>
<include name="docs/staticSearch.html"/>
<include name="docs/documentation.css"/>
<include name="images/**/*"/>
Expand All @@ -61,6 +62,7 @@
<include name="schema/staticSearch.sch"/>
<!-- NOTE: If we move the stemmers around, this will need to change. -->
<include name="stemmers/**/*"/>
<include name="stopwords/**/*"/>
<include name="xsl/**/*"/>
<include name="build.xml"/>
<include name="EDITION"/>
Expand Down
Loading