make/idea/template/vcs.xml
author mcimadamore
Fri, 31 Aug 2018 18:01:47 +0100
changeset 51612 bdac20c6c8dd
parent 47217 72e3ae9a25eb
permissions -rw-r--r--
8210226: Add support for multiple project folders to idea.sh Summary: Overhaul templating logic for idea.sh; add support for -o option Reviewed-by: erikj, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     2
<project version="4">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     3
  <component name="VcsDirectoryMappings">
51612
bdac20c6c8dd 8210226: Add support for multiple project folders to idea.sh
mcimadamore
parents: 47217
diff changeset
     4
    <mapping directory="###ROOT_DIR###" vcs="hg4idea" />
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     5
  </component>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     6
</project>