[jboss-cvs] JBossAS SVN: r102194 - projects/docs/enterprise/5.0.1/RESTEasy/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 10 00:12:11 EST 2010


Author: laubai
Date: 2010-03-10 00:12:10 -0500 (Wed, 10 Mar 2010)
New Revision: 102194

Added:
   projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.ent
   projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.xml
Removed:
   projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.ent
   projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.xml
Log:
Updated version number for Hudson build.

Copied: projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.ent (from rev 102176, projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.ent)
===================================================================
--- projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.ent	                        (rev 0)
+++ projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.ent	2010-03-10 05:12:10 UTC (rev 102194)
@@ -0,0 +1,6 @@
+<!ENTITY JBEAP "JBoss Enterprise Application Platform">
+<!ENTITY JBEAPVERS "5.0">
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2010">
+<!ENTITY BOOKID "RESTEasy_Reference_Guide_CP01">
+<!ENTITY PRODUCT "JBoss Enterprise Application Platform">

Copied: projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.xml (from rev 102176, projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.xml)
===================================================================
--- projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide.xml	2010-03-10 05:12:10 UTC (rev 102194)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"  [ ]>
+
+<book>
+
+   <!--<bookinfo>
+      <title>RESTEasy JAX-RS</title>
+      <subtitle>RESTFul Web Services for Java</subtitle>
+      <releaseinfo>1.1.GA</releaseinfo>
+   </bookinfo>
+
+   <toc/>
+
+   <preface id="preface" revision="1">
+      <title>Preface</title>
+      <para>
+         Commercial development support, production support and training for RESTEasy JAX-RS is
+         available through JBoss, a division of Red Hat Inc. (see http://www.jboss.com/).
+      </para>
+
+      <para>
+         In some of the example listings, what is meant to be displayed on one line does not fit
+         inside the available page width. These lines have been broken up. A '\' at the end of a
+         line means that a break has been introduced to fit in the page, with the following lines
+         indented. So:
+         <programlisting>
+            Let's pretend to have an extremely \
+            long line that \
+            does not fit
+            This one is short
+         </programlisting>
+         Is really:
+         <programlisting>
+            Let's pretend to have an extremely long line that does not fit
+            This one is short
+         </programlisting>
+      </para>
+   </preface>-->
+    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Installation_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Using_Path.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="_PathParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="_QueryParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="_HeaderParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="_MatrixParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="_CookieParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="_FormParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="_Form.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="_DefaultValue.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="_Encoded_and_encoding.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="_Context.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="JAX-RS_Resource_Locators_and_Sub_Resources.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="JAX-RS_Content_Negotiation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="Content_Marshalling_Providers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="Jaxb.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="Atom.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="Json.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="Multipart.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="Yaml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="StringConverter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Responses_using_coreResponse.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="ExceptionMappers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Configuring_Individual_JAX-RS_Resource_Beans.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="gzip.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Cache_NoCache_CacheControl.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Asynchronous_HTTP.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Async_job_service.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="RESTEasy_Embedded_Container.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="RESTEasy_Server-side_Mock_Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Securing_JAX-RS_and_RESTeasy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="RESTEasy_EJB_Integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="RESTEasy_Spring_Integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="Guice1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="RESTEasy_Client_Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Maven_and_RESTEasy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Migration_from_older_versions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+</book>
+

Deleted: projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.ent
===================================================================
--- projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.ent	2010-03-10 05:09:58 UTC (rev 102193)
+++ projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.ent	2010-03-10 05:12:10 UTC (rev 102194)
@@ -1,6 +0,0 @@
-<!ENTITY JBEAP "JBoss Enterprise Application Platform">
-<!ENTITY JBEAPVERS "5.0">
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2010">
-<!ENTITY BOOKID "RESTEasy_Reference_Guide_CP01">
-<!ENTITY PRODUCT "JBoss Enterprise Application Platform">

Deleted: projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.xml
===================================================================
--- projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.xml	2010-03-10 05:09:58 UTC (rev 102193)
+++ projects/docs/enterprise/5.0.1/RESTEasy/en-US/RESTEasy_Reference_Guide_CP01.xml	2010-03-10 05:12:10 UTC (rev 102194)
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"  [ ]>
-
-<book>
-
-   <!--<bookinfo>
-      <title>RESTEasy JAX-RS</title>
-      <subtitle>RESTFul Web Services for Java</subtitle>
-      <releaseinfo>1.1.GA</releaseinfo>
-   </bookinfo>
-
-   <toc/>
-
-   <preface id="preface" revision="1">
-      <title>Preface</title>
-      <para>
-         Commercial development support, production support and training for RESTEasy JAX-RS is
-         available through JBoss, a division of Red Hat Inc. (see http://www.jboss.com/).
-      </para>
-
-      <para>
-         In some of the example listings, what is meant to be displayed on one line does not fit
-         inside the available page width. These lines have been broken up. A '\' at the end of a
-         line means that a break has been introduced to fit in the page, with the following lines
-         indented. So:
-         <programlisting>
-            Let's pretend to have an extremely \
-            long line that \
-            does not fit
-            This one is short
-         </programlisting>
-         Is really:
-         <programlisting>
-            Let's pretend to have an extremely long line that does not fit
-            This one is short
-         </programlisting>
-      </para>
-   </preface>-->
-    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Installation_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="Using_Path.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="_PathParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="_QueryParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="_HeaderParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="_MatrixParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="_CookieParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="_FormParam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="_Form.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="_DefaultValue.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="_Encoded_and_encoding.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="_Context.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="JAX-RS_Resource_Locators_and_Sub_Resources.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="JAX-RS_Content_Negotiation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Content_Marshalling_Providers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="Jaxb.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="Atom.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Json.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="Multipart.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="Yaml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="StringConverter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="Responses_using_coreResponse.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ExceptionMappers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Configuring_Individual_JAX-RS_Resource_Beans.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include href="gzip.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Cache_NoCache_CacheControl.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Asynchronous_HTTP.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Async_job_service.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="RESTEasy_Embedded_Container.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="RESTEasy_Server-side_Mock_Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Securing_JAX-RS_and_RESTeasy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="RESTEasy_EJB_Integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="RESTEasy_Spring_Integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Guice1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="RESTEasy_Client_Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Maven_and_RESTEasy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Migration_from_older_versions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>
-




More information about the jboss-cvs-commits mailing list