[
https://issues.apache.org/jira/browse/LUCENE-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-3155.
---------------------------------
Resolution: Fixed
Fix Version/s: 3.2
The defaultexcludes of ant's FileSet
(http://ant.apache.org/manual/Types/fileset.html) already takes care of things
like .DS_Store.
For things like foo.txt the problem was including arbitrary *.txt, In general
in most places in the build this is actually explicit, so I made it explicit
for text files too.
For the .rsync-filter the problem is only that its in svn, for source releases
everything is from an svn export, so we need to fix LUCENE-3159 to handle that.
Committed revision 1129453 (trunk), 1129454 (branch3x), 1129455 (branch32),
> possibly improve includes/excludes for packages files
> -----------------------------------------------------
>
> Key: LUCENE-3155
> URL: https://issues.apache.org/jira/browse/LUCENE-3155
> Project: Lucene - Java
> Issue Type: Task
> Components: general/build
> Reporter: Robert Muir
> Assignee: Robert Muir
> Labels: maybe32blocker
> Fix For: 3.2, 3.3, 4.0
>
>
> A great example would be to add excludes to the zipping/tgzing to exclude
> things like DS_Store automatically.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]