mirror of https://github.com/apache/lucene.git
SOLR-4248: "ant eclipse" should declare .svn directories as derived.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5feeb36d46
commit
9342d7d9e8
|
@ -60,5 +60,14 @@
|
||||||
<arguments>1.0-projectRelativePath-matches-false-false-solr/dist</arguments>
|
<arguments>1.0-projectRelativePath-matches-false-false-solr/dist</arguments>
|
||||||
</matcher>
|
</matcher>
|
||||||
</filter>
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<id>1353353379246</id>
|
||||||
|
<name></name>
|
||||||
|
<type>10</type>
|
||||||
|
<matcher>
|
||||||
|
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||||
|
<arguments>1.0-name-matches-false-false-.svn</arguments>
|
||||||
|
</matcher>
|
||||||
|
</filter>
|
||||||
</filteredResources>
|
</filteredResources>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
@ -421,7 +421,6 @@ Bug Fixes
|
||||||
leader in the cluster state is 30 seconds rather than leaderVoteWait + extra
|
leader in the cluster state is 30 seconds rather than leaderVoteWait + extra
|
||||||
time. (Mark Miller)
|
time. (Mark Miller)
|
||||||
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -482,6 +481,9 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-4163: README improvements (Shawn Heisey via hossman)
|
* SOLR-4163: README improvements (Shawn Heisey via hossman)
|
||||||
|
|
||||||
|
* SOLR-4248: "ant eclipse" should declare .svn directories as derived.
|
||||||
|
(Shawn Heisey via Mark Miller)
|
||||||
|
|
||||||
================== 4.0.0 ==================
|
================== 4.0.0 ==================
|
||||||
|
|
||||||
Versions of Major Components
|
Versions of Major Components
|
||||||
|
|
Loading…
Reference in New Issue