Skip to content

Commit

Permalink
Issue #4586: Modified wrong dir path in catalog.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
djydewang committed Jul 6, 2017
1 parent 1d1c2de commit 2aa88f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/catalog.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_0.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/configuration_1_0.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_1.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/configuration_1_1.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_2.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/configuration_1_2.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/configuration_1_3.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/packages_1_0.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/packages_1_0.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_0.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/configuration_1_0.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_1.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/configuration_1_1.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_2.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/configuration_1_2.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/configuration_1_3.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/packages_1_0.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/packages_1_0.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/suppressions_1_0.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/suppressions_1_0.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/suppressions_1_1.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/suppressions_1_1_xpath_experimental.dtd" uri="./../src/main/java/resources/com/puppycrawl/tools/checkstyle/suppressions_1_1_xpath_experimental.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/suppressions_1_1.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/suppressions_1_1_xpath_experimental.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/suppressions_1_1_xpath_experimental.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/import_control_1_0.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/import_control_1_0.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/import_control_1_1.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/import_control_1_1.dtd"/>
<system systemId="http://checkstyle.sourceforge.net/dtds/import_control_1_2.dtd" uri="./../src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/import_control_1_2.dtd"/>
Expand Down

0 comments on commit 2aa88f5

Please sign in to comment.