| <?xml version="1.0" encoding="UTF-8"?> |
| <project name="MARTE Papyrus" |
| 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> |
| <name><![CDATA[ |
| Eclipse <span class="color-highlight">Papyrus MARTE</span> project]]> |
| </name> |
| <href>${web.absoluteResourceURL}/index.html</href> |
| </bannerLeft> |
| |
| <publishDate position="bottom" format="yyyy-MM-dd" /> |
| <version position="bottom" /> |
| |
| <skin> |
| <groupId>lt.velykis.maven.skins</groupId> |
| <artifactId>reflow-maven-skin</artifactId> |
| <version>1.1.1</version> |
| </skin> |
| <custom> |
| <reflowSkin> |
| <localResources>true</localResources> |
| <!-- Make this to 'false' for local development, i.e. file:// URLs --> |
| <protocolRelativeURLs>false</protocolRelativeURLs> |
| <smoothScroll>true</smoothScroll> |
| <theme>default</theme> |
| <highlightJs>false</highlightJs> |
| <highlightJsTheme>github</highlightJsTheme> |
| <absoluteResourceURL>${web.absoluteResourceURL}</absoluteResourceURL> |
| <brand> |
| <!-- Brand text in top-left part of the site --> |
| <name> |
| <![CDATA[ |
| Papyrys <span class="color-highlight">MARTE</span> Project |
| ]]> |
| </name> |
| <href>${web.href}</href> |
| </brand> |
| <slogan>a Papyrus COMPONENT.</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>parent|modules|doc</topNav> |
| <!-- Split menus in the bottom navigation --> |
| <bottomNav maxSpan="9" > |
| <column>DevLinks|ref</column> |
| <column>parent|modules</column> |
| <column>reports</column> |
| </bottomNav> |
| <bottomDescription> |
| <![CDATA[ |
| Eclipse <span class="color-highlight">Papyrus MARTE</span> project XXXXXXXXX. |
| ]]> |
| </bottomDescription> |
| <pages> |
| <index project="orgeclipsepapyrusMARTEparent"> |
| <!-- Override the title --> |
| <titleTemplate>MARTE</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>6</tocTopMax> |
| </dependencies> |
| </pages> |
| <endContent> |
| <script src="$resourcePath/js/highlight.min.js"></script> |
| <script src="$resourcePath/js/jquery.min.js"></script> |
| </endContent> |
| </reflowSkin> |
| </custom> |
| |
| <body> |
| |
| <head> |
| <link rel="stylesheet" href="$resourcePath/css/highlightjs/default.min.css"></link> |
| <script src="$resourcePath/js/highlight.min.js"></script> |
| </head> |
| |
| <links> |
| <item name="Papyrus" href="http://www.eclipse.org/papyrus" target="_blank"/> |
| </links> |
| |
| <breadcrumbs> |
| <item name="MARTE" href="/" /> |
| </breadcrumbs> |
| |
| <menu name="Modules" ref="modules" inherit="top" /> |
| <menu name="Parent" ref="parent" inherit="top" /> |
| <menu name="DevLinks" ref="DevLinks" inherit="bottom" > |
| <item name="SourceCode by Git" href="https://git.eclipse.org/c/papyrus/org.eclipse.papyrus-MARTE.git" target="_blank" /> |
| <item name="Repository by Nexus" href="https://repo.eclipse.org/index.html#welcome" target="_blank" /> |
| <item name="Integration by Hudson" href="https://hudson.eclipse.org/papyrus/view/MARTE/" target="_blank" /> |
| <item name="Quality by Sonar" href="https://dev.eclipse.org/sonar/dashboard/index/XXXXX" target="_blank" /> |
| </menu> |
| <menu name="Doc" ref="doc" inherit="bottom"> |
| <item name="Developer" href="developer/index.html" /> |
| <item name="User" href="user/index.html" /> |
| </menu> |
| <menu name="Download" ref="download" inherit="bottom"> |
| <item name="Update Site" href="http://download.eclipse.org/modeling/mdt/papyrus/components/marte/" target="_blank"/> |
| <item name="RCP" href="http://download.eclipse.org/modeling/mdt/papyrus/components/marte/downloads/${project.version}/rcps/?d" target="_blank"/> |
| <item name="Drop" href="http://download.eclipse.org/modeling/mdt/papyrus/components/marte/downloads/${project.version}/drops/?d" target="_blank"/> |
| </menu> |
| |
| <menu name="References" ref="ref" inherit="bottom"> |
| <item name="Papyrus" href="http://www.eclipse.org/papyrus/" target="_blank" /> |
| </menu> |
| <menu name="Maven documentation" ref="reports" inherit="bottom"/> |
| </body> |
| </project> |