Configured skin for project site

This commit is contained in:
Patrick Gotthard 2013-10-07 20:32:52 +02:00
parent c804c6fe9a
commit 9e24592ef3
2 changed files with 32 additions and 17 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/.classpath
/.project
/.settings
/target

View file

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.3.0" <project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
name="ROME OPML"> name="ROME OPML">
<bannerLeft>
<name>ROME</name> <skin>
<src>images/romelogo.png</src> <groupId>org.apache.maven.skins</groupId>
<href>http://github.com/rometools/</href> <artifactId>maven-fluido-skin</artifactId>
</bannerLeft> <version>1.3.0</version>
<publishDate position="right"/> </skin>
<version position="right"/>
<body> <bannerLeft>
<menu name="ROME OPML"> <name>ROME</name>
<item name="Overview" href="index.html"/> <src>images/romelogo.png</src>
</menu> <href>http://github.com/rometools/</href>
<menu ref="reports" /> </bannerLeft>
</body>
</project> <publishDate position="right" />
<version position="right" />
<body>
<menu name="ROME OPML">
<item name="Overview" href="index.html" />
</menu>
<menu ref="reports" />
</body>
</project>