-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from acoburn/fcrepo-1625
update mailing list address; update gh-pages theme
- Loading branch information
Showing
2 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<project xmlns="http://maven.apache.org/DECORATION/1.6.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 | ||
http://maven.apache.org/xsd/decoration-1.6.0.xsd" | ||
name="fcrepo-camel"> | ||
|
||
<skin> | ||
<!-- see http://maven.apache.org/skins/maven-fluido-skin/ --> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.3.0</version> | ||
</skin> | ||
|
||
<body> | ||
<links> | ||
<item name="Fedora" href="http://fcrepo.org/" /> | ||
<item name="fcrepo-camel Compontent on GitHub" href="http://github.com/fcrepo4/fcrepo-camel" /> | ||
<item name="Developer Documentation" href="http://fcrepo4.github.com/fcrepo-camel/" /> | ||
</links> | ||
|
||
<breadcrumbs> | ||
<item href="index.html" name="${project.name}" /> | ||
</breadcrumbs> | ||
|
||
<menu ref="parent" inherit="top" /> | ||
|
||
<menu ref="modules" inherit="bottom" /> | ||
|
||
<menu ref="reports" inherit="bottom" /> | ||
|
||
</body> | ||
|
||
<custom> | ||
<fluidoSkin> | ||
<!-- see http://maven.apache.org/skins/maven-fluido-skin/ --> | ||
<topBarEnabled>false</topBarEnabled> | ||
<topBarContainerStyle>width: 80%;</topBarContainerStyle> | ||
<sideBarEnabled>true</sideBarEnabled> | ||
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> | ||
</fluidoSkin> | ||
</custom> | ||
</project> |