blob: bb89a55a3fd5c7520ed4e82464f7d623ab7af850 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="Reflow Maven Skin"
xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
<bannerLeft>
<!-- Eclipse Papyrus Project Maven Skin, but with "papyrus" highlighted -->
<name><![CDATA[
<span class="color-highlight">UML Graph</span> project
]]>
</name>
<href>http://www.eclipse.org/papyrus</href>
</bannerLeft>
<publishDate position="bottom" format="yyyy-MM-dd" />
<version position="bottom" />
<!-- googleAnalyticsAccountId>UA-1402675-6</googleAnalyticsAccountId-->
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<!-- version>1.1.2-SNAPSHOT</version-->
<version>1.1.1</version>
</skin>
<custom>
<reflowSkin>
<!-- Make this to 'false' for local development, i.e. file:// URLs -->
<protocolRelativeURLs>true</protocolRelativeURLs>
<smoothScroll>true</smoothScroll>
<theme>bootswatch-cosmo</theme>
<highlightJs>true</highlightJs>
<highlightJsTheme>github</highlightJsTheme>
<absoluteResourceURL>http://flefevre.github.io/testpapy/</absoluteResourceURL>
<brand>
<!-- Brand text in top-left part of the site -->
<name>
<![CDATA[
<span class="color-highlight">UML Graph</span> project
]]>
</name>
<href>http://www.eclipse.org/papyrus</href>
</brand>
<slogan>Explore your UML model as a graph</slogan>
<titleTemplate>%2$s | %1$s</titleTemplate>
<!-- Use Table of Contents at the top of the page (max 6 elements) -->
<toc>top</toc>
<tocTopMax>6</tocTopMax>
<!-- Include the documentation and tools in the top navigation (in addition to links) -->
<topNav>Contribute|reports|modules|parent</topNav>
<!-- Split menus in the bottom navigation -->
<bottomNav maxSpan="9" >
<column>Main</column>
<column>Download|Contribute</column>
<column>reports|modules|parent</column>
</bottomNav>
<bottomDescription>
<![CDATA[
<span class="color-highlight">UML Graph</span> project transform your favorite UML model into a graph to explore it.
]]>
</bottomDescription>
<pages>
<index project="uml.graph">
<!-- Override the title -->
<titleTemplate>EmfGen</titleTemplate>
<!-- no breadcrumbs on the main index page -->
<breadcrumbs>false</breadcrumbs>
<!-- no ToC on the main index page -->
<toc>false</toc>
<markPageHeader>false</markPageHeader>
<sections>
<carousel />
<columns>2</columns>
<body />
<sidebar />
</sections>
</index>
<contribute>
<breadcrumbs>false</breadcrumbs>
</contribute>
<!-- Disable source highlighting for Maven reports -->
<source-repository>
<highlightJs>false</highlightJs>
</source-repository>
<issue-tracking>
<highlightJs>false</highlightJs>
<toc>false</toc>
</issue-tracking>
<license>
<highlightJs>false</highlightJs>
<toc>false</toc>
</license>
<!-- Disable ToC for some Maven reports -->
<project-info>
<toc>false</toc>
</project-info>
<!-- github-report>
<toc>false</toc>
</github-report-->
<dependencies>
<tocTopMax>4</tocTopMax>
</dependencies>
</pages>
</reflowSkin>
</custom>
<body>
<!-- Add a rel to Google profile for all pages -->
<!-- head>
<link rel="author" href="http://plus.google.com/109737404465892813363"/>
</head-->
<links>
<item name="Download" href="http://www.eclipse.org/papyrus" />
<item name="Nexus repository" href="https://repo.eclipse.org/index.html#welcome" />
</links>
<breadcrumbs>
<item name="UMLGraph" href="/" />
</breadcrumbs>
<menu name="Main" inherit="top">
<item name="Home" href="./" />
<item name="GitHub project" href="http://xxxx" />
<item name="Blog" href="http://xxx" />
<item name="Release notes" href="release-notes.html" />
</menu>
<menu name="Download" inherit="top">
<item name="Download" href="http://www.eclipse.org/papyrus" />
<item name="License" href="license.html" />
</menu>
<menu name="Contribute" inherit="bottom">
<item name="Contribute" href="contribute.html" />
<item name="Issues" href="http://xxxxx" />
<item name="Fork on git" href="http://xxxxxx" />
<!-- item name="Donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=xxxxx" /-->
</menu>
<menu name="Maven documentation" ref="reports" inherit="bottom"/>
<menu ref="modules" inherit="top" />
<menu ref="parent" inherit="top" />
</body>
</project>