mirror of https://github.com/apache/lucene.git
don't exclude the 'site' dir from the source packages. This gives people access to the commited versions of the generated html/pdf docs. 'ant javadocs' already ensures these will copy to build/docs/ so that the javadocs links in the nav will be consistent if users build them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
959f657848
commit
55c033c666
|
@ -768,7 +768,7 @@
|
|||
includes="LICENSE.txt NOTICE.txt"/>
|
||||
<tarfileset dir="."
|
||||
prefix="${fullnamever}/solr"
|
||||
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
|
||||
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/ site/"
|
||||
excludes="${package.dir}/** ${dist}/** **/lucene-libs/** example/webapps/*.war example/exampledocs/post.jar lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/python client/javascript contrib/**/build/ **/*.iml **/*.ipr **/*.iws" />
|
||||
<tarfileset dir="."
|
||||
prefix="${fullnamever}/solr"
|
||||
|
|
Loading…
Reference in New Issue