You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/08/01 21:40:37 UTC

svn commit: r799912 - in /webservices/commons/trunk/modules/axiom: pom.xml src/docbkx/tutorial.xml src/docbkx/userguide.xml src/site/site.xml

Author: veithen
Date: Sat Aug  1 19:40:36 2009
New Revision: 799912

URL: http://svn.apache.org/viewvc?rev=799912&view=rev
Log:
Renamed to tutorial to 'User guide'.

Added:
    webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml
      - copied, changed from r799903, webservices/commons/trunk/modules/axiom/src/docbkx/tutorial.xml
Removed:
    webservices/commons/trunk/modules/axiom/src/docbkx/tutorial.xml
Modified:
    webservices/commons/trunk/modules/axiom/pom.xml
    webservices/commons/trunk/modules/axiom/src/site/site.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=799912&r1=799911&r2=799912&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sat Aug  1 19:40:36 2009
@@ -447,18 +447,18 @@
                 <inherited>false</inherited>
                 <executions>
                     <execution>
-                        <id>tutorial-html</id>
+                        <id>userguide-html</id>
                         <goals>
                             <goal>generate-html</goal>
                         </goals>
                         <phase>pre-site</phase>
                         <configuration>
-                            <includes>tutorial.xml</includes>
+                            <includes>userguide.xml</includes>
                             <chunkedOutput>true</chunkedOutput>
-                            <targetDirectory>target/site/tutorial</targetDirectory>
+                            <targetDirectory>target/site/userguide</targetDirectory>
                             <htmlCustomization>src/docbkx/xsl/html.xsl</htmlCustomization>
                             <postProcess>
-                                <copy todir="target/site/tutorial/images">
+                                <copy todir="target/site/userguide/images">
                                     <fileset dir="src/docbkx/images">
                                         <include name="**/*.jpg"/>
                                         <include name="**/*.png"/>
@@ -489,17 +489,17 @@
                         </configuration>
                     </execution>
                     <execution>
-                        <id>tutorial-pdf</id>
+                        <id>userguide-pdf</id>
                         <goals>
                             <goal>generate-pdf</goal>
                         </goals>
                         <phase>pre-site</phase>
                         <configuration>
-                            <includes>tutorial.xml</includes>
+                            <includes>userguide.xml</includes>
                             <foCustomization>src/docbkx/xsl/fo.xsl</foCustomization>
                             <postProcess>
-                                <copy file="target/docbkx/pdf/tutorial.pdf"
-                                      tofile="target/site/tutorial.pdf"/>
+                                <copy file="target/docbkx/pdf/userguide.pdf"
+                                      tofile="target/site/userguide.pdf"/>
                             </postProcess>
                         </configuration>
                     </execution>
@@ -528,7 +528,6 @@
                     </dependency>
                 </dependencies>
                 <configuration>
-                    <includes>tutorial.xml</includes>
                     <admonGraphics>true</admonGraphics>
                     <entities>
                         <entity>

Copied: webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml (from r799903, webservices/commons/trunk/modules/axiom/src/docbkx/tutorial.xml)
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml?p2=webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml&p1=webservices/commons/trunk/modules/axiom/src/docbkx/tutorial.xml&r1=799903&r2=799912&rev=799912&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/tutorial.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml Sat Aug  1 19:40:36 2009
@@ -20,7 +20,7 @@
   -->
 <book>
     <bookinfo>
-        <title>Axiom Tutorial</title>
+        <title>Axiom User Guide</title>
         <releaseinfo>&version;
         </releaseinfo>
 
@@ -239,7 +239,7 @@
             <para>
                 Once the Axiom binary is obtained by any of the above ways, it should be
                 included in the classpath for any of the Axiom based programs to work.
-                Subsequent sections of this tutorial assume that this build step is complete
+                Subsequent sections of this guide assume that this build step is complete
                 and <filename>axiom-api-&version;.jar</filename> and <filename>axiom-impl-&version;.jar</filename> are
                 present in the classpath along with the StAX API jar file and a StAX
                 implementation.
@@ -319,7 +319,7 @@
                 where as the latter always carries a reference to its builder.
             </para>
             <para>
-                As stated earlier in this tutorial, since the object model is built as and
+                As stated earlier, since the object model is built as and
                 when required, each and every <classname>OMNode</classname> should have a reference to its builder.
                 If this information is not available, it is due to the object being created
                 without a builder. This difference becomes evident when the user tries to get

Modified: webservices/commons/trunk/modules/axiom/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/site.xml?rev=799912&r1=799911&r2=799912&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/site.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/site/site.xml Sat Aug  1 19:40:36 2009
@@ -37,10 +37,10 @@
                 <item name="Source Code" href="source-repository.html"/>
             </item>
             <item name="Documentation">
-                <item name="Tutorial" href="tutorial/tutorial.html"/>
-                <item name="Tutorial (PDF)" href="tutorial.pdf"/>
-                <item name="Dev guide" href="devguide/devguide.html"/>
-                <item name="Dev guide (PDF)" href="devguide.pdf"/>
+                <item name="User guide" href="userguide/userguide.html"/>
+                <item name="User guide (PDF)" href="userguide.pdf"/>
+                <item name="Developer guide" href="devguide/devguide.html"/>
+                <item name="Developer guide (PDF)" href="devguide.pdf"/>
                 <item name="Javadocs" href="/apidocs/index.html"/>
                 <item name="FAQ" href="faq.html"/>
                 <item name="View Source" href="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/?root=Apache-SVN"/>