Author: sam.griffith(a)jboss.com
Date: 2006-12-06 10:32:32 -0500 (Wed, 06 Dec 2006)
New Revision: 1579
Added:
trunk/docs/online/Tutorial-Oxygen-Project.xpr
trunk/docs/online/tutorial-doc/en/master.xml
Log:
Added Oxygen Project file.
Added: trunk/docs/online/Tutorial-Oxygen-Project.xpr
===================================================================
--- trunk/docs/online/Tutorial-Oxygen-Project.xpr 2006-12-06 15:30:26 UTC (rev 1578)
+++ trunk/docs/online/Tutorial-Oxygen-Project.xpr 2006-12-06 15:32:32 UTC (rev 1579)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <meta>
+ <filters directoryPatterns="" filePatterns=""
+ positiveFilePatterns=""/>
+ </meta>
+ <projectTree name="Tutorial-Oxygen-Project.xpr"/>
+</project>
Added: trunk/docs/online/tutorial-doc/en/master.xml
===================================================================
--- trunk/docs/online/tutorial-doc/en/master.xml 2006-12-06 15:30:26 UTC (rev 1578)
+++ trunk/docs/online/tutorial-doc/en/master.xml 2006-12-06 15:32:32 UTC (rev 1579)
@@ -0,0 +1,53 @@
+<?xml version='1.0' encoding="iso-8859-1"?>
+
+<!-- $Id: master.xml 118 2006-04-06 14:44:24Z thomas.diesler(a)jboss.com $ -->
+
+<!DOCTYPE book PUBLIC
+ "-//OASIS//DTD DocBook XML V4.3CR3//EN"
+ "../../../docbook-support/support/docbook-dtd/docbookx.dtd"
+[
+<!ENTITY ch-introduction SYSTEM "modules/introduction.xml">
+<!ENTITY s-what-is-a-web-service SYSTEM
"modules/what-is-a-web-service.xml">
+<!ENTITY ch-installation SYSTEM
"modules/installation/installation.xml">
+<!ENTITY s-install-jboss SYSTEM
"modules/installation/install-jboss.xml">
+<!ENTITY s-install-on-jboss-5 SYSTEM
"modules/installation/install-on-jboss-5.xml">
+<!ENTITY ch-getting-started SYSTEM
"modules/getting-started/getting-started.xml">
+<!ENTITY s-rpc-endpoints SYSTEM
"modules/getting-started/rpc-endpoints.xml">
+<!ENTITY s-doc-endpoints SYSTEM
"modules/getting-started/doc-endpoints.xml">
+<!ENTITY s-message-style SYSTEM
"modules/getting-started/message-endpoints.xml">
+]>
+
+
+<book lang="en">
+
+ <bookinfo>
+ <title>JBossWS Tutorials</title>
+ <subtitle>jbossws-2.0.0.CR3.DEV</subtitle>
+ <releaseinfo>06-Dec-2006</releaseinfo>
+ <releaseinfo>
+ <ulink
url="http://labs.jboss.com/jbossws/tutorials/en/html/index.html"...
Pages]</ulink>,
+ <ulink
url="http://labs.jboss.com/jbossws/tutorials/en/html_single/index.ht...
Page]</ulink>,
+ <ulink
url="http://labs.jboss.com/jbossws/tutorials/en/pdf/jbossws-userguid...
+ </releaseinfo>
+ </bookinfo>
+
+ <toc/>
+
+ <preface id="preface" revision="1">
+ <title>Preface</title>
+ <para>
+ Tutorials covering the JAX-WS 2.0 web services stack for the JBoss Application
Server.
+ </para>
+ <para> If you have questions regarding JBossWS, please feel to ask the JBossWS
team.</para>
+
+ <para>Web Service Lead - Thomas Diesler</para>
+ <para>WS-Security, WSTools - Jason Greene</para>
+ <para>WS-Eventing, Standards - Heiko Braun</para>
+
+ </preface>
+
+ &ch-introduction;
+ &ch-installation;
+ <!-- &ch-getting-started; -->
+
+</book>