Author: kstam
Date: Thu Jul 26 10:41:57 2007
New Revision: 559900
URL: http://svn.apache.org/viewvc?view=rev&rev=559900
Log:
Making the site work with the scout and jaxr modules
Added:
webservices/scout/trunk/src/
webservices/scout/trunk/src/site/
webservices/scout/trunk/src/site/resources/
webservices/scout/trunk/src/site/resources/images/
webservices/scout/trunk/src/site/resources/images/project-logo.jpg (with
props)
webservices/scout/trunk/src/site/resources/images/scout.jpg (with props)
webservices/scout/trunk/src/site/site.xml (with props)
webservices/scout/trunk/src/site/xdoc/
webservices/scout/trunk/src/site/xdoc/releases.xml (with props)
Removed:
webservices/scout/trunk/scout/src/site/
Modified:
webservices/scout/trunk/pom.xml
Modified: webservices/scout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?view=diff&rev=559900&r1=559899&r2=559900
==============================================================================
--- webservices/scout/trunk/pom.xml (original)
+++ webservices/scout/trunk/pom.xml Thu Jul 26 10:41:57 2007
@@ -328,7 +328,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.1</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
@@ -338,12 +339,14 @@
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi</artifactId>
- <version>SNAPSHOT</version>
+ <version>SNAPSHOT</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.1.2.1</version>
+ <version>10.1.2.1</version>
+ <scope>test</scope>
</dependency>
</dependencies>
<reporting>
Added: webservices/scout/trunk/src/site/resources/images/project-logo.jpg
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/resources/images/project-logo.jpg?view=auto&rev=559900
==============================================================================
Binary file - no diff available.
Propchange: webservices/scout/trunk/src/site/resources/images/project-logo.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: webservices/scout/trunk/src/site/resources/images/scout.jpg
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/resources/images/scout.jpg?view=auto&rev=559900
==============================================================================
Binary file - no diff available.
Propchange: webservices/scout/trunk/src/site/resources/images/scout.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: webservices/scout/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/site.xml?view=auto&rev=559900
==============================================================================
--- webservices/scout/trunk/src/site/site.xml (added)
+++ webservices/scout/trunk/src/site/site.xml Thu Jul 26 10:41:57 2007
@@ -0,0 +1,74 @@
+<?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/"/>
+ <item name="Scout" href="http://ws.apache.org/scout/"/>
+ </breadcrumbs>
+
+ <menu name="Apache Scout">
+ <item name="Welcome" href="http://ws.apache.org/scout/index.html"/>
+ <item name="Get Scout">
+ <item name="Scout Releases"
href="http://ws.apache.org/scout/scout/releases.html"/>
+ <item name="JAXR-API Releases"
href="http://ws.apache.org/scout/jax-api/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="Scout Javadocs"
href="http://ws.apache.org/scout/scout/apidocs/index.html"/>
+ <item name="JAXR-API Javadocs"
href="http://ws.apache.org/scout/jax-api/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>
+
Propchange: webservices/scout/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: webservices/scout/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: webservices/scout/trunk/src/site/xdoc/releases.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/src/site/xdoc/releases.xml?view=auto&rev=559900
==============================================================================
--- webservices/scout/trunk/src/site/xdoc/releases.xml (added)
+++ webservices/scout/trunk/src/site/xdoc/releases.xml Thu Jul 26 10:41:57 2007
@@ -0,0 +1,51 @@
+<?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/m2-ibiblio-rsync-repository/org/apache/ws/scout/scout/1.0rc1/scout-1.0rc1.jar">scout-1.0rc1</a><br/>
+ <a
href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/scout/jaxr-api/1.0rc1/jaxr-api-1.0rc1.jar">jaxr-api-1.0rc1</a></td>
+ <td>26 July, 2007</td>
+ <td>Release Candidate #1 for Version 1.0.</td>
+ </tr>
+ <tr>
+ <td>0.7rc3</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>
Propchange: webservices/scout/trunk/src/site/xdoc/releases.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: webservices/scout/trunk/src/site/xdoc/releases.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]