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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 30 22:34:29 EDT 2009


Author: irooskov at redhat.com
Date: 2009-07-30 22:34:29 -0400 (Thu, 30 Jul 2009)
New Revision: 91861

Modified:
   projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml
   projects/docs/enterprise/5.0/RESTEasy/en-US/Migration_from_older_versions.xml
Log:
updated files, correcting tag issues


Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml	2009-07-31 02:27:37 UTC (rev 91860)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml	2009-07-31 02:34:29 UTC (rev 91861)
@@ -128,11 +128,10 @@
 <para>
    Abdera is a fully-fledged Atom server, but RESTEasy only supports integration with JAX-RS for marshalling and unmarshalling the Atom data format to and from the <classname>Feed</classname> and <classname>Entry</classname> interface types in Abdera.
 </para>
-<section id="Abdera and Maven">
+<section id="Abdera_and_Maven">
    <title>Abdera and Maven</title>
    <para>The Abdera provider is not included with the RESTEasy distribution. To include the Abdera provider in your WAR archive's <filename>pom</filename> files, add the following. Remember to change the version in the code to the version of RESTEasy that you are working with.</para>
    <warning><para>RESTEasy may not pick up the latest version of Abdera.</para></warning>
-   </para>
    <programlisting>&lt;![CDATA[
    &lt;repository&gt;
       &lt;id&gt;jboss&lt;/id&gt;

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Migration_from_older_versions.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Migration_from_older_versions.xml	2009-07-31 02:27:37 UTC (rev 91860)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Migration_from_older_versions.xml	2009-07-31 02:34:29 UTC (rev 91861)
@@ -25,7 +25,7 @@
              </listitem>
              <listitem>
                  <para>
-                  The <literal>tjws</literal> and <literal>servlet-api</literal> artifacts are now scoped as <emphasis>provided</emphasis> in the <literal>resteasy-jar</literal> dependencies. If you have trouble with <emphasis>Class not found</emphasis> errors, you may need to scope them as <literal>provided</literal> or <literal>test</literal> in your <filename>pom</literal> files.</para>
+                  The <literal>tjws</literal> and <literal>servlet-api</literal> artifacts are now scoped as <emphasis>provided</emphasis> in the <literal>resteasy-jar</literal> dependencies. If you have trouble with <emphasis>Class not found</emphasis> errors, you may need to scope them as <literal>provided</literal> or <literal>test</literal> in your <filename>pom</filename> files.</para>
 <programlisting>
 &lt;![CDATA[
         &lt;dependency&gt;




More information about the jboss-cvs-commits mailing list