You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/10/11 10:51:14 UTC

svn commit: r1396951 [16/23] - in /db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/torque/ apidocs/org/apache/torque/mojo/ apidocs/org/apache/torque/mojo/class-use/...

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sql-mojo.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sql-mojo.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sql-mojo.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sql-mojo.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,397 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - torque:sql</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="torque:sql"></a>torque:sql</h2>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.torque:torque-maven-plugin:3.3.1-SNAPSHOT:sql</p>
+<p><strong>Description</strong>:</p>
+<div>Generates SQL for creating the database from the schema.xml files.</div><p><strong>Attributes</strong>:</p>
+<ul><li>Requires a Maven 2.0 project to be executed.</li>
+<li>Binds by default to the lifecycle phase: <code>generate-sources</code>.</li>
+</ul>
+<div class="section"><h3><a name="Required_Parameters"></a>Required Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#schemaDir">schemaDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the directory where the schema files are located in.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#schemaIncludes">schemaIncludes</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The schema files which should be included in generation (in
+ant-style notation).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#targetDatabase">targetDatabase</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The database type (e.g. mysql, oracle, ...) for the generated
+persistence classes,<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#outputDir">outputDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The directory in which the SQL will be generated.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#reportFile">reportFile</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The location where the report file will be generated.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#contextPropertiesPath">contextPropertiesPath</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The location where the context property file for velocity will be
+generated.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#schemaExcludes">schemaExcludes</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The schema files which should be excluded in generation (in
+ant-style notation).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#suffix">suffix</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The suffix of the generated sql files.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#runOnlyOnSchemaChange">runOnlyOnSchemaChange</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Determines if this task should run only if the schema has changed.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#sqlDbMap">sqlDbMap</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the properties file containing the mapping sql file
+-&gt; target database.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#targetPackage">targetPackage</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The target package for the generated classes.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#templatePath">templatePath</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The base path where the templates are read from, if they are not
+read from the classpath.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#useClasspath">useClasspath</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether the templates should be loaded from the classpath.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#userContextProperties">userContextProperties</a></strong></td>
+<td><code>Map</code></td>
+<td><code>-</code></td>
+<td>A map where all user-defined context properties can be set.
+Overrides all other mojo configuration settings which are mapped to
+context properties.<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="outputDir">outputDir</a>:</strong></p>
+<div>The directory in which the SQL will be generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/generated-sql/torque</code></li>
+</ul>
+<hr />
+<p><strong><a name="reportFile">reportFile</a>:</strong></p>
+<div>The location where the report file will be generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>../../torque/report.${project.artifact.artifactId}.sql.generation</code></li>
+</ul>
+<hr />
+<p><strong><a name="contextPropertiesPath">contextPropertiesPath</a>:</strong></p>
+<div>The location where the context property file for velocity will be
+generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/context.sql.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaExcludes">schemaExcludes</a>:</strong></p>
+<div>The schema files which should be excluded in generation (in
+ant-style notation).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+<hr />
+<p><strong><a name="suffix">suffix</a>:</strong></p>
+<div>The suffix of the generated sql files.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+<hr />
+<p><strong><a name="runOnlyOnSchemaChange">runOnlyOnSchemaChange</a>:</strong></p>
+<div>Determines if this task should run only if the schema has changed.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaDir">schemaDir</a>:</strong></p>
+<div>The path to the directory where the schema files are located in.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>${basedir}/src/main/torque/schema</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaIncludes">schemaIncludes</a>:</strong></p>
+<div>The schema files which should be included in generation (in
+ant-style notation).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>*schema.xml</code></li>
+</ul>
+<hr />
+<p><strong><a name="sqlDbMap">sqlDbMap</a>:</strong></p>
+<div>The path to the properties file containing the mapping sql file
+-&gt; target database.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/sqldbmap.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="targetDatabase">targetDatabase</a>:</strong></p>
+<div>The database type (e.g. mysql, oracle, ...) for the generated
+persistence classes,</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+</ul>
+<hr />
+<p><strong><a name="targetPackage">targetPackage</a>:</strong></p>
+<div>The target package for the generated classes.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>torque.generated</code></li>
+</ul>
+<hr />
+<p><strong><a name="templatePath">templatePath</a>:</strong></p>
+<div>The base path where the templates are read from, if they are not
+read from the classpath.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${basedir}/src/main/torque/templates</code></li>
+</ul>
+<hr />
+<p><strong><a name="useClasspath">useClasspath</a>:</strong></p>
+<div>Whether the templates should be loaded from the classpath.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="userContextProperties">userContextProperties</a>:</strong></p>
+<div>A map where all user-defined context properties can be set.
+Overrides all other mojo configuration settings which are mapped to
+context properties.</div><ul><li><strong>Type</strong>: <code>java.util.Map</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sqlExec-mojo.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sqlExec-mojo.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sqlExec-mojo.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/sqlExec-mojo.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,339 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - torque:sqlExec</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="torque:sqlExec"></a>torque:sqlExec</h2>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.torque:torque-maven-plugin:3.3.1-SNAPSHOT:sqlExec</p>
+<p><strong>Description</strong>:</p>
+<div>Executes the generated SQL.</div><p><strong>Attributes</strong>:</p>
+<ul><li>Requires a Maven 2.0 project to be executed.</li>
+<li>Binds by default to the lifecycle phase: <code>generate-sources</code>.</li>
+</ul>
+<div class="section"><h3><a name="Required_Parameters"></a>Required Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#driver">driver</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The fully qualified class name of the database driver.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#onError">onError</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>Tells the Mojo what to do if an sql error occurs during execution.
+Can be either &quot;continue&quot;, &quot;stop&quot; or &quot;abort&quot;.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#url">url</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The connect URL of the database.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#user">user</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The user name to connect to the database.<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="b"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="a"><td><strong><a href="#autocommit">autocommit</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Autocommit flag. Default value is true.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#delimiter">delimiter</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SQL Statement delimiter.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#delimiterType">delimiterType</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>Whether the delimiter can be anywhere in the sql (&quot;normal&quot;) or
+needs to be in an extra row (&quot;row&quot;).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#password">password</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The password for the database user.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#sqlDbMap">sqlDbMap</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the properties file containing the mapping sql file
+-&gt; target database.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#srcDir">srcDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The source directory where to find the SQL files.<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="autocommit">autocommit</a>:</strong></p>
+<div>Autocommit flag. Default value is true.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="delimiter">delimiter</a>:</strong></p>
+<div>The SQL Statement delimiter.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>;</code></li>
+</ul>
+<hr />
+<p><strong><a name="delimiterType">delimiterType</a>:</strong></p>
+<div>Whether the delimiter can be anywhere in the sql (&quot;normal&quot;) or
+needs to be in an extra row (&quot;row&quot;).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>normal</code></li>
+</ul>
+<hr />
+<p><strong><a name="driver">driver</a>:</strong></p>
+<div>The fully qualified class name of the database driver.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+</ul>
+<hr />
+<p><strong><a name="onError">onError</a>:</strong></p>
+<div>Tells the Mojo what to do if an sql error occurs during execution.
+Can be either &quot;continue&quot;, &quot;stop&quot; or &quot;abort&quot;.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>continue</code></li>
+</ul>
+<hr />
+<p><strong><a name="password">password</a>:</strong></p>
+<div>The password for the database user.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+<hr />
+<p><strong><a name="sqlDbMap">sqlDbMap</a>:</strong></p>
+<div>The path to the properties file containing the mapping sql file
+-&gt; target database.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/sqldbmap.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="srcDir">srcDir</a>:</strong></p>
+<div>The source directory where to find the SQL files.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/generated-sql/torque</code></li>
+</ul>
+<hr />
+<p><strong><a name="url">url</a>:</strong></p>
+<div>The connect URL of the database.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+</ul>
+<hr />
+<p><strong><a name="user">user</a>:</strong></p>
+<div>The user name to connect to the database.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+</ul>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/surefire-report.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/surefire-report.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/surefire-report.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/surefire-report.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,376 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - Surefire Report</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-reports.html">Project Reports</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="checkstyle.html">Checkstyle</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="cpd.html">CPD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs/index.html">JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="jdepend-report.html">JDepend</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-info.html">Plugin Documentation</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="pmd.html">PMD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">Source Xref</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Surefire Report</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="taglist.html">Tag List</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="testapidocs/index.html">Test JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref-test/index.html">Test Source Xref</a>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <script type="text/javascript">
+function toggleDisplay(elementId) {
+ var elm = document.getElementById(elementId + 'error');
+ if (elm && typeof elm.style != "undefined") {
+ if (elm.style.display == "none") {
+ elm.style.display = "";
+ document.getElementById(elementId + 'off').style.display = "none";
+ document.getElementById(elementId + 'on').style.display = "inline";
+ } else if (elm.style.display == "") { elm.style.display = "none";
+ document.getElementById(elementId + 'off').style.display = "inline";
+ document.getElementById(elementId + 'on').style.display = "none";
+ } 
+ } 
+ }
+</script><div class="section"><h2>Surefire Report</h2>
+</div>
+<div class="section"><h2>Summary</h2>
+<a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
+<br />
+<table class="bodyTable"><tr class="a"><th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th>
+</tr>
+<tr class="b"><td>2</td>
+<td>0</td>
+<td>1</td>
+<td>0</td>
+<td>50%</td>
+<td>1.812</td>
+</tr>
+</table>
+<br />
+<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p>
+<br />
+</div>
+<div class="section"><h2>Package List</h2>
+<a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
+<br />
+<table class="bodyTable"><tr class="a"><th>Package</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th>
+</tr>
+<tr class="b"><td><a href="#org.apache.torque.mojo">org.apache.torque.mojo</a></td>
+<td>2</td>
+<td>0</td>
+<td>1</td>
+<td>0</td>
+<td>50%</td>
+<td>1.812</td>
+</tr>
+</table>
+<br />
+<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p>
+<div class="section"><h3>org.apache.torque.mojo</h3>
+<a name="org.apache.torque.mojo"></a><table class="bodyTable"><tr class="a"><th></th>
+<th>Class</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th>
+</tr>
+<tr class="b"><td><a href="#org.apache.torque.mojoTorqueOMMojoTest"><img src="images/icon_warning_sml.gif" /></a></td>
+<td><a href="#org.apache.torque.mojoTorqueOMMojoTest">TorqueOMMojoTest</a></td>
+<td>1</td>
+<td>0</td>
+<td>1</td>
+<td>0</td>
+<td>0%</td>
+<td>0.878</td>
+</tr>
+<tr class="a"><td><a href="#org.apache.torque.mojoTorqueSQLMojoTest"><img src="images/icon_success_sml.gif" /></a></td>
+<td><a href="#org.apache.torque.mojoTorqueSQLMojoTest">TorqueSQLMojoTest</a></td>
+<td>1</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.934</td>
+</tr>
+</table>
+</div>
+<br />
+</div>
+<div class="section"><h2>Test Cases</h2>
+<a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
+<div class="section"><h3>TorqueOMMojoTest</h3>
+<a name="org.apache.torque.mojoTorqueOMMojoTest"></a><table class="bodyTable"><tr class="b"><td><a href="#org.apache.torque.mojo.TorqueOMMojoTest.testExecute"><img src="images/icon_warning_sml.gif" /></a></td>
+<td><a href="#org.apache.torque.mojo.TorqueOMMojoTest.testExecute">testExecute</a>  <div class="detailToggle" style="display:inline"><a href="javascript:toggleDisplay('testExecute');"><span style="display: inline;" id="testExecuteoff">+</span><span id="testExecuteon" style="display: none;">-</span> [ Detail ]</a></div></td>
+<td>0.875</td>
+</tr>
+<tr class="a"><td></td>
+<td>Project does not contain F:\java\torque3\maven2-plugin\target\test-classes\projects\TorqueOMMojoTest\target/generated-sources/torque as compile source</td>
+<td></td>
+</tr>
+<tr class="b"><td></td>
+<td>  <div id="testExecuteerror" style="display:none;"><div class="source"><pre>junit.framework.AssertionFailedError: Project does not contain F:\java\torque3\maven2-plugin\target\test-classes\projects\TorqueOMMojoTest\target/generated-sources/torque as compile source<br />
+at junit.framework.Assert.fail(Assert.java:47)<br />
+at junit.framework.Assert.assertTrue(Assert.java:20)<br />
+at org.apache.torque.mojo.TorqueOMMojoTest.testExecute(TorqueOMMojoTest.java:194)<br />
+</pre>
+</div>
+</div></td>
+<td></td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>TorqueSQLMojoTest</h3>
+<a name="org.apache.torque.mojoTorqueSQLMojoTest"></a><table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<td>testExecute</td>
+<td>0.917</td>
+</tr>
+</table>
+</div>
+<br />
+</div>
+<div class="section"><h2>Failure Details</h2>
+<a name="Failure_Details"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
+<br />
+<table class="bodyTable"><tr class="b"><td><img src="images/icon_warning_sml.gif" /></td>
+<td><a name="org.apache.torque.mojo.TorqueOMMojoTest.testExecute"></a>testExecute</td>
+</tr>
+<tr class="a"><td></td>
+<td>junit.framework.AssertionFailedError: Project does not contain F:\java\torque3\maven2-plugin\target\test-classes\projects\TorqueOMMojoTest\target/generated-sources/torque as compile source</td>
+</tr>
+            <tr class="b"><td></td>
+<td>  <div id="testExecuteerror" ><a href="./xref-test/org/apache/torque/mojo/TorqueOMMojoTest.html#194">org.apache.torque.mojo.TorqueOMMojoTest:194</a></div></td>
+</tr>
+</table>
+<br />
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/taglist.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/taglist.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/taglist.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/taglist.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,251 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - Tag List report</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-reports.html">Project Reports</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="checkstyle.html">Checkstyle</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="cpd.html">CPD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs/index.html">JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="jdepend-report.html">JDepend</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-info.html">Plugin Documentation</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="pmd.html">PMD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">Source Xref</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="surefire-report.html">Surefire Report</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Tag List</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="testapidocs/index.html">Test JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref-test/index.html">Test Source Xref</a>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Tag List Report</h2>
+<p>The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.</p>
+<table class="bodyTable"><tr class="a"><th>Tag</th>
+<th>Total number of occurrences</th>
+</tr>
+<tr class="b"><td>@todo</td>
+<td>0</td>
+</tr>
+<tr class="a"><td>TODO</td>
+<td>0</td>
+</tr>
+</table>
+<p>Each tag is detailed below:</p>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/team-list.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/team-list.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/team-list.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/team-list.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,462 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - Team list</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-info.html">Project Information</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-management.html">Plugin Management</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugins.html">Project Plugins</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Project Team</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="The_Team"></a><div class="section"><h2>The Team</h2>
+<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
+<p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
+<a name="Members"></a><div class="section"><h3>Members</h3>
+<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
+<table class="bodyTable"><tr class="a"><th>Id</th>
+<th>Name</th>
+<th>Email</th>
+<th>Organization</th>
+<th>Roles</th>
+<th>Time Zone</th>
+<th>Actual Time (GMT)</th>
+</tr>
+<tr class="b"><td><a name="brekke"></a>brekke</td>
+<td>Jeffrey D. Brekke</td>
+<td><a href="mailto:brekke@apache.org" class="externalLink">brekke@apache.org</a></td>
+<td>-</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-0">-</span></td>
+</tr>
+<tr class="a"><td><a name="dobbs"></a>dobbs</td>
+<td>Eric Dobbs</td>
+<td><a href="mailto:dobbs@apache.org" class="externalLink">dobbs@apache.org</a></td>
+<td>-</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-1">-</span></td>
+</tr>
+<tr class="b"><td><a name="seade"></a>seade</td>
+<td>Scott Eade</td>
+<td><a href="mailto:seade@backstagetech.com.au" class="externalLink">seade@backstagetech.com.au</a></td>
+<td>Backstage Technologies Pty. Ltd.</td>
+<td>Java Developer</td>
+<td>+10</td>
+<td><span id="developer-2">+10</span></td>
+</tr>
+<tr class="a"><td><a name="tfischer"></a>tfischer</td>
+<td>Thomas Fischer</td>
+<td><a href="mailto:fischer@seitenbau.de" class="externalLink">fischer@seitenbau.de</a></td>
+<td>Seitenbau GmbH</td>
+<td>Java Developer</td>
+<td>+1</td>
+<td><span id="developer-3">+1</span></td>
+</tr>
+<tr class="b"><td><a name="stephenh"></a>stephenh</td>
+<td>Stephen Haberman</td>
+<td><a href="mailto:stephenh@chase3000.com" class="externalLink">stephenh@chase3000.com</a></td>
+<td>-</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-4">-</span></td>
+</tr>
+<tr class="a"><td><a name="hhernandez"></a>hhernandez</td>
+<td>Humberto Hernandez</td>
+<td><a href="mailto:hhernandez@itweb.com.mx" class="externalLink">hhernandez@itweb.com.mx</a></td>
+<td>Integrated Technology S.C.</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-5">-</span></td>
+</tr>
+<tr class="b"><td><a name="fedor"></a>fedor</td>
+<td>Fedor Karpelevitch</td>
+<td><a href="mailto:fedor@karpelevitch.net" class="externalLink">fedor@karpelevitch.net</a></td>
+<td>-</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-6">-</span></td>
+</tr>
+<tr class="a"><td><a name="quintonm"></a>quintonm</td>
+<td>Quinton McCombs</td>
+<td><a href="mailto:quintonm@bellsouth.net" class="externalLink">quintonm@bellsouth.net</a></td>
+<td>NEqualsOne</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-7">-</span></td>
+</tr>
+<tr class="b"><td><a name="jmcnally"></a>jmcnally</td>
+<td>John McNally</td>
+<td><a href="mailto:jmcnally@collab.net" class="externalLink">jmcnally@collab.net</a></td>
+<td>CollabNet</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-8">-</span></td>
+</tr>
+<tr class="a"><td><a name="gmonroe"></a>gmonroe</td>
+<td>Greg Monroe</td>
+<td><a href="mailto:greg.monroe@dukece.com" class="externalLink">greg.monroe@dukece.com</a></td>
+<td>Duke Corporate Education</td>
+<td>Java Developer</td>
+<td>-5</td>
+<td><span id="developer-9">-5</span></td>
+</tr>
+<tr class="b"><td><a name="mpoeschl"></a>mpoeschl</td>
+<td>Martin Poeschl</td>
+<td><a href="mailto:mpoeschl@marmot.at" class="externalLink">mpoeschl@marmot.at</a></td>
+<td>Tucana.at</td>
+<td>Java Developer</td>
+<td>+18</td>
+<td><span id="developer-10">+18</span></td>
+</tr>
+<tr class="a"><td><a name="dlr"></a>dlr</td>
+<td>Daniel Rall</td>
+<td><a href="mailto:dlr@finemaltcoding.com" class="externalLink">dlr@finemaltcoding.com</a></td>
+<td>CollabNet, Inc.</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-11">-</span></td>
+</tr>
+<tr class="b"><td><a name="henning"></a>henning</td>
+<td>Henning P. Schmiedehausen</td>
+<td><a href="mailto:hps@intermeta.de" class="externalLink">hps@intermeta.de</a></td>
+<td>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</td>
+<td>Java Developer</td>
+<td>+2</td>
+<td><span id="developer-12">+2</span></td>
+</tr>
+<tr class="a"><td><a name="kschrader"></a>kschrader</td>
+<td>Kurt Schrader</td>
+<td><a href="mailto:kschrader@karmalab.org" class="externalLink">kschrader@karmalab.org</a></td>
+<td>-</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-13">-</span></td>
+</tr>
+<tr class="b"><td><a name="jon"></a>jon</td>
+<td>Jon Scott Stevens</td>
+<td><a href="mailto:jon@latchkey.com" class="externalLink">jon@latchkey.com</a></td>
+<td>CollabNet, Inc.</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-14">-</span></td>
+</tr>
+<tr class="a"><td><a name="jtaylor"></a>jtaylor</td>
+<td>James Taylor</td>
+<td><a href="mailto:james@jamestaylor.org" class="externalLink">james@jamestaylor.org</a></td>
+<td>-</td>
+<td>Java Developer</td>
+<td>-</td>
+<td><span id="developer-15">-</span></td>
+</tr>
+<tr class="b"><td><a name="tv"></a>tv</td>
+<td>Thomas Vandahl</td>
+<td><a href="mailto:tv@apache.org" class="externalLink">tv@apache.org</a></td>
+<td>TeWiSoft GmbH</td>
+<td>Java Developer</td>
+<td>+1</td>
+<td><span id="developer-16">+1</span></td>
+</tr>
+</table>
+</div>
+<a name="Contributors"></a><div class="section"><h3>Contributors</h3>
+<p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Email</th>
+</tr>
+<tr class="b"><td>Patrick Carl</td>
+<td><a href="mailto:patrick.carl@coi.de" class="externalLink">patrick.carl@coi.de</a></td>
+</tr>
+<tr class="a"><td>Roger A. Caron</td>
+<td><a href="mailto:roger.caron@pw.utc.com" class="externalLink">roger.caron@pw.utc.com</a></td>
+</tr>
+<tr class="b"><td>Martin Goulet</td>
+<td><a href="mailto:martin.goulet@sungard.com" class="externalLink">martin.goulet@sungard.com</a></td>
+</tr>
+<tr class="a"><td>M. Sean Gilligan</td>
+<td><a href="mailto:Sean_Gilligan@catalla.com" class="externalLink">Sean_Gilligan@catalla.com</a></td>
+</tr>
+<tr class="b"><td>James Hillyerd</td>
+<td><a href="mailto:james@hillyerd.com" class="externalLink">james@hillyerd.com</a></td>
+</tr>
+<tr class="a"><td>Thierry Lach</td>
+<td><a href="mailto:thierry.lach@bbdodetroit.com" class="externalLink">thierry.lach@bbdodetroit.com</a></td>
+</tr>
+<tr class="b"><td>Johnny Macchione</td>
+<td><a href="mailto:johnnymac@tiscali.be" class="externalLink">johnnymac@tiscali.be</a></td>
+</tr>
+<tr class="a"><td>Markus M. May</td>
+<td><a href="mailto:mmay@javafreedom.org" class="externalLink">mmay@javafreedom.org</a></td>
+</tr>
+<tr class="b"><td>Raphael Pieroni</td>
+<td>rafale_at_codehaus.org</td>
+</tr>
+<tr class="a"><td>Jonathan Purvis</td>
+<td><a href="mailto:jon@reeltwo.com" class="externalLink">jon@reeltwo.com</a></td>
+</tr>
+<tr class="b"><td>Thoralf Rickert</td>
+<td><a href="mailto:thoralf.rickert@cadooz.de" class="externalLink">thoralf.rickert@cadooz.de</a></td>
+</tr>
+<tr class="a"><td>J. Russell Smyth</td>
+<td><a href="mailto:drfish@cox.net" class="externalLink">drfish@cox.net</a></td>
+</tr>
+<tr class="b"><td>Tarlika Elisabeth Schmitz</td>
+<td><a href="mailto:tes@numerixtechnology.de" class="externalLink">tes@numerixtechnology.de</a></td>
+</tr>
+<tr class="a"><td>Hilco Wijbenga</td>
+<td><a href="mailto:hilco.wijbenga@elasticpath.com" class="externalLink">hilco.wijbenga@elasticpath.com</a></td>
+</tr>
+<tr class="b"><td>Christoph Zenger</td>
+<td><a href="mailto:Christoph.Zenger@jentro.com" class="externalLink">Christoph.Zenger@jentro.com</a></td>
+</tr>
+</table>
+</div>
+</div>
+<script type="text/javascript">
+function offsetDate(id, offset) {
+    var now = new Date();
+    var nowTime = now.getTime();
+    var localOffset = now.getTimezoneOffset();
+    var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
+    var developerDate = new Date(developerTime);
+
+    document.getElementById(id).innerHTML = developerDate;
+}
+
+function init(){
+    offsetDate('developer-2', '+10');
+    offsetDate('developer-3', '+1');
+    offsetDate('developer-9', '-5');
+    offsetDate('developer-10', '+18');
+    offsetDate('developer-12', '+2');
+    offsetDate('developer-16', '+1');
+}
+
+window.onLoad = init();
+</script>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-frame.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-frame.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-frame.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Thu Oct 11 09:58:24 CEST 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+All Classes (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-10-11">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameHeadingFont">
+<B>All Classes</B></FONT>
+<BR>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/apache/torque/mojo/TorqueOMMojoTest.html" title="class in org.apache.torque.mojo" target="classFrame">TorqueOMMojoTest</A>
+<BR>
+<A HREF="org/apache/torque/mojo/TorqueSQLMojoTest.html" title="class in org.apache.torque.mojo" target="classFrame">TorqueSQLMojoTest</A>
+<BR>
+</FONT></TD>
+</TR>
+</TABLE>
+
+</BODY>
+</HTML>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-noframe.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-noframe.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/allclasses-noframe.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Thu Oct 11 09:58:24 CEST 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+All Classes (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-10-11">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameHeadingFont">
+<B>All Classes</B></FONT>
+<BR>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/apache/torque/mojo/TorqueOMMojoTest.html" title="class in org.apache.torque.mojo">TorqueOMMojoTest</A>
+<BR>
+<A HREF="org/apache/torque/mojo/TorqueSQLMojoTest.html" title="class in org.apache.torque.mojo">TorqueSQLMojoTest</A>
+<BR>
+</FONT></TD>
+</TR>
+</TABLE>
+
+</BODY>
+</HTML>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/constant-values.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/constant-values.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/constant-values.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/constant-values.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Thu Oct 11 09:58:24 CEST 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+Constant Field Values (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-10-11">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Constant Field Values (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H1>
+Constant Field Values</H1>
+</CENTER>
+<HR SIZE="4" NOSHADE>
+<B>Contents</B><UL>
+</UL>
+
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2000-2012 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/deprecated-list.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/deprecated-list.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/deprecated-list.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Thu Oct 11 09:58:24 CEST 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+Deprecated List (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-10-11">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Deprecated List (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Deprecated API</B></H2>
+</CENTER>
+<HR SIZE="4" NOSHADE>
+<B>Contents</B><UL>
+</UL>
+
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2000-2012 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/help-doc.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/help-doc.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/help-doc.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/testapidocs/help-doc.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,216 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_33) on Thu Oct 11 09:58:24 CEST 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+API Help (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-10-11">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="API Help (Torque Maven2 Plugin 3.3.1-SNAPSHOT Test API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H1>
+How This API Document Is Organized</H1>
+</CENTER>
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
+Package</H3>
+<BLOCKQUOTE>
+
+<P>
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
+<LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
+</BLOCKQUOTE>
+<H3>
+Class/Interface</H3>
+<BLOCKQUOTE>
+
+<P>
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
+<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
+<P>
+<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
+<P>
+<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
+</BLOCKQUOTE>
+<H3>
+Annotation Type</H3>
+<BLOCKQUOTE>
+
+<P>
+Each annotation type has its own separate page with the following sections:<UL>
+<LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
+</BLOCKQUOTE>
+</BLOCKQUOTE>
+<H3>
+Enum</H3>
+<BLOCKQUOTE>
+
+<P>
+Each enum has its own separate page with the following sections:<UL>
+<LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
+</BLOCKQUOTE>
+<H3>
+Use</H3>
+<BLOCKQUOTE>
+Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
+<H3>
+Tree (Class Hierarchy)</H3>
+<BLOCKQUOTE>
+There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
+<LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
+</BLOCKQUOTE>
+<H3>
+Deprecated API</H3>
+<BLOCKQUOTE>
+The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
+<H3>
+Index</H3>
+<BLOCKQUOTE>
+The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
+<H3>
+Prev/Next</H3>
+These links take you to the next or previous class, interface, package, or related page.<H3>
+Frames/No Frames</H3>
+These links show and hide the HTML frames.  All pages are available with or without frames.
+<P>
+<H3>
+Serialized Form</H3>
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+<P>
+<H3>
+Constant Field Values</H3>
+The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
+<P>
+<FONT SIZE="-1">
+<EM>
+This help file applies to API documentation generated using the standard doclet.</EM>
+</FONT>
+<BR>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/apache/torque/mojo/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2000-2012 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org