mirror of https://github.com/apache/lucene.git
SOLR-1433 -- Remove clustering/build, extraction/build, src and javadoc jars from release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90cb0259f8
commit
194f0ec51d
12
build.xml
12
build.xml
|
@ -649,7 +649,7 @@
|
|||
<tarfileset dir="."
|
||||
prefix="${fullnamever}"
|
||||
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
|
||||
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python contrib/**/build/* **/*.iml **/*.ipr **/*.iws contrib/clustering/example/lib/** contrib/clustering/lib/downloads/**" />
|
||||
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python contrib/**/build/ **/*.iml **/*.ipr **/*.iws contrib/clustering/example/lib/** contrib/clustering/lib/downloads/**" />
|
||||
<tarfileset dir="."
|
||||
mode="755"
|
||||
prefix="${fullnamever}"
|
||||
|
@ -657,7 +657,7 @@
|
|||
<tarfileset dir="."
|
||||
prefix="${fullnamever}"
|
||||
includes="dist/**"
|
||||
excludes="*.tgz *.zip *.md5 ${dist}/*src-* ${dist}/*docs-*" />
|
||||
excludes="*.tgz *.zip *.md5 **/*src*.jar **/*docs*.jar" />
|
||||
<tarfileset dir="${build.docs}"
|
||||
prefix="${fullnamever}/docs/" />
|
||||
</tar>
|
||||
|
@ -672,11 +672,11 @@
|
|||
/>
|
||||
|
||||
<zip destfile="${dist}/${fullnamever}.zip">
|
||||
<zipfileset dir="${dest}/${fullnamever}"
|
||||
prefix="${fullnamever}"
|
||||
excludes="**/*.sh **/bin/ src/scripts/ ${dist}/*-src-* ${dist}/*-docs-*" />
|
||||
<zipfileset dir="${dest}/${fullnamever}"
|
||||
<zipfileset dir="${dest}/${fullnamever}"
|
||||
prefix="${fullnamever}"
|
||||
excludes="**/*.sh **/bin/ src/scripts/" />
|
||||
<zipfileset dir="${dest}/${fullnamever}"
|
||||
prefix="${fullnamever}"
|
||||
includes="**/*.sh **/bin/ src/scripts/"
|
||||
filemode="755" />
|
||||
</zip>
|
||||
|
|
Loading…
Reference in New Issue