mirror of https://github.com/apache/lucene.git
SOLR-1300: clean up packaging targets a bit for clustering, still needs more review
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3ffddf116
commit
cfb1d4ee51
|
@ -611,7 +611,7 @@
|
||||||
<tarfileset dir="."
|
<tarfileset dir="."
|
||||||
prefix="${fullnamever}"
|
prefix="${fullnamever}"
|
||||||
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
|
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" />
|
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="."
|
<tarfileset dir="."
|
||||||
mode="755"
|
mode="755"
|
||||||
prefix="${fullnamever}"
|
prefix="${fullnamever}"
|
||||||
|
|
|
@ -152,6 +152,12 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="dist" depends="build">
|
<target name="dist" depends="build">
|
||||||
|
<mkdir dir="${solr-path}/dist/solr-clustering-lib"/>
|
||||||
|
<copy todir="${solr-path}/dist/solr-clustering-lib">
|
||||||
|
<fileset dir="lib">
|
||||||
|
<exclude name="downloads/**"/>
|
||||||
|
</fileset>
|
||||||
|
</copy>
|
||||||
<!--
|
<!--
|
||||||
<copy file="${dest}/${fullnamever}.jar" todir="${solr-path}/build/web/WEB-INF/lib"/>
|
<copy file="${dest}/${fullnamever}.jar" todir="${solr-path}/build/web/WEB-INF/lib"/>
|
||||||
<copy todir="${solr-path}/build/web/WEB-INF/lib" flatten="true">
|
<copy todir="${solr-path}/build/web/WEB-INF/lib" flatten="true">
|
||||||
|
|
Loading…
Reference in New Issue