You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/08/10 02:04:16 UTC

svn commit: r1617032 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/idea/.idea/vcs.xml lucene/ lucene/CHANGES.txt

Author: sarowe
Date: Sun Aug 10 00:04:15 2014
New Revision: 1617032

URL: http://svn.apache.org/r1617032
Log:
SOLR-6358: Remove VcsDirectoryMappings from idea configuration vcs.xml (merged trunk r1617031; this closes #82)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/idea/.idea/vcs.xml
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/dev-tools/idea/.idea/vcs.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/idea/.idea/vcs.xml?rev=1617032&r1=1617031&r2=1617032&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/idea/.idea/vcs.xml (original)
+++ lucene/dev/branches/branch_4x/dev-tools/idea/.idea/vcs.xml Sun Aug 10 00:04:15 2014
@@ -10,8 +10,5 @@
       </list>
     </option>
   </component>
-  <component name="VcsDirectoryMappings">
-    <mapping directory="" vcs="svn" />
-  </component>
 </project>
 

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1617032&r1=1617031&r2=1617032&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Sun Aug 10 00:04:15 2014
@@ -155,6 +155,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