aboutsummaryrefslogtreecommitdiff
path: root/src/site/site.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2011-07-24 13:08:49 +0000
committerSebastian Bazley <sebb@apache.org>2011-07-24 13:08:49 +0000
commita9df93ae78f23eb8da7177674b58fc1e4bd3baf0 (patch)
treee4cc5abe4e0e1764dfb0165938e8084f06065582 /src/site/site.xml
parent0745c49bb806f8f986b52c28d74e5c85c3e8fb13 (diff)
downloadapache-commons-bcel-a9df93ae78f23eb8da7177674b58fc1e4bd3baf0.tar.gz
Move to Commons Parent; remove common settings
Update site to Commons style git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1150351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/site/site.xml')
-rw-r--r--src/site/site.xml30
1 files changed, 6 insertions, 24 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
index 9014ab55..49df4f79 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,33 +17,17 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="Apache Jakarta BCEL">
- <!--
- <skin>
- <groupId>org.vafer</groupId>
- <artifactId>maven-skin</artifactId>
- <version>1.1</version>
- </skin>
- -->
+<project name="Apache Commons BCEL">
- <!--
- <bannerLeft>
- <name>BCEL</name>
- <src>http://jakarta.apache.org/bcel/images/bcel-logo.png</src>
- <href>http://jakarta.apache.org/bcel</href>
- </bannerLeft>
- <bannerRight>
- <src>http://maven.apache.org/images/maven-small.gif</src>
- </bannerRight>
- -->
+ <bannerRight>
+ <name>Commons BCEL</name>
+ <src>/images/logo.gif</src>
+ <href>/index.html</href>
+ </bannerRight>
<publishDate format="dd MMM yyyy" />
<body>
- <links>
- <item name="Apache" href="http://www.apache.org/" />
- <item name="Jakarta" href="http://jakarta.apache.org/"/>
- </links>
<menu name="BCEL">
<item name="About" href="index.html"/>
@@ -54,7 +38,5 @@
<item name="Used by" href="projects.html"/>
</menu>
- <menu ref="reports"/>
-
</body>
</project>