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 2011/01/09 21:42:16 UTC

svn commit: r1057023 - /lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml

Author: sarowe
Date: Sun Jan  9 20:42:16 2011
New Revision: 1057023

URL: http://svn.apache.org/viewvc?rev=1057023&view=rev
Log:
LUCENE-2611: Added autolinkification for JIRA issues in log comments (thanks to David Smiley)

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

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=1057023&r1=1057022&r2=1057023&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/vcs.xml Sun Jan  9 20:42:16 2011
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="[A-Z]+\-\d+" />
+          <option name="linkRegexp" value="https://issues.apache.org/jira/browse/$0" />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
   <component name="VcsDirectoryMappings">
     <mapping directory="" vcs="svn" />
   </component>