[
https://issues.apache.org/jira/browse/LUCENE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Han Jiang updated LUCENE-5138:
------------------------------
Attachment: LUCENE-5138.patch
Patch, created by:
{noformat}
find -executable -type f -name "*.java" -exec svn propdel svn:executable {} \;
{noformat}
Since our builder is going to regenerate
source files soon, maybe it is ok to keep
the executable bit missing for those scripts?
> Update source file attributes
> -----------------------------
>
> Key: LUCENE-5138
> URL: https://issues.apache.org/jira/browse/LUCENE-5138
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Han Jiang
> Priority: Minor
> Fix For: 5.0, 4.5
>
> Attachments: LUCENE-5138.patch
>
>
> Currently we have many java files with executable attribute,
> while some scripts that generate source files are missing this.
> Maybe we should clean this up?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]