This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new e7766f7  [FLINK-24031] Extend vcs.xml
e7766f7 is described below

commit e7766f716d37db71c412d2eb46688978c771dbaa
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Thu Sep 9 09:27:32 2021 +0200

    [FLINK-24031] Extend vcs.xml
---
 .idea/vcs.xml | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index d40c96f..165d593 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,20 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one or more
-  ~ contributor license agreements.  See the NOTICE file distributed with
-  ~ this work for additional information regarding copyright ownership.
-  ~ The ASF licenses this file to You under the Apache License, Version 2.0
-  ~ (the "License"); you may not use this file except in compliance with
-  ~ the License.  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
--->
 <project version="4">
   <component name="IssueNavigationConfiguration">
     <option name="links">
@@ -27,7 +11,7 @@
           <option name="issueRegexp" value="FLIP\-\d+" />
           <option name="linkRegexp" 
value="https://cwiki.apache.org/confluence/display/FLINK/$0"; />
         </IssueNavigationLink>
-          <IssueNavigationLink>
+        <IssueNavigationLink>
           <option name="issueRegexp" value="#(\d+)" />
           <option name="linkRegexp" 
value="https://github.com/apache/flink/pull/$1"; />
         </IssueNavigationLink>
@@ -36,5 +20,6 @@
   </component>
   <component name="VcsDirectoryMappings">
     <mapping directory="$PROJECT_DIR$" vcs="Git" />
+    <mapping directory="$PROJECT_DIR$/docs/themes/book" vcs="Git" />
   </component>
 </project>

Reply via email to