112 lines
4.3 KiB
XML
112 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
|
|
|
<bannerLeft>
|
|
<alt>Checkstyle</alt>
|
|
<href>http://checkstyle.sourceforge.net</href>
|
|
<src>images/header-checkstyle-logo.png</src>
|
|
</bannerLeft>
|
|
<bannerRight>
|
|
<alt>Checkstyle</alt>
|
|
<href>http://checkstyle.sourceforge.net</href>
|
|
<src>images/header-right-ruller.png</src>
|
|
</bannerRight>
|
|
|
|
<publishDate position="right" />
|
|
<version position="right" />
|
|
|
|
<poweredBy>
|
|
<logo name="GitHub" href="https://github.com/checkstyle/checkstyle"
|
|
img="images/github_logo_social_coding_outlined.png"
|
|
/>
|
|
<logo name="SourceForge"
|
|
img="images/sflogo.gif"
|
|
href="https://sourceforge.net/projects/checkstyle/"
|
|
/>
|
|
<logo name="Twitter"
|
|
img="images/twitter_button.png"
|
|
href="https://twitter.com/checkstyle_java/"
|
|
/>
|
|
<logo name="Stackoverflow"
|
|
img="images/stackoverflow.jpeg"
|
|
href="http://stackoverflow.com/questions/tagged/checkstyle"
|
|
/>
|
|
<logo name="GoogleGroups"
|
|
img="images/groups.png"
|
|
href="https://groups.google.com/forum/#!forum/checkstyle"
|
|
/>
|
|
<logo name="Rss"
|
|
img="images/rss-long.png"
|
|
href="https://sourceforge.net/p/checkstyle/news/feed"
|
|
/>
|
|
<logo name="Google+"
|
|
img="images/Google-Plus-Logo-120x38.png"
|
|
href="https://plus.google.com/108692338295483568100/posts"
|
|
/>
|
|
</poweredBy>
|
|
|
|
<body>
|
|
<menu name="About">
|
|
<item name="Checkstyle" href="index.html"/>
|
|
<item name="Release Notes" href="releasenotes.html"/>
|
|
<item name="Consulting" href="consulting.html"/>
|
|
<item name="Sponsoring" href="sponsoring.html"/>
|
|
</menu>
|
|
|
|
<menu name="Documentation">
|
|
<item name="Configuration" href="config.html">
|
|
<item name="Property Types" href="property_types.html"/>
|
|
<item name="Filters" href="config_filters.html"/>
|
|
</item>
|
|
|
|
<item name="Running" href="running.html">
|
|
<item name="Ant Task" href="anttask.html"/>
|
|
<item name="Command Line" href="cmdline.html"/>
|
|
</item>
|
|
|
|
<item name="Checks" href="checks.html">
|
|
<item name="Annotations" href="config_annotation.html"/>
|
|
<item name="Block Checks" href="config_blocks.html"/>
|
|
<item name="Class Design" href="config_design.html"/>
|
|
<item name="Coding" href="config_coding.html"/>
|
|
<item name="Headers" href="config_header.html"/>
|
|
<item name="Imports" href="config_imports.html"/>
|
|
<item name="Javadoc Comments" href="config_javadoc.html"/>
|
|
<item name="Metrics" href="config_metrics.html"/>
|
|
<item name="Miscellaneous" href="config_misc.html"/>
|
|
<item name="Modifiers" href="config_modifier.html"/>
|
|
<item name="Naming Conventions" href="config_naming.html"/>
|
|
<item name="Regexp" href="config_regexp.html"/>
|
|
<item name="Size Violations" href="config_sizes.html"/>
|
|
<item name="Whitespace" href="config_whitespace.html"/>
|
|
</item>
|
|
|
|
<item name="Style Configurations" href="style_configs.html">
|
|
<item name="Google's Style" href="google_style.html"/>
|
|
<item name="Sun's Style" href="sun_style.html"/>
|
|
</item>
|
|
</menu>
|
|
|
|
<menu name="Developers">
|
|
<item name="Extending Checkstyle" href="extending.html">
|
|
<item name="Writing Checks" href="writingchecks.html"/>
|
|
<item name="Writing Javadoc Checks" href="writingjavadocchecks.html"/>
|
|
<item name="Writing Filters" href="writingfilters.html"/>
|
|
<item name="Writing Listeners" href="writinglisteners.html"/>
|
|
</item>
|
|
<item name="Contributing" href="contributing.html"/>
|
|
<item name="Beginning Development" href="beginning_development.html">
|
|
<item name="Eclipse IDE" href="eclipse.html"/>
|
|
<item name="NetBeans IDE" href="netbeans.html"/>
|
|
<item name="IntelliJ IDE" href="idea.html"/>
|
|
</item>
|
|
<item name="Javadoc" href="apidocs/index.html"/>
|
|
</menu>
|
|
|
|
<menu ref="reports"/>
|
|
</body>
|
|
</project>
|