summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/site.xml
blob: 5066ae5b592d109d2a6c0581a0023dba6a2de04a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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>