SOLR-6358: Remove VcsDirectoryMappings from idea configuration vcs.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2014-08-09 23:58:57 +00:00
parent 1b5afe0f26
commit 38749091b4
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,5 @@
</list>
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
</component>
</project>

View File

@ -252,6 +252,9 @@ Build
to generate surrogate pairs to augment JFlex scanner specifications.
(Steve Rowe)
* SOLR-6358: Remove VcsDirectoryMappings from idea configuration
vcs.xml (Ramkumar Aiyengar via Steve Rowe)
======================= Lucene 4.9.0 =======================
Changes in Runtime Behavior