diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-06 09:58:14 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-06 09:58:14 +0000 |
commit | 5b06b6673ee8eaed4b46ad8e847e98fe4c90319d (patch) | |
tree | e184a7512cd005f5baaf82a94e13fd67646cc2ea /src | |
parent | be9e1800fdcb3c37c566220c1b2b79650d375000 (diff) | |
download | archiva-5b06b6673ee8eaed4b46ad8e847e98fe4c90319d.tar.gz archiva-5b06b6673ee8eaed4b46ad8e847e98fe4c90319d.zip |
import of redback core sources
http://svn.codehaus.org/redback/redback/trunk/ r1724
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/site.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 000000000..44f634a88 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<!-- +/* + * Copyright 2001-2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> + +<project name="Redback"> + <bannerLeft> + <name>Redback</name> + <href>http://redback.codehaus.org</href> + </bannerLeft> + <!-- + <bannerRight> + <name>The Codehaus</name> + <href>http://codehaus.org</href> + <src>http://media.codehaus.org/images/unity-codehaus-logo.png</src> + </bannerRight> + --> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.1</version> + </skin> + + <publishDate format="yyyy-MM-dd" position="left" /> + <version position="left" /> + + <body> + <links> + <item name="The Codehaus" href="http://codehaus.org" /> + <item name="Redback" href="http://redback.codehaus.org"/> + <item name="Redback Components" href="http://redback.codehaus.org/components"/> + </links> + + <menu ref="reports" /> + <menu ref="modules" /> + + </body> +</project> |