Author: tfischer
Date: Sat Jan 21 06:38:15 2006
New Revision: 371051
URL: http://svn.apache.org/viewcvs?rev=371051&view=rev
Log:
- added project.xml and priject.properties
- added navigation including site skeleton
- corrected version of maven plugin
- updated links to new site organisation
Added:
db/torque/tutorial/trunk/project.properties
db/torque/tutorial/trunk/project.xml
db/torque/tutorial/trunk/xdocs/navigation.xml
Modified:
db/torque/tutorial/trunk/ (props changed)
db/torque/tutorial/trunk/xdocs/index.xml
db/torque/tutorial/trunk/xdocs/step1.xml
db/torque/tutorial/trunk/xdocs/step2.xml
db/torque/tutorial/trunk/xdocs/step3.xml
db/torque/tutorial/trunk/xdocs/step4.xml
db/torque/tutorial/trunk/xdocs/step5.xml
db/torque/tutorial/trunk/xdocs/step6.xml
Propchange: db/torque/tutorial/trunk/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Sat Jan 21 06:38:15 2006
@@ -0,0 +1 @@
+common https://svn.apache.org/repos/asf/db/torque/common/trunk
Propchange: db/torque/tutorial/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jan 21 06:38:15 2006
@@ -0,0 +1,6 @@
+junit*.properties
+*.log
+build.properties
+jcoverage.ser
+svn-commit*
+target
Added: db/torque/tutorial/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/project.properties?rev=371051&view=auto
==============================================================================
--- db/torque/tutorial/trunk/project.properties (added)
+++ db/torque/tutorial/trunk/project.properties Sat Jan 21 06:38:15 2006
@@ -0,0 +1,30 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# -------------------------------------------------------------------
+# P R O J E C T P R O P E R T I E S
+#
+# $Id: project.properties 239630 2005-08-24 14:25:32 +0200 (Mi, 24 Aug 2005)
henning $
+#
+# Do not change this file. Please use build.properties in this directory
+# to do site or installation specific changes to the project build.
+# -------------------------------------------------------------------
+
+# multiproject build
+maven.multiproject.type=jar
+
+# Project documentation is included manually
+maven.xdoc.includeProjectDocumentation = no
+
+maven.linkcheck.exclude=http://svn.apache.org,..
Added: db/torque/tutorial/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/project.xml?rev=371051&view=auto
==============================================================================
--- db/torque/tutorial/trunk/project.xml (added)
+++ db/torque/tutorial/trunk/project.xml Sat Jan 21 06:38:15 2006
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project>
+ <extend>common/project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <id>torque-tutorial</id>
+ <name>Torque Tutorial</name>
+
+ <description>Torque is a persistence layer.</description>
+ <shortDescription>Persistence Layer</shortDescription>
+ <url>http://db.apache.org/torque/</url>
+ <siteDirectory>/www/db.apache.org/torque/runtime/</siteDirectory>
+
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/runtime/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/runtime/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs/db/torque/runtime/trunk/</url>
+ </repository>
+
+ <dependencies>
+ <dependency>
+ <artifactId>avalon-framework</artifactId>
+ <groupId>avalon-framework</groupId>
+ <version>4.1.4</version>
+ <url>http://avalon.apache.org/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ <version>1.7.0</version>
+ <url>http://jakarta.apache.org/commons/beanutils/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ <version>3.1</version>
+ <url>http://jakarta.apache.org/commons/collections/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-configuration</artifactId>
+ <groupId>commons-configuration</groupId>
+ <version>1.1</version>
+ <url>http://jakarta.apache.org/commons/configuration/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-dbcp</artifactId>
+ <groupId>commons-dbcp</groupId>
+ <version>1.2.1</version>
+ <url>http://jakarta.apache.org/commons/dbcp/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-lang</artifactId>
+ <groupId>commons-lang</groupId>
+ <version>2.1</version>
+ <url>http://jakarta.apache.org/commons/lang/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ <version>1.0.4</version>
+ <url>http://jakarta.apache.org/commons/logging/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-pool</artifactId>
+ <groupId>commons-pool</groupId>
+ <version>1.2</version>
+ <url>http://jakarta.apache.org/commons/pool/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>jcs</artifactId>
+ <groupId>jcs</groupId>
+ <version>20030822.182132</version>
+ <url>http://jakarta.apache.org/turbine/jcs/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>jdbc</artifactId>
+ <groupId>jdbc</groupId>
+ <version>2.0</version>
+ <url>http://java.sun.com/products/jdbc/download.html#spec</url>
+ </dependency>
+
+ <dependency>
+ <artifactId>jndi</artifactId>
+ <groupId>jndi</groupId>
+ <version>1.2.1</version>
+ <url>http://java.sun.com/products/jndi/</url>
+ </dependency>
+
+ <!--dependency>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ <version>1.2.8</version>
+ <url>http://logging.apache.org/log4j/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency-->
+
+ <dependency>
+ <!-- just needed for the runtimetest, as far as I can see -->
+ <artifactId>logkit</artifactId>
+ <groupId>logkit</groupId>
+ <version>1.0.1</version>
+ <url>http://avalon.apache.org/products/runtime/system/logging/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>village</artifactId>
+ <groupId>village</groupId>
+ <version>2.0</version>
+ <url>http://www.softwareforge.de/projects/village</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>xercesImpl</artifactId>
+ <groupId>xerces</groupId>
+ <version>2.6.2</version>
+ <url>http://xerces.apache.org/xerces2-j/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>xml-apis</artifactId>
+ <groupId>xml-apis</groupId>
+ <version>2.0.2</version>
+ <url>http://xml.apache.org/commons/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ <version>3.8.1</version>
+ <url>http://www.junit.org</url>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <nagEmailAddress>[email protected]</nagEmailAddress>
+ <sourceDirectory>src/java</sourceDirectory>
+
+ <unitTest>
+ <includes>
+ <include>**/*Test*.java</include>
+ </includes>
+ <excludes>
+ <exclude>**/BaseTestCase.java</exclude>
+ </excludes>
+ </unitTest>
+ <defaultGoal>jar:jar</defaultGoal>
+ <resources/>
+ </build>
+
+ <reports>
+ <report>maven-license-plugin</report>
+ <report>maven-linkcheck-plugin</report>
+ </reports>
+
+</project>
\ No newline at end of file
Modified: db/torque/tutorial/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/index.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/index.xml (original)
+++ db/torque/tutorial/trunk/xdocs/index.xml Sat Jan 21 06:38:15 2006
@@ -17,7 +17,7 @@
<document>
<properties>
- <title>Torque Tutorial</title>
+ <title>Torque 3.2 Tutorial</title>
<author email="[EMAIL PROTECTED]">Pete Kazmier</author>
<author email="[EMAIL PROTECTED]">Scott Eade</author>
<author email="[EMAIL PROTECTED]">Thomas Fischer</author>
@@ -37,8 +37,8 @@
to demonstrate the power of Torque. The tutorial is not
meant to be an exhaustive introduction to Torque, please
refer to the documentation on the
- <a href="../">Torque homepage</a> for more
- detailed information.
+ <a href="../../../documentation/index.html">Torque documentation</a>
+ for more detailed information.
</p>
<p>
@@ -46,7 +46,7 @@
in programming in Java, and that you have some experience
using JDBC (e.g. you should know what a jdbc driver and a
connection URL is).
- Although <a href="http://maven.apache.org/">Maven</a>
+ Although <a href="http://maven.apache.org/maven-1.x">Maven 1</a>
is heavily used in this tutorial, it is not assumed that
you have any experience in using it.
</p>
@@ -84,9 +84,9 @@
It has subsequently been updated for Turbine 3.1 which
separates the <a href="../generator/">generator</a> from
the <a href="../">runtime</a> and provides a
- <a href="../maven-plugin/">maven-plugin</a> for executing
- the generator using <a href="http://maven.apache.org/">
- Maven</a>.
+ <a href="../maven-plugin/">Maven 1 plugin</a> for executing
+ the generator using <a href="http://maven.apache.org/maven-1.x">
+ Maven 1</a>.
</p>
</section>
@@ -94,7 +94,7 @@
<section name="Where to next">
<p>
- First we will look at <a href="step1.html">Installing Maven and the Torque
Maven Plugin</a>.
+ First we will look at <a href="step1.html">Installing Maven 1 and the Torque
Maven Plugin</a>.
</p>
</section>
Added: db/torque/tutorial/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/navigation.xml?rev=371051&view=auto
==============================================================================
--- db/torque/tutorial/trunk/xdocs/navigation.xml (added)
+++ db/torque/tutorial/trunk/xdocs/navigation.xml Sat Jan 21 06:38:15 2006
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="Torque" href="http://db.apache.org/torque/">
+
+ <title>Torque</title>
+
+ <body>
+
+ <menu name="Torque">
+ <item name="Overview" href="../../../index.html"/>
+ <item name="News and Status" href="../../../status.html"/>
+ <item name="Downloads" href="../../../download.html"/>
+ <item name="Changes" href="../../../changes-report.html"/>
+ <item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
+ <item name="Issue tracker" href="../../../issue-tracking.html"/>
+ <item name="Mailing lists" href="../../../mail-lists.html"/>
+ <item name="Developer Information"
href="../../../developer-info/index.html" collapse="true">
+ <item name="dummy" href="/dummy.html" />
+ </item>
+ </menu>
+
+ <menu name="Documentation">
+ <item name="Documentation"
href="../../../documentation/index.html">
+ </item>
+
+ <item name="Tutorial" href="../../../tutorial/index.html">
+ <item name="Torque 3.2 Tutorial" href="/index.html">
+ <item name="Step 1" href="/step1.html"/>
+ <item name="Step 2" href="/step2.html"/>
+ <item name="Step 3" href="/step3.html"/>
+ <item name="Step 4" href="/step4.html"/>
+ <item name="Step 5" href="/step5.html"/>
+ <item name="Step 6" href="/step6.html"/>
+ </item>
+ </item>
+ </menu>
+
+ <menu name="Project documentation">
+ <item name="Project info" href="../../../project-info.html"
collapse="true">
+ <item name="dummy" href="/dummy.html"/>
+ </item>
+ <item name="Project Reports" href="../../../project-reports.html"
collapse="true">
+ <item name="dummy" href="/dummy.html"/>
+ </item>
+ </menu>
+
+ </body>
+</project>
\ No newline at end of file
Modified: db/torque/tutorial/trunk/xdocs/step1.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/step1.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step1.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step1.xml Sat Jan 21 06:38:15 2006
@@ -24,7 +24,7 @@
</properties>
<body>
-<section name="Step 1: Installing Maven and the Torque Maven Plugin">
+<section name="Step 1: Installing Maven 1 and the Torque Maven Plugin">
<p>
First of all, note that Torque is divided into three parts.
@@ -36,10 +36,12 @@
in your database.
The generator comes packaged in two jars: The templates in
torque-gen-templates.jar, and the rest in torque-gen.jar.
+ In this tutorial, you will not use the generator directly, but you
+ will invoke it using the Maven plugin.
</li>
<li>
- The maven plugin integrates the generator into
- <a href="http://maven.apache.org/">Maven</a>, a software
+ The Maven 1 plugin integrates the generator into
+ <a href="http://maven.apache.org/maven1">Maven</a>, a software
project management tool. In other words, the maven plugin is
a frontend for the generator.
</li>
@@ -57,18 +59,20 @@
<p>
If you have not already done so, download and install
- <a href="http://maven.apache.org/">Maven</a>. It is highly recommended to use
- version 1.0.2 of Maven.
+ <a href="http://maven.apache.org/maven-1.x">Maven 1</a>.
+ It is highly recommended to use version 1.0.2 of Maven.
+ You can not use the Torque Maven plugin with Maven 2.
</p>
<p>
- Maven uses the <a href="http://www.ibiblio.org/maven">ibiblio maven
repository</a>
- to download any libraries and resources it needs. From there, obtain the
Torque
- maven plugin by typing
+ Maven uses the
+ <a href="http://www.ibiblio.org/maven">ibiblio maven repository</a>
+ to download any libraries and resources it needs. From there,
+ obtain the Torque maven plugin by typing
</p>
<source><![CDATA[
-maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque
-Dversion=3.2-rc3
+maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque
-Dversion=3.2
]]></source>
<p>
Modified: db/torque/tutorial/trunk/xdocs/step2.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/step2.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step2.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step2.xml Sat Jan 21 06:38:15 2006
@@ -117,7 +117,7 @@
<p>
For a reference as to what each property, and others, controls, please
- see the <a href="../../generator/properties-reference.html">properties
+ see the <a href="../generator/properties-reference.html">properties
reference</a> for the Torque generator.
</p>
@@ -289,10 +289,9 @@
<td>idbroker</td>
<td>
Instructs Torque to use its
- <a href="../peers-howto.html#ID_Broker">IDBroker</a>
- service to generate IDs in a database agnostic
- manner. This is the method that will be
- used in this tutorial.
+ <a
href="../runtime/reference/relevant-classes.html#ID_Broker">IDBroker</a>
+ service to generate IDs in a database agnostic manner.
+ This is the method that will be used in this tutorial.
</td>
</tr>
<tr>
@@ -326,7 +325,7 @@
Another common mistake is to forget that XML is
<b>case-sensitive</b>. All of the elements and
attributes must be specified according to the
- <a href="/torque/dtd/database_3_2.dtd">DTD</a>
+ <a href="../generator/database.dtd.txt">DTD</a>
for the database schema. In addition, you must
include the XML declaration and DTD specification in
your database schema file. Failure to do so can
@@ -378,7 +377,7 @@
<p>
For additional information on
the XML elements and attributes, please refer to the
- <a href="../../generator/schema-reference.html">
+ <a href="../generator/schema-reference.html">
Torque Schema Reference</a>.
</p>
Modified: db/torque/tutorial/trunk/xdocs/step3.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/step3.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step3.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step3.xml Sat Jan 21 06:38:15 2006
@@ -39,9 +39,9 @@
<p>
Note: If you are yet to jump aboard the Maven ship you can
download the torque-gen archive and make use of the Ant build
- file <code>build-torque.xml</code> contained therein. Some hints
- about this can be found in the
- <a href="../user-guide.html#Generator_with_the_Ant_build_file">User
Guide</a>.
+ file <code>build-torque.xml</code> contained therein. See the
+ <a href="../generator/index.html">Generator documentation</a>
+ for details.
</p>
</section>
@@ -112,7 +112,7 @@
<code>torque.output.dir</code>
and/or <code>torque.java.dir</code>
in your <code>project.properties</code> file - see
- the <a href="../../generator/properties-reference.html">properties
+ the <a href="../generator/properties-reference.html">properties
reference</a> for more detail).
</p>
@@ -121,7 +121,7 @@
than likely a formatting error of your database
schema file. Check the format of the file and make
sure it conforms to the
- <a href="../../generator/schema-reference.html">
+ <a href="../generator/schema-reference.html">
Torque Schema Reference</a>.
</p>
Modified: db/torque/tutorial/trunk/xdocs/step4.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/step4.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step4.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step4.xml Sat Jan 21 06:38:15 2006
@@ -155,7 +155,7 @@
</section>
-<section name="Torque Run-Time Properties">
+<section name="Torque Runtime Properties">
<p>
The second step in the configuration of the
@@ -197,7 +197,7 @@
to match the parameters for your database.
In the following table, the parameters used in the sample
configuration are described. For further information, see the
- <a href="../configuration-howto.html">Pool-config Howto</a>.
+ <a
href="../runtime/documentation/initialisation-configuration.html#Configuration">Runtime
Configuration Reference</a>.
</p>
<table>
Modified: db/torque/tutorial/trunk/xdocs/step5.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/step5.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step5.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step5.xml Sat Jan 21 06:38:15 2006
@@ -72,7 +72,7 @@
one-to-one mapping to a table defined in your database
schema. For a more in-depth discussion on Peers and
Data Objects, refer to the
-<a href="../peers-howto.html#Peer%20Classes">Peers HOWTO</a>.
+<a href="../runtime/documentation/relevant-classes.html">Runtime relevant
classes documentation</a>.
An example of adding logic to both the Peer and Data
Objects is presented later in the tutorial.
</p>
@@ -355,7 +355,7 @@
used to specify very simple to very complex queries.
For a much more in-depth discussion of
<em>Criteria</em>, please refer to the
- <a href="../criteria-howto.html">Criteria HOWTO</a>.
+ <a href="../runtime/reference/documentation/read-from-db.html">reading from
the database Reference</a>.
</p>
</section>
@@ -576,8 +576,8 @@
The next change that we'll make is to the Peer
classes. For convenience (and based on the
suggestion in the
- <a href="../peers-howto.html#Useful%20Methods">Peers
- Howto</a>) we'll add <em>doSelectAll</em>
+ <a href="../runtime/reference/documentation/read-from-db.html">Reading
+ from the Database Reference</a>) we'll add <em>doSelectAll</em>
methods which will return a List of all the Data
Objects in a table. The following are the modified
<em>BookPeer</em>, <em>AuthorPeer</em>, and
Modified: db/torque/tutorial/trunk/xdocs/step6.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/xdocs/step6.xml?rev=371051&r1=371050&r2=371051&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step6.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step6.xml Sat Jan 21 06:38:15 2006
@@ -185,7 +185,7 @@
retrace all of the steps outlined in this tutorial.
If you are still not able to get your application to
run, use the Torque user
- <a href="../mail-lists.html">mailing list</a> to your
+ <a href="../../../mail-lists.html">mailing list</a> to your
advantage.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]