Making the site work with the scout and jaxr modules

git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/trunk/scout@559900 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/resources/images/project-logo.jpg b/src/site/resources/images/project-logo.jpg
deleted file mode 100644
index bac2bfb..0000000
--- a/src/site/resources/images/project-logo.jpg
+++ /dev/null
Binary files differ
diff --git a/src/site/resources/images/scout.jpg b/src/site/resources/images/scout.jpg
deleted file mode 100644
index 59f515f..0000000
--- a/src/site/resources/images/scout.jpg
+++ /dev/null
Binary files differ
diff --git a/src/site/site.xml b/src/site/site.xml
deleted file mode 100644
index 2e19409..0000000
--- a/src/site/site.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Licensed to the Apache Software Foundation (ASF) under one
-  ~  or more contributor license agreements.  See the NOTICE file
-  ~  distributed with this work for additional information
-  ~  regarding copyright ownership.  The ASF licenses this file
-  ~  to you 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 Scout">
-
-    <bannerLeft>
-        <name>Apache Scout</name>
-        <src>images/project-logo.jpg</src>
-        <href>ws.apache.org/scout/</href>
-    </bannerLeft>
-    <bannerRight>
-    <src>images/scout.jpg</src>
-  </bannerRight>
-    <skin>
-        <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-default-skin</artifactId>
-        <version>1.0</version>
-    </skin>
-
-    <publishDate format="dd MMM yyyy" position="right"/>
-
-    <body>
-        <breadcrumbs>
-      		<item name="Apache" href="http://www.apache.org/"/>
-      		<item name="WebServices" href="http://ws.apache.org/"/>
-    	</breadcrumbs>
-
-        <menu name="Apache Scout">
-            <item name="Welcome" href="index.html"/>
-            <item name="Get Scout">
-                <item name="Releases" href="releases.html"/>
-                <item name="Source Code" href="source-repository.html"/>
-            </item>
-            <item name="Documentation">
-                <item name="Wiki" href="http://wiki.apache.org/ws/scout"/>
-                <item name="Javadocs" href="apidocs/index.html"/>
-            </item>
-            <item name="Project Information">
-                <item name="Project Information" href="project-info.html"/>
-                <item name="Mailing Lists" href="mail-lists.html"/>
-                <item name="Issue Tracking" href="issue-tracking.html"/>
-                <item name="Dependencies" href="dependencies.html"/>
-                <item name="Dependency Convergence" href="dependency-convergence.html"/>
-                <item name="Project Team" href="team-list.html"/>
-                <item name="Project Summary" href="project-summary.html"/>
-            </item>
-            <item name="Related Projects">
-    			<item name="Apache jUDDI" href="http://ws.apache.org/juddi/" description="Apache jUDDI"/>
-  			</item>
-        </menu>
-
-    </body>
-</project>
-
diff --git a/src/site/xdoc/releases.xml b/src/site/xdoc/releases.xml
deleted file mode 100644
index 35bc6a3..0000000
--- a/src/site/xdoc/releases.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
-<document>
-  <properties>
-    <title>Scout Releases</title>
-  </properties>
-  <body>
-    <section name="Releases">    
-      <p>This contains JAXR implementation for UDDI v2.0 registries that has been 
-          	tested against Apache jUDDI registry. The implementation has been tested against 
-          	J2EE 1.4 Compatibility Test Suite from Sun for the JAXR tests when integrated 
-          	with J2EE Application Servers (JBoss, Apache Geronimo and Jonas).</p>
-      <table>   
-        <tr> 
-          <td><strong>Name</strong></td>
-          <td><strong>Date</strong></td>
-          <td><strong>Description</strong></td>
-        </tr>
-
-		<tr>
-          <td><a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/scout-1.0rc1.jar">1.0rc1</a></td>
-          <td>26 July, 2007</td>
-          <td>Release Candidate #1 for Version 1.0.</td>
-        </tr>
-        <tr>
-          <td>0.7rc3</a></td>
-          <td>31 Dec, 2006</td>
-          <td>Release Candidate #3 for Version 0.7.</td>
-        </tr>
-        <tr>
-          <td><a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/scout-0.7rc2.jar">0.7rc2</a></td>
-          <td>18 Dec, 2006</td>
-          <td>Release Candidate #2 for Version 0.7.</td>
-        </tr>
-        <tr>
-          <td><a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/scout-0.7rc1.jar">0.7rc1</a></td>
-          <td>21 May, 2006</td>
-          <td>Release Candidate #1 for Version 0.7.</td>
-        </tr>
-        <tr>
-          <td><a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/scout-0.5.jar">0.5</a></td>
-          <td>17 Feb, 2006</td>
-          <td>Version 0.5.</td>
-        </tr>
-
-      </table>    
-		
-    </section>
-  </body>
-</document>