summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site/branches/site-20060730-mvnbased/src/site/site.xml')
-rw-r--r--site/branches/site-20060730-mvnbased/src/site/site.xml95
1 files changed, 95 insertions, 0 deletions
diff --git a/site/branches/site-20060730-mvnbased/src/site/site.xml b/site/branches/site-20060730-mvnbased/src/site/site.xml
new file mode 100644
index 0000000000..5066ae5b59
--- /dev/null
+++ b/site/branches/site-20060730-mvnbased/src/site/site.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+ 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="Apache Tuscany">
+ <body>
+ <links>
+ <item name="Apache" href="http://www.apache.org" />
+ </links>
+ <menu name="Tuscany">
+ <item name="Overview" href="/index.html" />
+ <item name="News" href="news.html" />
+ <item name="Documentation" href="/documentation.html" />
+ <item name="Download" href="/download.html" />
+ </menu>
+ <menu name="SCA Runtime for Java">
+ <item name="Releases" href="/releasesscajava.html" />
+ <item name="Installation" href="/installjava.html" />
+ <item name="User's Guide" href="/userguidejava.html" />
+ <item name="Documentation" href="/documentationscajava.html" />
+ </menu>
+ <menu name="SDO for Java">
+ <item name="Releases" href="/releasessdojava.html" />
+ <item name="Installation" href="installjava.html" />
+ <item name="User's Guide" href="/userguidejava.html" />
+ <item name="Documentation" href="/documentationsdojava.html" />
+ </menu>
+ <menu name="Relational Data Access Service for Java">
+ <item name="Releases" href="/releasesdasjava.html" />
+ <item name="Installation" href="installjava.html" />
+ <item name="User's Guide" href="/userguidejava.html" />
+ <item name="Documentation" href="/documentationdasjava.html" />
+ </menu>
+ <menu name="SCA Runtime for C++">
+ <item name="Releases" href="/releasescpp.html" />
+ <item name="Installation" href="installcpp.html" />
+ <item name="User's Guide" href="/userguidecpp.html" />
+ <item name="Documentation" href="/documentationscacpp.html" />
+ </menu>
+ <menu name="SDO for C++">
+ <item name="Releases" href="/releasescpp.html" />
+ <item name="Installation" href="installcpp.html" />
+ <item name="User's Guide" href="/userguidecpp.html" />
+ <item name="Documentation" href="/documentationsdocpp.html" />
+ </menu>
+ <menu name="Community">
+ <item name="Get Involved" href="/getinvolved.html" />
+ <!-- <item name="Committers" href="/team-list.html" /> -->
+ <item name="Mailing Lists" href="/mail-lists.html" />
+ <item name="Reporting Bugs" href="/bugs.html" />
+ <item name="Wiki" href="/wiki.html" />
+ <item name="Requirements" href="/requirements.html" />
+ <item name="FAQ" href="/faq.html" />
+ </menu>
+
+ <menu name="Development">
+ <!-- <item name="Source Code" href="/svn.html" />
+ -->
+ <item name="Java projects" href="/projectjava.html"/>
+ <item name="C++ projects" href="/projectc++.html"/>
+ <item name="Building the Site" href="howtobuildsite.html" />
+ </menu>
+ <menu name="Related Projects">
+ <item name="Axis" href="http://ws.apache.org/axis/" />
+ <item name="Geronimo" href="http://geronimo.apache.org/" />
+ </menu>
+ <!--
+ <footer>
+ <div>&#169; 2005, Apache Software Foundation</div>
+ </footer>
+ -->
+ </body>
+<skin>
+ <groupId>org.apache.maven.skins</groupId>
+
+ <artifactId>maven-classic-skin</artifactId>
+<!--
+ <artifactId>maven-default-skin</artifactId>
+ -->
+ <version>1.0</version>
+ </skin>
+
+</project>