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 01:58:57 UTC

svn commit: r1617031 - in /lucene/dev/trunk: dev-tools/idea/.idea/vcs.xml lucene/CHANGES.txt

Author: sarowe
Date: Sat Aug  9 23:58:57 2014
New Revision: 1617031

URL: http://svn.apache.org/r1617031
Log:
SOLR-6358: Remove VcsDirectoryMappings from idea configuration vcs.xml

Modified:
    lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml?rev=1617031&r1=1617030&r2=1617031&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml Sat Aug  9 23:58:57 2014
@@ -10,8 +10,5 @@
       </list>
     </option>
   </component>
-  <component name="VcsDirectoryMappings">
-    <mapping directory="" vcs="svn" />
-  </component>
 </project>
 

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1617031&r1=1617030&r2=1617031&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sat Aug  9 23:58:57 2014
@@ -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