You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/14 15:19:43 UTC

svn commit: r850600 [2/4] - in /websites/production/commons/content/proper/commons-daemon: ./ apidocs/ apidocs/org/apache/commons/daemon/ apidocs/org/apache/commons/daemon/class-use/ apidocs/org/apache/commons/daemon/support/ apidocs/org/apache/commons...

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonConfiguration.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:08 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>DaemonConfiguration (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>DaemonConfiguration (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonConfiguration (Commons Daemon 1.0.11 API)";
+        parent.document.title="DaemonConfiguration (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -97,7 +97,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.51">DaemonConfiguration</a>
+<pre>public final class <span class="strong">DaemonConfiguration</span>
 extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Used by jsvc for Daemon configuration.
  <p>
@@ -232,7 +232,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT_CONFIG</h4>
-<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.56">DEFAULT_CONFIG</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_CONFIG</pre>
 <div class="block">Default configuration file name.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.commons.daemon.support.DaemonConfiguration.DEFAULT_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -243,7 +243,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PREFIX</h4>
-<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.60">PREFIX</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PREFIX</pre>
 <div class="block">Property prefix</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.commons.daemon.support.DaemonConfiguration.PREFIX">Constant Field Values</a></dd></dl>
 </li>
@@ -262,7 +262,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonConfiguration</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.71">DaemonConfiguration</a>()</pre>
+<pre>public&nbsp;DaemonConfiguration()</pre>
 <div class="block">Default constructor</div>
 </li>
 </ul>
@@ -280,7 +280,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.83">load</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
+<pre>public&nbsp;boolean&nbsp;load(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
 <div class="block">Loads the configuration properties file.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>fileName</code> - The properties file to load.</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the file was loaded.</dd></dl>
@@ -292,7 +292,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperty</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.164">getProperty</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProperty(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                    throws <a href="http://download.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a></pre>
 <div class="block">Gets the configuration property.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The name of the property to get.</dd>
@@ -306,7 +306,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getPropertyArray</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonConfiguration.html#line.188">getPropertyArray</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getPropertyArray(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                           throws <a href="http://download.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a></pre>
 <div class="block">Gets the configuration property array.
  <p>
@@ -390,6 +390,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.Context.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.Context.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.Context.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:08 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>DaemonLoader.Context (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>DaemonLoader.Context (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonLoader.Context (Commons Daemon 1.0.11 API)";
+        parent.document.title="DaemonLoader.Context (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -105,7 +105,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.395">DaemonLoader.Context</a>
+<pre>public static class <span class="strong">DaemonLoader.Context</span>
 extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../../org/apache/commons/daemon/DaemonContext.html" title="interface in org.apache.commons.daemon">DaemonContext</a></pre>
 </li>
@@ -194,7 +194,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonLoader.Context</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Context.html#line.395">DaemonLoader.Context</a>()</pre>
+<pre>public&nbsp;DaemonLoader.Context()</pre>
 </li>
 </ul>
 </li>
@@ -211,7 +211,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getController</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/commons/daemon/DaemonController.html" title="interface in org.apache.commons.daemon">DaemonController</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Context.html#line.403">getController</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/commons/daemon/DaemonController.html" title="interface in org.apache.commons.daemon">DaemonController</a>&nbsp;getController()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonContext.html#getController()">DaemonContext</a></code></strong></div>
 <div class="block">Returns  <code>DaemonController</code> object that can be used
  to control the <code>Daemon</code> instance that this
@@ -228,7 +228,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setController</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Context.html#line.408">setController</a>(<a href="../../../../../org/apache/commons/daemon/DaemonController.html" title="interface in org.apache.commons.daemon">DaemonController</a>&nbsp;controller)</pre>
+<pre>public&nbsp;void&nbsp;setController(<a href="../../../../../org/apache/commons/daemon/DaemonController.html" title="interface in org.apache.commons.daemon">DaemonController</a>&nbsp;controller)</pre>
 </li>
 </ul>
 <a name="getArguments()">
@@ -237,7 +237,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getArguments</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Context.html#line.413">getArguments</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getArguments()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonContext.html#getArguments()">DaemonContext</a></code></strong></div>
 <div class="block">Returns an array of <code>String</code> arguments supplied by
  the environment.  corresponding to the array of arguments given
@@ -255,7 +255,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setArguments</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Context.html#line.418">setArguments</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</pre>
+<pre>public&nbsp;void&nbsp;setArguments(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</pre>
 </li>
 </ul>
 </li>
@@ -325,6 +325,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.Controller.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.Controller.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.Controller.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:08 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>DaemonLoader.Controller (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>DaemonLoader.Controller (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonLoader.Controller (Commons Daemon 1.0.11 API)";
+        parent.document.title="DaemonLoader.Controller (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -105,7 +105,7 @@
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.309">DaemonLoader.Controller</a>
+<pre>public static class <span class="strong">DaemonLoader.Controller</span>
 extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../../org/apache/commons/daemon/DaemonController.html" title="interface in org.apache.commons.daemon">DaemonController</a></pre>
 </li>
@@ -147,7 +147,7 @@ implements <a href="../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/daemon/support/DaemonLoader.Controller.html#fail(java.lang.String, java.lang.Exception)">fail</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
-        <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;exception)</code>
+    <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;exception)</code>
 <div class="block">Shuts down daemon and logs failed message.</div>
 </td>
 </tr>
@@ -191,7 +191,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>shutdown</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Controller.html#line.335">shutdown</a>()
+<pre>public&nbsp;void&nbsp;shutdown()
               throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonController.html#shutdown()">DaemonController</a></code></strong></div>
 <div class="block">Shuts down the daemon.</div>
@@ -208,7 +208,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>reload</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Controller.html#line.349">reload</a>()
+<pre>public&nbsp;void&nbsp;reload()
             throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonController.html#reload()">DaemonController</a></code></strong></div>
 <div class="block">Reloads daemon</div>
@@ -225,7 +225,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>fail</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Controller.html#line.363">fail</a>()</pre>
+<pre>public&nbsp;void&nbsp;fail()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonController.html#fail()">DaemonController</a></code></strong></div>
 <div class="block">Shuts down daemon and logs failed message.</div>
 <dl>
@@ -240,7 +240,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>fail</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Controller.html#line.368">fail</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
+<pre>public&nbsp;void&nbsp;fail(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonController.html#fail(java.lang.String)">DaemonController</a></code></strong></div>
 <div class="block">Shuts down daemon and logs failed message.</div>
 <dl>
@@ -255,7 +255,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>fail</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Controller.html#line.373">fail</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;exception)</pre>
+<pre>public&nbsp;void&nbsp;fail(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;exception)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonController.html#fail(java.lang.Exception)">DaemonController</a></code></strong></div>
 <div class="block">Shuts down daemon and logs failed message.</div>
 <dl>
@@ -270,7 +270,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>fail</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.Controller.html#line.378">fail</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
+<pre>public&nbsp;void&nbsp;fail(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
         <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;exception)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/DaemonController.html#fail(java.lang.String, java.lang.Exception)">DaemonController</a></code></strong></div>
 <div class="block">Shuts down daemon and logs failed message.</div>
@@ -347,6 +347,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonLoader.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:08 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>DaemonLoader (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>DaemonLoader (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonLoader (Commons Daemon 1.0.11 API)";
+        parent.document.title="DaemonLoader (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -97,7 +97,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.32">DaemonLoader</a>
+<pre>public final class <span class="strong">DaemonLoader</span>
 extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Used by jsvc for Daemon management.</div>
 <dl><dt><span class="strong">Version:</span></dt>
@@ -171,7 +171,7 @@ extends <a href="http://download.oracle.
 <tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/daemon/support/DaemonLoader.html#load(java.lang.String, java.lang.String[])">load</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
-        <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</code>&nbsp;</td>
+    <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
@@ -217,7 +217,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonLoader</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.32">DaemonLoader</a>()</pre>
+<pre>public&nbsp;DaemonLoader()</pre>
 </li>
 </ul>
 </li>
@@ -234,7 +234,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>version</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.45">version</a>()</pre>
+<pre>public static&nbsp;void&nbsp;version()</pre>
 </li>
 </ul>
 <a name="check(java.lang.String)">
@@ -243,7 +243,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>check</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.64">check</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cn)</pre>
+<pre>public static&nbsp;boolean&nbsp;check(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cn)</pre>
 </li>
 </ul>
 <a name="signal()">
@@ -252,7 +252,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>signal</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.100">signal</a>()</pre>
+<pre>public static&nbsp;boolean&nbsp;signal()</pre>
 </li>
 </ul>
 <a name="load(java.lang.String, java.lang.String[])">
@@ -261,7 +261,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.117">load</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
+<pre>public static&nbsp;boolean&nbsp;load(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
            <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</pre>
 </li>
 </ul>
@@ -271,7 +271,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>start</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.238">start</a>()</pre>
+<pre>public static&nbsp;boolean&nbsp;start()</pre>
 </li>
 </ul>
 <a name="stop()">
@@ -280,7 +280,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>stop</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.259">stop</a>()</pre>
+<pre>public static&nbsp;boolean&nbsp;stop()</pre>
 </li>
 </ul>
 <a name="destroy()">
@@ -289,7 +289,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>destroy</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonLoader.html#line.284">destroy</a>()</pre>
+<pre>public static&nbsp;boolean&nbsp;destroy()</pre>
 </li>
 </ul>
 </li>
@@ -359,6 +359,6 @@ extends <a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonWrapper.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonWrapper.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/DaemonWrapper.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:08 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>DaemonWrapper (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>DaemonWrapper (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonWrapper (Commons Daemon 1.0.11 API)";
+        parent.document.title="DaemonWrapper (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -101,7 +101,7 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonWrapper.html#line.37">DaemonWrapper</a>
+<pre>public class <span class="strong">DaemonWrapper</span>
 extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../../org/apache/commons/daemon/Daemon.html" title="interface in org.apache.commons.daemon">Daemon</a></pre>
 <div class="block">Implementation of the Daemon that allows running
@@ -200,7 +200,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonWrapper</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonWrapper.html#line.52">DaemonWrapper</a>()</pre>
+<pre>public&nbsp;DaemonWrapper()</pre>
 </li>
 </ul>
 </li>
@@ -217,7 +217,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>init</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonWrapper.html#line.87">init</a>(<a href="../../../../../org/apache/commons/daemon/DaemonContext.html" title="interface in org.apache.commons.daemon">DaemonContext</a>&nbsp;context)
+<pre>public&nbsp;void&nbsp;init(<a href="../../../../../org/apache/commons/daemon/DaemonContext.html" title="interface in org.apache.commons.daemon">DaemonContext</a>&nbsp;context)
           throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Called from DaemonLoader on init stage.
  <p>
@@ -263,7 +263,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>start</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonWrapper.html#line.163">start</a>()
+<pre>public&nbsp;void&nbsp;start()
            throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/Daemon.html#start()">Daemon</a></code></strong></div>
 <div class="block">Starts the operation of this <code>Daemon</code> instance. This
@@ -286,7 +286,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>stop</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonWrapper.html#line.171">stop</a>()
+<pre>public&nbsp;void&nbsp;stop()
           throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/Daemon.html#stop()">Daemon</a></code></strong></div>
 <div class="block">Stops the operation of this <code>Daemon</code> instance. Note
@@ -307,7 +307,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>destroy</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/daemon/support/DaemonWrapper.html#line.179">destroy</a>()</pre>
+<pre>public&nbsp;void&nbsp;destroy()</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/daemon/Daemon.html#destroy()">Daemon</a></code></strong></div>
 <div class="block">Frees any resources allocated by this daemon such as file
  descriptors or sockets. This method gets called by the container
@@ -387,6 +387,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonConfiguration.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.support.DaemonConfiguration (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Uses of Class org.apache.commons.daemon.support.DaemonConfiguration (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonConfiguration (Commons Daemon 1.0.11 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonConfiguration (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.Context.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.Context.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.Context.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.support.DaemonLoader.Context (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Uses of Class org.apache.commons.daemon.support.DaemonLoader.Context (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonLoader.Context (Commons Daemon 1.0.11 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonLoader.Context (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.Controller.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.Controller.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.Controller.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.support.DaemonLoader.Controller (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Uses of Class org.apache.commons.daemon.support.DaemonLoader.Controller (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonLoader.Controller (Commons Daemon 1.0.11 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonLoader.Controller (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonLoader.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.support.DaemonLoader (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Uses of Class org.apache.commons.daemon.support.DaemonLoader (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonLoader (Commons Daemon 1.0.11 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonLoader (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonWrapper.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonWrapper.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/class-use/DaemonWrapper.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.support.DaemonWrapper (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Uses of Class org.apache.commons.daemon.support.DaemonWrapper (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonWrapper (Commons Daemon 1.0.11 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.support.DaemonWrapper (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-frame.html Thu Feb 14 14:19:42 2013
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.daemon.support (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>org.apache.commons.daemon.support (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-summary.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.daemon.support (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>org.apache.commons.daemon.support (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.daemon.support (Commons Daemon 1.0.11 API)";
+        parent.document.title="org.apache.commons.daemon.support (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -153,6 +153,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-tree.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.daemon.support Class Hierarchy (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>org.apache.commons.daemon.support Class Hierarchy (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.daemon.support Class Hierarchy (Commons Daemon 1.0.11 API)";
+        parent.document.title="org.apache.commons.daemon.support Class Hierarchy (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -129,6 +129,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-use.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/support/package-use.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Package org.apache.commons.daemon.support (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Uses of Package org.apache.commons.daemon.support (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.commons.daemon.support (Commons Daemon 1.0.11 API)";
+        parent.document.title="Uses of Package org.apache.commons.daemon.support (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/overview-frame.html Thu Feb 14 14:19:42 2013
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Overview List (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Overview List (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/overview-summary.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Overview (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Overview (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Commons Daemon 1.0.11 API)";
+        parent.document.title="Overview (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -64,7 +64,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Commons Daemon 1.0.11 API</h1>
+<h1 class="title">Commons Daemon 1.0.13 API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
@@ -130,6 +130,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/overview-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/overview-tree.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/overview-tree.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Class Hierarchy (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Class Hierarchy (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Commons Daemon 1.0.11 API)";
+        parent.document.title="Class Hierarchy (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -156,6 +156,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/serialized-form.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/serialized-form.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/serialized-form.html Thu Feb 14 14:19:42 2013
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Nov 22 13:56:36 CET 2012 -->
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Feb 07 05:49:09 CET 2013 -->
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Serialized Form (Commons Daemon 1.0.11 API)</title>
-<meta name="date" content="2012-11-22">
+<title>Serialized Form (Commons Daemon 1.0.13 API)</title>
+<meta name="date" content="2013-02-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Serialized Form (Commons Daemon 1.0.11 API)";
+        parent.document.title="Serialized Form (Commons Daemon 1.0.13 API)";
     }
 //-->
 </script>
@@ -143,6 +143,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/production/commons/content/proper/commons-daemon/binaries.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/binaries.html (original)
+++ websites/production/commons/content/proper/commons-daemon/binaries.html Thu Feb 14 14:19:42 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Nov 22, 2012 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 6, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Jean-Frederic Clere" />
-    <meta name="Date-Revision-yyyymmdd" content="20121122" />
+    <meta name="Date-Revision-yyyymmdd" content="20130206" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -42,8 +42,8 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 22 November 2012</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.0.11</span>
+        <span id="publishDate">Last Published: 06 February 2013</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.13</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
             |
@@ -196,35 +196,14 @@
 In the directory
 <a class="externalLink" href="http://www.apache.org/dist/commons/daemon/binaries/">binaries</a>
 you will find subdirectories containing archives
-corresponding to your operating system. If your machine is not in the list,
-please mail us and we will try to make it available, or you can try to build it on your own.
-The non-Windows files are compressed tar files. They are named <tt>commons-daemon-m.n.p-bin-os-hw.tar.gz</tt>.
-For example: In the directory <tt>linux</tt> we have <tt>commons-daemon-1.0.11-bin-linux-i686.tar.gz</tt>
-That is a file suitable for a Linux system running on Intel hardware.
-Windows builds are provided as a zip file.
+corresponding to your operating system. Only the Windows builds are provided as a zip file.
 </p>
 </div>
 
 <div class="section"><h2>How do I get the executable?<a name="How_do_I_get_the_executable"></a></h2>
-<div class="section"><h3>jsvc<a name="jsvc"></a></h3>
-<p>
-Do the following:
-</p><ul>
-  <li>Find the tar.gz file corresponding to your configuration.</li>
-  <li>Download it.</li>
-  <li>Uncompress the tar file and extract the contents (better with gnu tar).
-  There should be an executable file called <tt>jsvc</tt> and some text files</li>
-  <li>Copy the executable to the location where you want to run it.</li>
-  <li>Write a suitable shell script
-     (see in <tt>src/samples</tt> and <tt>src/native/unix/native/Tomcat.sh</tt>)
-     to get your Java application started as a daemon.
-  </li>
-</ul>
-
-</div>
 <div class="section"><h3>procrun<a name="procrun"></a></h3>
 <p>
-The Windows archive (e.g. commons-daemon-1.0.11-bin-windows.zip) contains 2 different executables:
+The Windows archive (e.g. commons-daemon-1.0.13-bin-windows.zip) contains 2 different executables:
 </p><ul>
 <li>prunsrv.exe - service application for running applications as services.</li>
 <li>prunmgr.exe - the GUI manager application used to monitor and configure installed services.</li>
@@ -254,7 +233,7 @@ The Windows binary zip archive should be
       <hr/>
     </div>
     <div id="footer">
-      <div class="center">Copyright &#169;                    2002-2012
+      <div class="center">Copyright &#169;                    2002-2013
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: websites/production/commons/content/proper/commons-daemon/clirr-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/clirr-report.html (original)
+++ websites/production/commons/content/proper/commons-daemon/clirr-report.html Thu Feb 14 14:19:42 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Nov 22, 2012 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 6, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20121122" />
+    <meta name="Date-Revision-yyyymmdd" content="20130206" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,8 +40,8 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 22 November 2012</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.0.11</span>
+        <span id="publishDate">Last Published: 06 February 2013</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.13</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
             |
@@ -199,14 +199,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Clirr Results<a name="Clirr_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://clirr.sourceforge.net/">Clirr</a>.</p><ul><li>Current Version: 1.0.11</li><li>Comparison Version: 1.0.10</li></ul></div><div class="section"><h2>Summary<a name="Summary"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Severity</th><th>Number</th></tr><tr class="b"><td><img alt="Error" src="images/icon_error_sml.gif" />&#160;Error</td><td>0</td></tr><tr class="a"><td><img alt="Warning" src="images/icon_warning_sml.gif" />&#160;Warning</td><td>0</td></tr><tr class="b"><td><img alt="Info" src="images/icon_info_sml.gif" />&#160;Info</td><td>0</td></tr></table></div><div class="section"><h2>Details<a name="Details"></a></h2><p>No results for the given severities.</p></div>
+        <div class="section"><h2>Clirr Results<a name="Clirr_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://clirr.sourceforge.net/">Clirr</a>.</p><ul><li>Current Version: 1.0.13</li><li>Comparison Version: 1.0.12</li></ul></div><div class="section"><h2>Summary<a name="Summary"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Severity</th><th>Number</th></tr><tr class="b"><td><img alt="Error" src="images/icon_error_sml.gif" />&#160;Error</td><td>0</td></tr><tr class="a"><td><img alt="Warning" src="images/icon_warning_sml.gif" />&#160;Warning</td><td>0</td></tr><tr class="b"><td><img alt="Info" src="images/icon_info_sml.gif" />&#160;Info</td><td>0</td></tr></table></div><div class="section"><h2>Details<a name="Details"></a></h2><p>No results for the given severities.</p></div>
       </div>
     </div>
     <div class="clear">
       <hr/>
     </div>
     <div id="footer">
-      <div class="center">Copyright &#169;                    2002-2012
+      <div class="center">Copyright &#169;                    2002-2013
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: websites/production/commons/content/proper/commons-daemon/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/dependencies.html (original)
+++ websites/production/commons/content/proper/commons-daemon/dependencies.html Thu Feb 14 14:19:42 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Nov 22, 2012 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 6, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20121122" />
+    <meta name="Date-Revision-yyyymmdd" content="20130206" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,8 +40,8 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 22 November 2012</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.0.11</span>
+        <span id="publishDate">Last Published: 06 February 2013</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.13</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
             |
@@ -228,14 +228,14 @@
         }
       }
 </script>
-<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>commons-daemon:commons-daemon:jar:1.0.11 <img id="_1983489126" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2072133096', '_1983489126' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2072133096" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Commons Daemon</th></tr><tr class="b"><td><p><b>Description: </b>Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.</p><p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/daemon/">http://commons.apache.org/daemon/</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>junit:junit:jar:3.8.1 (test) <img id="_1808167643" src="./i
 mages/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_438775785', '_1808167643' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_438775785" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Common Public License Version 1.0: </b>JUnit</p><p><b>The Apache Software License, Version 2.0: </b>Commons Daemon</p></div><a name="Dependency_File_
 Details"></a><div class="section"><h2>Dependency File Details<a name="Dependency_File_Details"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>junit-3.8.1.jar</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>1</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>1</td></tr><tr class="a"><td>test: 1</td><td>test: 118.23 kB</td><td>test: 119</td><td>test: 100</td><td>test: 6</td><td>-</td><td>test: 1</td></tr></table></div><a name="Dependency_Repository_Locations"></a><div class="section"><h2>Dependency Repository Locations<a name="Dependency_Repository_Locations"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Repo ID</th><t
 h>URL</th><th>Release</th><th>Snapshot</th></tr><tr class="b"><td>apache.snapshots</td><td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td><td>-</td><td>Yes</td><td>-</td></tr><tr class="a"><td>central</td><td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td><td>Yes</td><td>-</td><td>-</td></tr></table><p>Repository locations for each of the Dependencies.</p><table border="0" class="bodyTable"><tr class="a"><th>Artifact</th><th>apache.snapshots</th><th>central</th></tr><tr class="b"><td>junit:junit:jar:3.8.1</td><td>-</td><td><a class="externalLink" href="http://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr><tr class="a"><th>Total</th><th>apache.snapshots</th><th>central</th></tr><tr class="b"><td>1 (test: 1)</td><td>0</td><
 td>1</td></tr></table></div>
+<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>commons-daemon:commons-daemon:jar:1.0.13 <img id="_692079468" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1066922209', '_692079468' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1066922209" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Commons Daemon</th></tr><tr class="b"><td><p><b>Description: </b>Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.</p><p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/daemon/">http://commons.apache.org/daemon/</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>junit:junit:jar:3.8.1 (test) <img id="_491300505" src="./imag
 es/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_301390294', '_491300505' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_301390294" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Common Public License Version 1.0: </b>JUnit</p><p><b>The Apache Software License, Version 2.0: </b>Commons Daemon</p></div><a name="Dependency_File_Deta
 ils"></a><div class="section"><h2>Dependency File Details<a name="Dependency_File_Details"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>junit-3.8.1.jar</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>1</td><td>118.23 kB</td><td>119</td><td>100</td><td>6</td><td>1.1</td><td>1</td></tr><tr class="a"><td>test: 1</td><td>test: 118.23 kB</td><td>test: 119</td><td>test: 100</td><td>test: 6</td><td>-</td><td>test: 1</td></tr></table></div><a name="Dependency_Repository_Locations"></a><div class="section"><h2>Dependency Repository Locations<a name="Dependency_Repository_Locations"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Repo ID</th><th>UR
 L</th><th>Release</th><th>Snapshot</th></tr><tr class="b"><td>apache.snapshots</td><td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td><td>-</td><td>Yes</td><td>-</td></tr><tr class="a"><td>central</td><td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td><td>Yes</td><td>-</td><td>-</td></tr></table><p>Repository locations for each of the Dependencies.</p><table border="0" class="bodyTable"><tr class="a"><th>Artifact</th><th>apache.snapshots</th><th>central</th></tr><tr class="b"><td>junit:junit:jar:3.8.1</td><td>-</td><td><a class="externalLink" href="http://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr><tr class="a"><th>Total</th><th>apache.snapshots</th><th>central</th></tr><tr class="b"><td>1 (test: 1)</td><td>0</td><td>1
 </td></tr></table></div>
       </div>
     </div>
     <div class="clear">
       <hr/>
     </div>
     <div id="footer">
-      <div class="center">Copyright &#169;                    2002-2012
+      <div class="center">Copyright &#169;                    2002-2013
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: websites/production/commons/content/proper/commons-daemon/distribution-management.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/distribution-management.html (original)
+++ websites/production/commons/content/proper/commons-daemon/distribution-management.html Thu Feb 14 14:19:42 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Nov 22, 2012 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Feb 6, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20121122" />
+    <meta name="Date-Revision-yyyymmdd" content="20130206" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,8 +40,8 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 22 November 2012</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.0.11</span>
+        <span id="publishDate">Last Published: 06 February 2013</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.13</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
             |
@@ -211,14 +211,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>The following is the distribution management information used by this project.</p><div class="section"><h3>Repository - apache.snapshots<a name="Repository_-_apache.snapshots"></a></h3><a name="Repository_-_apache.snapshots"></a><p>scp://people.apache.org/www/people.apache.org/builds/commons/daemon/1.0.11/RC1/staged</p></div><div class="section"><h3>Snapshot Repository - apache.snapshots.https<a name="Snapshot_Repository_-_apache.snapshots.https"></a></h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div></div>
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>The following is the distribution management information used by this project.</p><div class="section"><h3>Repository - apache.releases.https<a name="Repository_-_apache.releases.https"></a></h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div><div class="section"><h3>Snapshot Repository - apache.snapshots.https<a name="Snapshot_Repository_-_apache.snapshots.https"></a></h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div></div>
       </div>
     </div>
     <div class="clear">
       <hr/>
     </div>
     <div id="footer">
-      <div class="center">Copyright &#169;                    2002-2012
+      <div class="center">Copyright &#169;                    2002-2013
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.