SOLR-1989: recompilation of source needs to be possible in release artifacts

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-02-13 10:31:44 +00:00
parent 4eb6319382
commit ec9c231f5a
1 changed files with 12 additions and 0 deletions

View File

@ -756,6 +756,12 @@
excludes="*.tgz *.zip *.md5 **/*src*.jar **/*docs*.jar" />
<tarfileset dir="${build.docs}"
prefix="${fullnamever}/docs/" />
<tarfileset dir="../lucene"
prefix="lucene"
excludes="**/build/" />
<tarfileset dir="../modules"
prefix="modules"
excludes="**/build/" />
</tar>
<solr-checksum file="${dist}/${fullnamever}.tgz"/>
@ -775,6 +781,12 @@
prefix="${fullnamever}"
includes="**/*.sh **/bin/ src/scripts/"
filemode="755" />
<zipfileset dir="../lucene"
prefix="lucene"
excludes="**/build/" />
<zipfileset dir="../modules"
prefix="modules"
excludes="**/build/" />
</zip>
<solr-checksum file="${dist}/${fullnamever}.zip"/>