[jboss-cvs] JBoss Messaging SVN: r2520 - in trunk/docs/userguide-1.2: en and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Mar 1 00:39:05 EST 2007
Author: ovidiu.feodorov at jboss.com
Date: 2007-03-01 00:39:05 -0500 (Thu, 01 Mar 2007)
New Revision: 2520
Added:
trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.xml
Removed:
trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.html
Modified:
trunk/docs/userguide-1.2/build.xml
trunk/docs/userguide-1.2/en/master.xml
Log:
adjusting names
Modified: trunk/docs/userguide-1.2/build.xml
===================================================================
--- trunk/docs/userguide-1.2/build.xml 2007-03-01 05:34:03 UTC (rev 2519)
+++ trunk/docs/userguide-1.2/build.xml 2007-03-01 05:39:05 UTC (rev 2520)
@@ -1,7 +1,7 @@
<project name="jbmessaging.documentation" default="all" basedir=".">
- <property name="build.dir" value="${basedir}/../../output/docs/userguide-2"/>
- <property name="pdf.name" value="JBossMessagingUsersGuide-2.pdf"/>
+ <property name="build.dir" value="${basedir}/../../output/docs/userguide-1.2"/>
+ <property name="pdf.name" value="JBossMessagingUsersGuide-1.2.pdf"/>
<import file="${basedir}/../../lib/docbook-support/support.xml"/>
<target name="all" depends="clean">
Modified: trunk/docs/userguide-1.2/en/master.xml
===================================================================
--- trunk/docs/userguide-1.2/en/master.xml 2007-03-01 05:34:03 UTC (rev 2519)
+++ trunk/docs/userguide-1.2/en/master.xml 2007-03-01 05:39:05 UTC (rev 2520)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"../../../lib/docbook-support/support/docbook-dtd/docbookx.dtd" [
-<!ENTITY UG2_about SYSTEM "modules/UG2_about.xml">
-<!ENTITY UG2_introduction SYSTEM "modules/UG2_introduction.xml">
-<!ENTITY UG2_gettingstarted SYSTEM "modules/UG2_gettingstarted.xml">
-<!ENTITY UG2_installation SYSTEM "modules/UG2_installation.xml">
-<!ENTITY UG2_runningexamples SYSTEM "modules/UG2_runningexamples.xml">
-<!ENTITY UG2_configuration SYSTEM "modules/UG2_configuration.xml">
-<!ENTITY UG2_performance SYSTEM "modules/UG2_performance.xml">
+<!ENTITY UG12_about SYSTEM "modules/UG12_about.xml">
+<!ENTITY UG12_introduction SYSTEM "modules/UG12_introduction.xml">
+<!ENTITY UG12_gettingstarted SYSTEM "modules/UG12_gettingstarted.xml">
+<!ENTITY UG12_installation SYSTEM "modules/UG12_installation.xml">
+<!ENTITY UG12_runningexamples SYSTEM "modules/UG12_runningexamples.xml">
+<!ENTITY UG12_configuration SYSTEM "modules/UG12_configuration.xml">
+<!ENTITY UG12_performance SYSTEM "modules/UG12_performance.xml">
<!ENTITY C_about SYSTEM "modules/CLUST_about.xml">
<!ENTITY C_introduction SYSTEM "modules/CLUST_introduction.xml">
<!ENTITY C_overview SYSTEM "modules/CLUST_overview.xml">
@@ -16,26 +16,26 @@
]>
<book lang="en">
<bookinfo>
- <title>JBoss Messaging User's Guide 2.0</title>
+ <title>JBoss Messaging 1.2 User's Guide</title>
<subtitle>A high performance JMS server for JBoss</subtitle>
</bookinfo>
<toc></toc>
- &UG2_about;
+ &UG12_about;
- &UG2_introduction;
+ &UG12_introduction;
- &UG2_gettingstarted;
+ &UG12_gettingstarted;
- &UG2_runningexamples;
+ &UG12_runningexamples;
- &UG2_installation;
+ &UG12_installation;
- &UG2_configuration;
+ &UG12_configuration;
- &UG2_performance;
+ &UG12_performance;
&C_about;
Deleted: trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.html
===================================================================
--- trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.html 2007-03-01 05:34:03 UTC (rev 2519)
+++ trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.html 2007-03-01 05:39:05 UTC (rev 2520)
@@ -1,100 +0,0 @@
-<chapter id="UG2_gettingstarted">
- <title>Download Software</title>
-
- <para>
- The official releases of JBoss Messaging are available as a free download from
- <ulink url="http://www.jboss.com/products/messaging">the JBoss Messaging project landing page</ulink>.
- </para>
-
- <section id="releasebundle">
- <title>The JBoss Messaging Release Bundle</title>
-
- <para>
- The JBoss Messaging release bundle (<filename>jboss-messaging-1.0.x.zip</filename>)
- will expand in a <filename>jboss-messaging-1.0.x</filename> directory that contains:
- </para>
-
- <itemizedlist>
- <listitem>
- <filename>jboss-messaging-scoped.sar</filename>
- - the scoped JBoss service archive that contains JBoss Messaging and its
- dependencies.
- <warning>
- Do not simply attempt to copy the archive under a JBoss instance <filename>deploy</filename> directory,
- since additional steps (such as un-installing JBossMQ and various other configurations
- tasks) are required for a successful installation. See <xref linkend="installation"/> for
- more details.
- </warning>
- </listitem>
- <listitem>
- <filename>jboss-messaging-client.jar</filename>
- - the client-side library that need to be in the classpath of the client that opens
- a remote connection to the Messaging server.
- </listitem>
- <listitem>
- <filename>util</filename>
- - a collection of <literal>ant</literal> configuration files used to automate
- installation and release
- management procedures. See the Installation chapter for more details.
- </listitem>
- <listitem>
- <filename>examples</filename>
- - a collection of examples that should run out of the box and help you validate the
- installation. Detailed instructions are provided with each example, which range from
- very simple JMS queue and topic examples to relatively sophisticated use cases in which
- EJBs and JCA JMS ConnectionFactories are involved.
- The <filename>examples/config</filename> sub-directory contains various configuration
- file examples.
- </listitem>
- <listitem>
- <filename>docs</filename>
- - this user's guide.
- </listitem>
- <listitem>
- <filename>src/jboss-messaging-1.0.x-src.zip</filename>
- - the zipped source directory. The file can be directly installed into and used
- with a debugger.
- <note>
- JBoss Messaging cannot be built using exclusively this source snapshot, which is
- provided for reference only.
- </note>
- </listitem>
- <listitem>
- <filename>src/jboss-messaging-tests-1.0.x-src.zip</filename>
- - the functional testsuite source archive.
- </listitem>
- <listitem>
- <filename>test-results</filename>
- - the output of the functional testsuite, stress and smoke test runs for this release.
- All these files have been generated during the release procedure.
- </listitem>
- <listitem>
- <filename>api</filename>
- - the Messaging API javadoc.
- </listitem>
- <listitem>
- <filename>README.html</filename>
- - The release intro document that contains pointers to various other resources,
- including this Guide.
- </listitem>
- </itemizedlist>
-
- </section>
-
-
- <section id="CVS">
- <title>CVS Access</title>
-
- <para>
- If you want to experiment with the latest developments you may checkout the latest code
- from the 5.0 head branch. Be aware that the information provided in this manual might then
- not be accurate.
- For the latest instructions, check out the
- <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingDevelopment">
- Messaging Development wiki page
- </ulink>.
- </para>
-
- </section>
-
-</chapter>
\ No newline at end of file
Added: trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.xml
===================================================================
--- trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.xml (rev 0)
+++ trunk/docs/userguide-1.2/en/modules/UG12_gettingstarted.xml 2007-03-01 05:39:05 UTC (rev 2520)
@@ -0,0 +1,100 @@
+<chapter id="UG2_gettingstarted">
+ <title>Download Software</title>
+
+ <para>
+ The official releases of JBoss Messaging are available as a free download from
+ <ulink url="http://www.jboss.com/products/messaging">the JBoss Messaging project landing page</ulink>.
+ </para>
+
+ <section id="releasebundle">
+ <title>The JBoss Messaging Release Bundle</title>
+
+ <para>
+ The JBoss Messaging release bundle (<filename>jboss-messaging-1.0.x.zip</filename>)
+ will expand in a <filename>jboss-messaging-1.0.x</filename> directory that contains:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <filename>jboss-messaging-scoped.sar</filename>
+ - the scoped JBoss service archive that contains JBoss Messaging and its
+ dependencies.
+ <warning>
+ Do not simply attempt to copy the archive under a JBoss instance <filename>deploy</filename> directory,
+ since additional steps (such as un-installing JBossMQ and various other configurations
+ tasks) are required for a successful installation. See <xref linkend="installation"/> for
+ more details.
+ </warning>
+ </listitem>
+ <listitem>
+ <filename>jboss-messaging-client.jar</filename>
+ - the client-side library that need to be in the classpath of the client that opens
+ a remote connection to the Messaging server.
+ </listitem>
+ <listitem>
+ <filename>util</filename>
+ - a collection of <literal>ant</literal> configuration files used to automate
+ installation and release
+ management procedures. See the Installation chapter for more details.
+ </listitem>
+ <listitem>
+ <filename>examples</filename>
+ - a collection of examples that should run out of the box and help you validate the
+ installation. Detailed instructions are provided with each example, which range from
+ very simple JMS queue and topic examples to relatively sophisticated use cases in which
+ EJBs and JCA JMS ConnectionFactories are involved.
+ The <filename>examples/config</filename> sub-directory contains various configuration
+ file examples.
+ </listitem>
+ <listitem>
+ <filename>docs</filename>
+ - this user's guide.
+ </listitem>
+ <listitem>
+ <filename>src/jboss-messaging-1.0.x-src.zip</filename>
+ - the zipped source directory. The file can be directly installed into and used
+ with a debugger.
+ <note>
+ JBoss Messaging cannot be built using exclusively this source snapshot, which is
+ provided for reference only.
+ </note>
+ </listitem>
+ <listitem>
+ <filename>src/jboss-messaging-tests-1.0.x-src.zip</filename>
+ - the functional testsuite source archive.
+ </listitem>
+ <listitem>
+ <filename>test-results</filename>
+ - the output of the functional testsuite, stress and smoke test runs for this release.
+ All these files have been generated during the release procedure.
+ </listitem>
+ <listitem>
+ <filename>api</filename>
+ - the Messaging API javadoc.
+ </listitem>
+ <listitem>
+ <filename>README.html</filename>
+ - The release intro document that contains pointers to various other resources,
+ including this Guide.
+ </listitem>
+ </itemizedlist>
+
+ </section>
+
+
+ <section id="CVS">
+ <title>CVS Access</title>
+
+ <para>
+ If you want to experiment with the latest developments you may checkout the latest code
+ from the 5.0 head branch. Be aware that the information provided in this manual might then
+ not be accurate.
+ For the latest instructions, check out the
+ <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingDevelopment">
+ Messaging Development wiki page
+ </ulink>.
+ </para>
+
+ </section>
+
+</chapter>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list