You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2013/04/29 08:01:54 UTC

svn commit: r860268 [33/36] - in /websites/production/turbine/content: ./ meta/ meta/images/ meta/images/logos/ meta/style/ stratum/ stratum/apidocs/ stratum/apidocs/org/ stratum/apidocs/org/apache/ stratum/apidocs/org/apache/stratum/ stratum/apidocs/o...

Added: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/ThreadPoolConfig.html
==============================================================================
--- websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/ThreadPoolConfig.html (added)
+++ websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/ThreadPoolConfig.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,139 @@
+<!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" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>ThreadPoolConfig xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/org/apache/stratum/scheduler/ThreadPoolConfig.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1">1</a>   <strong>package</strong> <a href="../../../../org/apache/stratum/scheduler/package-summary.html">org.apache.stratum.scheduler</a>;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <em class="comment">/*</em>
+<a name="4" href="#4">4</a>   <em class="comment"> * Copyright 2001-2005 The Apache Software Foundation or its licensors,</em>
+<a name="5" href="#5">5</a>   <em class="comment"> * as applicable.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *</em>
+<a name="7" href="#7">7</a>   <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="8" href="#8">8</a>   <em class="comment"> * you may not use this file except in compliance with the License.</em>
+<a name="9" href="#9">9</a>   <em class="comment"> * You may obtain a copy of the License at</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="12" href="#12">12</a>  <em class="comment"> *</em>
+<a name="13" href="#13">13</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="14" href="#14">14</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="15" href="#15">15</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="16" href="#16">16</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
+<a name="17" href="#17">17</a>  <em class="comment"> * limitations under the License.</em>
+<a name="18" href="#18">18</a>  <em class="comment"> */</em>
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <em>/**<em>*</em></em>
+<a name="21" href="#21">21</a>  <em> * This bean represents the settings used to assign thread pool properties for use in the Quartz scheduler.</em>
+<a name="22" href="#22">22</a>  <em> *</em>
+<a name="23" href="#23">23</a>  <em> * @author &lt;a href="<a href="mailto:john@zenplex.com" target="alexandria_uri">mailto:john@zenplex.com</a>">John Thorhauer&lt;/a></em>
+<a name="24" href="#24">24</a>  <em> * @version $Id: ThreadPoolConfig.java 264191 2005-08-29 18:07:52Z henning $</em>
+<a name="25" href="#25">25</a>  <em> */</em>
+<a name="26" href="#26">26</a>  <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/stratum/scheduler/ThreadPoolConfig.html">ThreadPoolConfig</a>
+<a name="27" href="#27">27</a>  {
+<a name="28" href="#28">28</a>      <em>/**<em>* The loggername used by the Quartz threadpool */</em></em>
+<a name="29" href="#29">29</a>      <strong>private</strong> String loggerName;
+<a name="30" href="#30">30</a>  
+<a name="31" href="#31">31</a>      <em>/**<em>* The classname used by the Quartz threadpool */</em></em>
+<a name="32" href="#32">32</a>      <strong>private</strong> String className;
+<a name="33" href="#33">33</a>  
+<a name="34" href="#34">34</a>      <em>/**<em>* The threadcount used by the Quartz threadpool */</em></em>
+<a name="35" href="#35">35</a>      <strong>private</strong> String threadCount;
+<a name="36" href="#36">36</a>  
+<a name="37" href="#37">37</a>      <em>/**<em>* The thread priority used by the Quartz threadpool */</em></em>
+<a name="38" href="#38">38</a>      <strong>private</strong> String threadPriority;
+<a name="39" href="#39">39</a>  
+<a name="40" href="#40">40</a>      <em>/**<em>*</em></em>
+<a name="41" href="#41">41</a>  <em>     * Default contructor</em>
+<a name="42" href="#42">42</a>  <em>     */</em>
+<a name="43" href="#43">43</a>      <strong>public</strong> <a href="../../../../org/apache/stratum/scheduler/ThreadPoolConfig.html">ThreadPoolConfig</a>()
+<a name="44" href="#44">44</a>      {
+<a name="45" href="#45">45</a>      }
+<a name="46" href="#46">46</a>  
+<a name="47" href="#47">47</a>      <em>/**<em>*</em></em>
+<a name="48" href="#48">48</a>  <em>     * This is the reference name of the logger that has been registered with Quartz that will be used by the Quartz threadpool.</em>
+<a name="49" href="#49">49</a>  <em>     *</em>
+<a name="50" href="#50">50</a>  <em>     * @param s logger name</em>
+<a name="51" href="#51">51</a>  <em>     */</em>
+<a name="52" href="#52">52</a>      <strong>public</strong> <strong>void</strong> setLoggerName(String s)
+<a name="53" href="#53">53</a>      {
+<a name="54" href="#54">54</a>          <strong>this</strong>.loggerName = s;
+<a name="55" href="#55">55</a>      }
+<a name="56" href="#56">56</a>  
+<a name="57" href="#57">57</a>      <em>/**<em>*</em></em>
+<a name="58" href="#58">58</a>  <em>     * DOCUMENT ME!</em>
+<a name="59" href="#59">59</a>  <em>     *</em>
+<a name="60" href="#60">60</a>  <em>     * @return the name of the logger for the threadpool</em>
+<a name="61" href="#61">61</a>  <em>     */</em>
+<a name="62" href="#62">62</a>      <strong>public</strong> String getLoggerName()
+<a name="63" href="#63">63</a>      {
+<a name="64" href="#64">64</a>          <strong>return</strong> <strong>this</strong>.loggerName;
+<a name="65" href="#65">65</a>      }
+<a name="66" href="#66">66</a>  
+<a name="67" href="#67">67</a>      <em>/**<em>*</em></em>
+<a name="68" href="#68">68</a>  <em>     * This is the full package/class name of the class used for the Quartz threadpool.</em>
+<a name="69" href="#69">69</a>  <em>     *</em>
+<a name="70" href="#70">70</a>  <em>     * @param s the full package/class name used for the threadpool</em>
+<a name="71" href="#71">71</a>  <em>     */</em>
+<a name="72" href="#72">72</a>      <strong>public</strong> <strong>void</strong> setClassName(String s)
+<a name="73" href="#73">73</a>      {
+<a name="74" href="#74">74</a>          <strong>this</strong>.className = s;
+<a name="75" href="#75">75</a>      }
+<a name="76" href="#76">76</a>  
+<a name="77" href="#77">77</a>      <em>/**<em>*</em></em>
+<a name="78" href="#78">78</a>  <em>     * DOCUMENT ME!</em>
+<a name="79" href="#79">79</a>  <em>     *</em>
+<a name="80" href="#80">80</a>  <em>     * @return the full package/class name used for the threadpool</em>
+<a name="81" href="#81">81</a>  <em>     */</em>
+<a name="82" href="#82">82</a>      <strong>public</strong> String getClassName()
+<a name="83" href="#83">83</a>      {
+<a name="84" href="#84">84</a>          <strong>return</strong> <strong>this</strong>.className;
+<a name="85" href="#85">85</a>      }
+<a name="86" href="#86">86</a>  
+<a name="87" href="#87">87</a>      <em>/**<em>*</em></em>
+<a name="88" href="#88">88</a>  <em>     * This is the thread count used for the Quartz threadpool.</em>
+<a name="89" href="#89">89</a>  <em>     *</em>
+<a name="90" href="#90">90</a>  <em>     * @param s the thread count used for the Quartz threadpool.</em>
+<a name="91" href="#91">91</a>  <em>     */</em>
+<a name="92" href="#92">92</a>      <strong>public</strong> <strong>void</strong> setThreadCount(String s)
+<a name="93" href="#93">93</a>      {
+<a name="94" href="#94">94</a>          <strong>this</strong>.threadCount = s;
+<a name="95" href="#95">95</a>      }
+<a name="96" href="#96">96</a>  
+<a name="97" href="#97">97</a>      <em>/**<em>*</em></em>
+<a name="98" href="#98">98</a>  <em>     * DOCUMENT ME!</em>
+<a name="99" href="#99">99</a>  <em>     *</em>
+<a name="100" href="#100">100</a> <em>     * @return the thread count used for the Quartz threadpool.</em>
+<a name="101" href="#101">101</a> <em>     */</em>
+<a name="102" href="#102">102</a>     <strong>public</strong> String getThreadCount()
+<a name="103" href="#103">103</a>     {
+<a name="104" href="#104">104</a>         <strong>return</strong> <strong>this</strong>.threadCount;
+<a name="105" href="#105">105</a>     }
+<a name="106" href="#106">106</a> 
+<a name="107" href="#107">107</a>     <em>/**<em>*</em></em>
+<a name="108" href="#108">108</a> <em>     * This is the thread priority used for the Quartz threadpool.</em>
+<a name="109" href="#109">109</a> <em>     *</em>
+<a name="110" href="#110">110</a> <em>     * @param s the thread priority for the Quartz threadpool.</em>
+<a name="111" href="#111">111</a> <em>     */</em>
+<a name="112" href="#112">112</a>     <strong>public</strong> <strong>void</strong> setThreadPriority(String s)
+<a name="113" href="#113">113</a>     {
+<a name="114" href="#114">114</a>         <strong>this</strong>.threadPriority = s;
+<a name="115" href="#115">115</a>     }
+<a name="116" href="#116">116</a> 
+<a name="117" href="#117">117</a>     <em>/**<em>*</em></em>
+<a name="118" href="#118">118</a> <em>     * DOCUMENT ME!</em>
+<a name="119" href="#119">119</a> <em>     *</em>
+<a name="120" href="#120">120</a> <em>     * @return the thread priority used for the Quartz threadpool.</em>
+<a name="121" href="#121">121</a> <em>     */</em>
+<a name="122" href="#122">122</a>     <strong>public</strong> String getThreadPriority()
+<a name="123" href="#123">123</a>     {
+<a name="124" href="#124">124</a>         <strong>return</strong> <strong>this</strong>.threadPriority;
+<a name="125" href="#125">125</a>     }
+<a name="126" href="#126">126</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/ThreadPoolConfig.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/ThreadPoolConfig.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/TriggerConfig.html
==============================================================================
--- websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/TriggerConfig.html (added)
+++ websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/TriggerConfig.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,331 @@
+<!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" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TriggerConfig xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/org/apache/stratum/scheduler/TriggerConfig.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1">1</a>   <strong>package</strong> <a href="../../../../org/apache/stratum/scheduler/package-summary.html">org.apache.stratum.scheduler</a>;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <em class="comment">/*</em>
+<a name="4" href="#4">4</a>   <em class="comment"> * Copyright 2001-2005 The Apache Software Foundation or its licensors,</em>
+<a name="5" href="#5">5</a>   <em class="comment"> * as applicable.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *</em>
+<a name="7" href="#7">7</a>   <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="8" href="#8">8</a>   <em class="comment"> * you may not use this file except in compliance with the License.</em>
+<a name="9" href="#9">9</a>   <em class="comment"> * You may obtain a copy of the License at</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="12" href="#12">12</a>  <em class="comment"> *</em>
+<a name="13" href="#13">13</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="14" href="#14">14</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="15" href="#15">15</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="16" href="#16">16</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
+<a name="17" href="#17">17</a>  <em class="comment"> * limitations under the License.</em>
+<a name="18" href="#18">18</a>  <em class="comment"> */</em>
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <em>/**<em>*</em></em>
+<a name="21" href="#21">21</a>  <em> * This bean represents the settings used to create a Trigger object for use in the Quartz scheduler</em>
+<a name="22" href="#22">22</a>  <em> * &lt;pre></em>
+<a name="23" href="#23">23</a>  <em> *  This trigger is a Quartz trigger that uses a "Cron-Expression" which</em>
+<a name="24" href="#24">24</a>  <em> *  is a string comprised of 6 fields separated by white space. The 6</em>
+<a name="25" href="#25">25</a>  <em> *  fields are as follows:</em>
+<a name="26" href="#26">26</a>  <em> *   Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="27" href="#27">27</a>  <em> *  seconds      0-59             , - * /</em>
+<a name="28" href="#28">28</a>  <em> *  minutes      0-59             , - * /</em>
+<a name="29" href="#29">29</a>  <em> *  hours        0-23             , - * /</em>
+<a name="30" href="#30">30</a>  <em> *  dayOfMonth   0-31             , - * ? / L C</em>
+<a name="31" href="#31">31</a>  <em> *  month        1-12 or JAN-DEC  , - * /</em>
+<a name="32" href="#32">32</a>  <em> *  dayOfWeek    1-7 or SUN-SAT   , - * ? / L C</em>
+<a name="33" href="#33">33</a>  <em> *    -The '*' character is used to specify all values. For example, "*" in</em>
+<a name="34" href="#34">34</a>  <em> *    the minute field means "every minute".</em>
+<a name="35" href="#35">35</a>  <em> *    -The '?' character is allowed for the day-of-month and day-of-week</em>
+<a name="36" href="#36">36</a>  <em> *    fields. It is used to specify 'no specific value'. This is useful when</em>
+<a name="37" href="#37">37</a>  <em> *    you need to specify something in one of the two fileds, but not the</em>
+<a name="38" href="#38">38</a>  <em> *    other. See the examples below for clarification.</em>
+<a name="39" href="#39">39</a>  <em> *    -The '-' character is used to specify ranges For example "10-12" in</em>
+<a name="40" href="#40">40</a>  <em> *    the hour field means "the hours 10, 11 and 12".</em>
+<a name="41" href="#41">41</a>  <em> *    -The ',' character is used to specify additional values. For example</em>
+<a name="42" href="#42">42</a>  <em> *    "MON,WED,FRI" in the day-of-week field means "the days Monday,</em>
+<a name="43" href="#43">43</a>  <em> *    Wednesday, and Friday".</em>
+<a name="44" href="#44">44</a>  <em> *    -The '/' character is used to specify increments. For example "0/15"</em>
+<a name="45" href="#45">45</a>  <em> *    in the seconds field means "the seconds 0, 15, 30, and 45". And "5/15"</em>
+<a name="46" href="#46">46</a>  <em> *    in the seconds field means "the seconds 5, 20, 35, and 50". You can \</em>
+<a name="47" href="#47">47</a>  <em> *    also specify '/' after the '*' character - in this case '*' is</em>
+<a name="48" href="#48">48</a>  <em> *    equivalent to having '0' before the '/'.</em>
+<a name="49" href="#49">49</a>  <em> *    -The 'L' character is allowed for the day-of-month and day-of-week</em>
+<a name="50" href="#50">50</a>  <em> *    fields. This character is short-hand for "last", but it has different</em>
+<a name="51" href="#51">51</a>  <em> *    meaning in each of the two fields. For example, the value "L" in the</em>
+<a name="52" href="#52">52</a>  <em> *    day-of-month field means "the last day of the month" - day 31 for</em>
+<a name="53" href="#53">53</a>  <em> *    January, day 28 for February on non-leap years. If used in the</em>
+<a name="54" href="#54">54</a>  <em> *    day-of-week field by itself, it simply means "7" or "SAT". But if</em>
+<a name="55" href="#55">55</a>  <em> *    used in the day-of-week field after another value, it means "the</em>
+<a name="56" href="#56">56</a>  <em> *    last xxx day of the month" - for example "6L" or "FRIL" both mean</em>
+<a name="57" href="#57">57</a>  <em> *    "the last friday of the month". When using the 'L' option, it is</em>
+<a name="58" href="#58">58</a>  <em> *    important not to specify lists, or ranges of values, as you'll get</em>
+<a name="59" href="#59">59</a>  <em> *    confusing results.</em>
+<a name="60" href="#60">60</a>  <em> *    -The 'C' character is allowed for the day-of-month and day-of-week</em>
+<a name="61" href="#61">61</a>  <em> *    fields. This character is short-hand for "calendar". This means values</em>
+<a name="62" href="#62">62</a>  <em> *    are calculated against the associated calendar, if any. If no calendar</em>
+<a name="63" href="#63">63</a>  <em> *    is associated, then it is equivalent to having an all-inclusive</em>
+<a name="64" href="#64">64</a>  <em> *    calendar. A value of "5C" in the day-of-month field means "the first</em>
+<a name="65" href="#65">65</a>  <em> *    day included by the calendar on or after the 5th". A value of "1C" in</em>
+<a name="66" href="#66">66</a>  <em> *    the day-of-week field means "the first day included by the calendar on</em>
+<a name="67" href="#67">67</a>  <em> *    or after sunday".</em>
+<a name="68" href="#68">68</a>  <em> * &lt;/pre></em>
+<a name="69" href="#69">69</a>  <em> *</em>
+<a name="70" href="#70">70</a>  <em> * @author &lt;a href="<a href="mailto:john@zenplex.com" target="alexandria_uri">mailto:john@zenplex.com</a>">John Thorhauer&lt;/a></em>
+<a name="71" href="#71">71</a>  <em> * @version $Id: TriggerConfig.java 264191 2005-08-29 18:07:52Z henning $</em>
+<a name="72" href="#72">72</a>  <em> */</em>
+<a name="73" href="#73">73</a>  <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/stratum/scheduler/TriggerConfig.html">TriggerConfig</a>
+<a name="74" href="#74">74</a>  {
+<a name="75" href="#75">75</a>      <em>/**<em>* The name of the trigger */</em></em>
+<a name="76" href="#76">76</a>      <strong>private</strong> String name;
+<a name="77" href="#77">77</a>  
+<a name="78" href="#78">78</a>      <em>/**<em>* The name of the job to associate with this this trigger. */</em></em>
+<a name="79" href="#79">79</a>      <strong>private</strong> String jobName;
+<a name="80" href="#80">80</a>  
+<a name="81" href="#81">81</a>      <em>/**<em>* The name of the group to associate this trigger with */</em></em>
+<a name="82" href="#82">82</a>      <strong>private</strong> String group;
+<a name="83" href="#83">83</a>  
+<a name="84" href="#84">84</a>      <em>/**<em>*  */</em></em>
+<a name="85" href="#85">85</a>  
+<a name="86" href="#86">86</a>      <em>/**<em>* TODO: DOCUMENT ME! */</em></em>
+<a name="87" href="#87">87</a>      <strong>private</strong> String seconds = <span class="string">"*"</span>;
+<a name="88" href="#88">88</a>  
+<a name="89" href="#89">89</a>      <em>/**<em>*  */</em></em>
+<a name="90" href="#90">90</a>  
+<a name="91" href="#91">91</a>      <em>/**<em>* TODO: DOCUMENT ME! */</em></em>
+<a name="92" href="#92">92</a>      <strong>private</strong> String minutes = <span class="string">"*"</span>;
+<a name="93" href="#93">93</a>  
+<a name="94" href="#94">94</a>      <em>/**<em>*  */</em></em>
+<a name="95" href="#95">95</a>  
+<a name="96" href="#96">96</a>      <em>/**<em>* TODO: DOCUMENT ME! */</em></em>
+<a name="97" href="#97">97</a>      <strong>private</strong> String hours = <span class="string">"*"</span>;
+<a name="98" href="#98">98</a>  
+<a name="99" href="#99">99</a>      <em>/**<em>*  */</em></em>
+<a name="100" href="#100">100</a> 
+<a name="101" href="#101">101</a>     <em>/**<em>* TODO: DOCUMENT ME! */</em></em>
+<a name="102" href="#102">102</a>     <strong>private</strong> String dayOfMonth = <span class="string">"*"</span>;
+<a name="103" href="#103">103</a> 
+<a name="104" href="#104">104</a>     <em>/**<em>*  */</em></em>
+<a name="105" href="#105">105</a> 
+<a name="106" href="#106">106</a>     <em>/**<em>* TODO: DOCUMENT ME! */</em></em>
+<a name="107" href="#107">107</a>     <strong>private</strong> String month = <span class="string">"*"</span>;
+<a name="108" href="#108">108</a> 
+<a name="109" href="#109">109</a>     <em>/**<em>*  */</em></em>
+<a name="110" href="#110">110</a> 
+<a name="111" href="#111">111</a>     <em>/**<em>* TODO: DOCUMENT ME! */</em></em>
+<a name="112" href="#112">112</a>     <strong>private</strong> String dayOfWeek = <span class="string">"*"</span>;
+<a name="113" href="#113">113</a> 
+<a name="114" href="#114">114</a>     <em>/**<em>*</em></em>
+<a name="115" href="#115">115</a> <em>     * Default contructor</em>
+<a name="116" href="#116">116</a> <em>     */</em>
+<a name="117" href="#117">117</a>     <strong>public</strong> <a href="../../../../org/apache/stratum/scheduler/TriggerConfig.html">TriggerConfig</a>()
+<a name="118" href="#118">118</a>     {
+<a name="119" href="#119">119</a>     }
+<a name="120" href="#120">120</a> 
+<a name="121" href="#121">121</a>     <em>/**<em>*</em></em>
+<a name="122" href="#122">122</a> <em>     * This is the name of the trigger</em>
+<a name="123" href="#123">123</a> <em>     *</em>
+<a name="124" href="#124">124</a> <em>     * @param s trigger name</em>
+<a name="125" href="#125">125</a> <em>     */</em>
+<a name="126" href="#126">126</a>     <strong>public</strong> <strong>void</strong> setName(String s)
+<a name="127" href="#127">127</a>     {
+<a name="128" href="#128">128</a>         <strong>this</strong>.name = s;
+<a name="129" href="#129">129</a>     }
+<a name="130" href="#130">130</a> 
+<a name="131" href="#131">131</a>     <em>/**<em>*</em></em>
+<a name="132" href="#132">132</a> <em>     * DOCUMENT ME!</em>
+<a name="133" href="#133">133</a> <em>     *</em>
+<a name="134" href="#134">134</a> <em>     * @return the name of the trigger</em>
+<a name="135" href="#135">135</a> <em>     */</em>
+<a name="136" href="#136">136</a>     <strong>public</strong> String getName()
+<a name="137" href="#137">137</a>     {
+<a name="138" href="#138">138</a>         <strong>return</strong> <strong>this</strong>.name;
+<a name="139" href="#139">139</a>     }
+<a name="140" href="#140">140</a> 
+<a name="141" href="#141">141</a>     <em>/**<em>*</em></em>
+<a name="142" href="#142">142</a> <em>     * This is the name of group that the trigger is associated with</em>
+<a name="143" href="#143">143</a> <em>     *</em>
+<a name="144" href="#144">144</a> <em>     * @param s group name</em>
+<a name="145" href="#145">145</a> <em>     */</em>
+<a name="146" href="#146">146</a>     <strong>public</strong> <strong>void</strong> setGroup(String s)
+<a name="147" href="#147">147</a>     {
+<a name="148" href="#148">148</a>         <strong>this</strong>.group = s;
+<a name="149" href="#149">149</a>     }
+<a name="150" href="#150">150</a> 
+<a name="151" href="#151">151</a>     <em>/**<em>*</em></em>
+<a name="152" href="#152">152</a> <em>     * DOCUMENT ME!</em>
+<a name="153" href="#153">153</a> <em>     *</em>
+<a name="154" href="#154">154</a> <em>     * @return the group name</em>
+<a name="155" href="#155">155</a> <em>     */</em>
+<a name="156" href="#156">156</a>     <strong>public</strong> String getGroup()
+<a name="157" href="#157">157</a>     {
+<a name="158" href="#158">158</a>         <strong>return</strong> <strong>this</strong>.group;
+<a name="159" href="#159">159</a>     }
+<a name="160" href="#160">160</a> 
+<a name="161" href="#161">161</a>     <em>/**<em>*</em></em>
+<a name="162" href="#162">162</a> <em>     * This is the name of job that the trigger is associated with</em>
+<a name="163" href="#163">163</a> <em>     *</em>
+<a name="164" href="#164">164</a> <em>     * @param s job name</em>
+<a name="165" href="#165">165</a> <em>     */</em>
+<a name="166" href="#166">166</a>     <strong>public</strong> <strong>void</strong> setJobName(String s)
+<a name="167" href="#167">167</a>     {
+<a name="168" href="#168">168</a>         <strong>this</strong>.jobName = s;
+<a name="169" href="#169">169</a>     }
+<a name="170" href="#170">170</a> 
+<a name="171" href="#171">171</a>     <em>/**<em>*</em></em>
+<a name="172" href="#172">172</a> <em>     * DOCUMENT ME!</em>
+<a name="173" href="#173">173</a> <em>     *</em>
+<a name="174" href="#174">174</a> <em>     * @return the job name</em>
+<a name="175" href="#175">175</a> <em>     */</em>
+<a name="176" href="#176">176</a>     <strong>public</strong> String getJobName()
+<a name="177" href="#177">177</a>     {
+<a name="178" href="#178">178</a>         <strong>return</strong> <strong>this</strong>.jobName;
+<a name="179" href="#179">179</a>     }
+<a name="180" href="#180">180</a> 
+<a name="181" href="#181">181</a>     <em>/**<em>*</em></em>
+<a name="182" href="#182">182</a> <em>     * &lt;pre></em>
+<a name="183" href="#183">183</a> <em>     *  Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="184" href="#184">184</a> <em>     *  seconds      0-59             , - * /</em>
+<a name="185" href="#185">185</a> <em>     * &lt;/pre></em>
+<a name="186" href="#186">186</a> <em>     *</em>
+<a name="187" href="#187">187</a> <em>     * @param s seconds</em>
+<a name="188" href="#188">188</a> <em>     */</em>
+<a name="189" href="#189">189</a>     <strong>public</strong> <strong>void</strong> setSeconds(String s)
+<a name="190" href="#190">190</a>     {
+<a name="191" href="#191">191</a>         <strong>this</strong>.seconds = s;
+<a name="192" href="#192">192</a>     }
+<a name="193" href="#193">193</a> 
+<a name="194" href="#194">194</a>     <em>/**<em>*</em></em>
+<a name="195" href="#195">195</a> <em>     * DOCUMENT ME!</em>
+<a name="196" href="#196">196</a> <em>     *</em>
+<a name="197" href="#197">197</a> <em>     * @return seconds</em>
+<a name="198" href="#198">198</a> <em>     */</em>
+<a name="199" href="#199">199</a>     <strong>public</strong> String getSeconds()
+<a name="200" href="#200">200</a>     {
+<a name="201" href="#201">201</a>         <strong>return</strong> <strong>this</strong>.seconds;
+<a name="202" href="#202">202</a>     }
+<a name="203" href="#203">203</a> 
+<a name="204" href="#204">204</a>     <em>/**<em>*</em></em>
+<a name="205" href="#205">205</a> <em>     * &lt;pre></em>
+<a name="206" href="#206">206</a> <em>     *  Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="207" href="#207">207</a> <em>     *  minutes      0-59             , - * /</em>
+<a name="208" href="#208">208</a> <em>     * &lt;/pre></em>
+<a name="209" href="#209">209</a> <em>     *</em>
+<a name="210" href="#210">210</a> <em>     * @param s minutes</em>
+<a name="211" href="#211">211</a> <em>     */</em>
+<a name="212" href="#212">212</a>     <strong>public</strong> <strong>void</strong> setMinutes(String s)
+<a name="213" href="#213">213</a>     {
+<a name="214" href="#214">214</a>         <strong>this</strong>.minutes = s;
+<a name="215" href="#215">215</a>     }
+<a name="216" href="#216">216</a> 
+<a name="217" href="#217">217</a>     <em>/**<em>*</em></em>
+<a name="218" href="#218">218</a> <em>     * DOCUMENT ME!</em>
+<a name="219" href="#219">219</a> <em>     *</em>
+<a name="220" href="#220">220</a> <em>     * @return mintutes</em>
+<a name="221" href="#221">221</a> <em>     */</em>
+<a name="222" href="#222">222</a>     <strong>public</strong> String getMinutes()
+<a name="223" href="#223">223</a>     {
+<a name="224" href="#224">224</a>         <strong>return</strong> <strong>this</strong>.minutes;
+<a name="225" href="#225">225</a>     }
+<a name="226" href="#226">226</a> 
+<a name="227" href="#227">227</a>     <em>/**<em>*</em></em>
+<a name="228" href="#228">228</a> <em>     * &lt;pre></em>
+<a name="229" href="#229">229</a> <em>     *  Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="230" href="#230">230</a> <em>     *  hours        0-23             , - * /</em>
+<a name="231" href="#231">231</a> <em>     * &lt;/pre></em>
+<a name="232" href="#232">232</a> <em>     *</em>
+<a name="233" href="#233">233</a> <em>     * @param s hours</em>
+<a name="234" href="#234">234</a> <em>     */</em>
+<a name="235" href="#235">235</a>     <strong>public</strong> <strong>void</strong> setHours(String s)
+<a name="236" href="#236">236</a>     {
+<a name="237" href="#237">237</a>         <strong>this</strong>.hours = s;
+<a name="238" href="#238">238</a>     }
+<a name="239" href="#239">239</a> 
+<a name="240" href="#240">240</a>     <em>/**<em>*</em></em>
+<a name="241" href="#241">241</a> <em>     * DOCUMENT ME!</em>
+<a name="242" href="#242">242</a> <em>     *</em>
+<a name="243" href="#243">243</a> <em>     * @return hours</em>
+<a name="244" href="#244">244</a> <em>     */</em>
+<a name="245" href="#245">245</a>     <strong>public</strong> String getHours()
+<a name="246" href="#246">246</a>     {
+<a name="247" href="#247">247</a>         <strong>return</strong> <strong>this</strong>.hours;
+<a name="248" href="#248">248</a>     }
+<a name="249" href="#249">249</a> 
+<a name="250" href="#250">250</a>     <em>/**<em>*</em></em>
+<a name="251" href="#251">251</a> <em>     * &lt;pre></em>
+<a name="252" href="#252">252</a> <em>     *  Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="253" href="#253">253</a> <em>     *  dayOfMonth   0-31             , - * ? / L C</em>
+<a name="254" href="#254">254</a> <em>     * &lt;/pre></em>
+<a name="255" href="#255">255</a> <em>     *</em>
+<a name="256" href="#256">256</a> <em>     * @param s day of month</em>
+<a name="257" href="#257">257</a> <em>     */</em>
+<a name="258" href="#258">258</a>     <strong>public</strong> <strong>void</strong> setDayOfMonth(String s)
+<a name="259" href="#259">259</a>     {
+<a name="260" href="#260">260</a>         <strong>this</strong>.dayOfMonth = s;
+<a name="261" href="#261">261</a>     }
+<a name="262" href="#262">262</a> 
+<a name="263" href="#263">263</a>     <em>/**<em>*</em></em>
+<a name="264" href="#264">264</a> <em>     * DOCUMENT ME!</em>
+<a name="265" href="#265">265</a> <em>     *</em>
+<a name="266" href="#266">266</a> <em>     * @return day of month</em>
+<a name="267" href="#267">267</a> <em>     */</em>
+<a name="268" href="#268">268</a>     <strong>public</strong> String getDayOfMonth()
+<a name="269" href="#269">269</a>     {
+<a name="270" href="#270">270</a>         <strong>return</strong> <strong>this</strong>.dayOfMonth;
+<a name="271" href="#271">271</a>     }
+<a name="272" href="#272">272</a> 
+<a name="273" href="#273">273</a>     <em>/**<em>*</em></em>
+<a name="274" href="#274">274</a> <em>     * &lt;pre></em>
+<a name="275" href="#275">275</a> <em>     *  Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="276" href="#276">276</a> <em>     *  month        1-12 or JAN-DEC  , - * /</em>
+<a name="277" href="#277">277</a> <em>     * &lt;/pre></em>
+<a name="278" href="#278">278</a> <em>     *</em>
+<a name="279" href="#279">279</a> <em>     * @param s month</em>
+<a name="280" href="#280">280</a> <em>     */</em>
+<a name="281" href="#281">281</a>     <strong>public</strong> <strong>void</strong> setMonth(String s)
+<a name="282" href="#282">282</a>     {
+<a name="283" href="#283">283</a>         <strong>this</strong>.month = s;
+<a name="284" href="#284">284</a>     }
+<a name="285" href="#285">285</a> 
+<a name="286" href="#286">286</a>     <em>/**<em>*</em></em>
+<a name="287" href="#287">287</a> <em>     * DOCUMENT ME!</em>
+<a name="288" href="#288">288</a> <em>     *</em>
+<a name="289" href="#289">289</a> <em>     * @return month</em>
+<a name="290" href="#290">290</a> <em>     */</em>
+<a name="291" href="#291">291</a>     <strong>public</strong> String getMonth()
+<a name="292" href="#292">292</a>     {
+<a name="293" href="#293">293</a>         <strong>return</strong> <strong>this</strong>.month;
+<a name="294" href="#294">294</a>     }
+<a name="295" href="#295">295</a> 
+<a name="296" href="#296">296</a>     <em>/**<em>*</em></em>
+<a name="297" href="#297">297</a> <em>     * &lt;pre></em>
+<a name="298" href="#298">298</a> <em>     *  Field Name   Allowed Values   Allowed Special Characters</em>
+<a name="299" href="#299">299</a> <em>     *  dayOfWeek    1-7 or SUN-SAT   , - * ? / L C</em>
+<a name="300" href="#300">300</a> <em>     * &lt;/pre></em>
+<a name="301" href="#301">301</a> <em>     *</em>
+<a name="302" href="#302">302</a> <em>     * @param s day of the week</em>
+<a name="303" href="#303">303</a> <em>     */</em>
+<a name="304" href="#304">304</a>     <strong>public</strong> <strong>void</strong> setDayOfWeek(String s)
+<a name="305" href="#305">305</a>     {
+<a name="306" href="#306">306</a>         <strong>this</strong>.dayOfWeek = s;
+<a name="307" href="#307">307</a>     }
+<a name="308" href="#308">308</a> 
+<a name="309" href="#309">309</a>     <em>/**<em>*</em></em>
+<a name="310" href="#310">310</a> <em>     * DOCUMENT ME!</em>
+<a name="311" href="#311">311</a> <em>     *</em>
+<a name="312" href="#312">312</a> <em>     * @return day of the week</em>
+<a name="313" href="#313">313</a> <em>     */</em>
+<a name="314" href="#314">314</a>     <strong>public</strong> String getDayOfWeek()
+<a name="315" href="#315">315</a>     {
+<a name="316" href="#316">316</a>         <strong>return</strong> <strong>this</strong>.dayOfWeek;
+<a name="317" href="#317">317</a>     }
+<a name="318" href="#318">318</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/TriggerConfig.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/TriggerConfig.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-frame.html
==============================================================================
--- websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-frame.html (added)
+++ websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-frame.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,47 @@
+
+
+  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+  <html lang="en">
+    <head>
+      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+      <title>jakarta-turbine-stratum 1.0 Reference Package org.apache.stratum.scheduler</title>
+      <link rel="stylesheet" href="../../../../stylesheet.css" type="text/css" title="style"></link>
+    </head>
+    <body>
+
+      <h3>
+        <a href="package-summary.html" target="classFrame">org.apache.stratum.scheduler</a>
+      </h3>
+
+      <h3>Classes</h3>
+
+      <ul>
+        
+          <li>
+            <a href="JobConfig.html" target="classFrame">JobConfig</a>
+          </li>
+        
+          <li>
+            <a href="JobStoreConfig.html" target="classFrame">JobStoreConfig</a>
+          </li>
+        
+          <li>
+            <a href="Scheduler.html" target="classFrame">Scheduler</a>
+          </li>
+        
+          <li>
+            <a href="SchedulerConfig.html" target="classFrame">SchedulerConfig</a>
+          </li>
+        
+          <li>
+            <a href="ThreadPoolConfig.html" target="classFrame">ThreadPoolConfig</a>
+          </li>
+        
+          <li>
+            <a href="TriggerConfig.html" target="classFrame">TriggerConfig</a>
+          </li>
+        
+      </ul>
+
+    </body>
+  </html>

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-frame.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-frame.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-summary.html
==============================================================================
--- websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-summary.html (added)
+++ websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-summary.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,132 @@
+
+
+  
+
+  
+    
+
+    
+
+    
+
+  
+      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+      <html lang="en">
+        <head>
+          <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+          <title>jakarta-turbine-stratum 1.0 Reference Package </title>
+          <link rel="stylesheet" href="../../../../stylesheet.css" type="text/css" title="style"></link>
+        </head>
+        <body>
+
+          
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li>
+            <a href="../../../../overview-summary.html">Overview</a>
+          </li>
+          <li class="selected">Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="../../../../index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="package-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+
+    
+      
+      <h2>Package org.apache.stratum.scheduler</h2>
+
+      <table class="summary">
+        <thead>
+          <tr>
+            <th>Class Summary</th>
+          </tr>
+        </thead>
+
+        <tbody>
+          
+            <tr>
+              <td>
+                <a href="JobConfig.html" target="classFrame">JobConfig</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="JobStoreConfig.html" target="classFrame">JobStoreConfig</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="Scheduler.html" target="classFrame">Scheduler</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="SchedulerConfig.html" target="classFrame">SchedulerConfig</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="ThreadPoolConfig.html" target="classFrame">ThreadPoolConfig</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TriggerConfig.html" target="classFrame">TriggerConfig</a>
+              </td>
+            </tr>
+          
+        </tbody>
+      </table>
+
+    
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li>
+            <a href="../../../../overview-summary.html">Overview</a>
+          </li>
+          <li class="selected">Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="../../../../index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="package-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+
+    
+    
+
+          <hr></hr>
+
+          Copyright &copy; 2002-2005 Apache Software Foundation. All Rights Reserved.
+        </body>
+      </html>
+    

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-summary.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/org/apache/stratum/scheduler/package-summary.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/stratum/xref/overview-frame.html
==============================================================================
--- websites/production/turbine/content/stratum/xref/overview-frame.html (added)
+++ websites/production/turbine/content/stratum/xref/overview-frame.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,43 @@
+
+
+  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+  <html lang="en">
+    <head>
+      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+      <title>jakarta-turbine-stratum 1.0 Reference</title>
+      <link rel="stylesheet" href="stylesheet.css" type="text/css" title="style"></link>
+    </head>
+    <body>
+
+      <h3>
+        <a href="allclasses-frame.html" target="packageFrame">All Classes</a>
+      </h3>
+
+      <h3>Packages</h3>
+
+      <ul>
+        
+          <li>
+            <a href="org/apache/stratum/component/package-frame.html" target="packageFrame">org.apache.stratum.component</a>
+          </li>
+        
+          <li>
+            <a href="org/apache/stratum/lifecycle/package-frame.html" target="packageFrame">org.apache.stratum.lifecycle</a>
+          </li>
+        
+          <li>
+            <a href="org/apache/stratum/messenger/package-frame.html" target="packageFrame">org.apache.stratum.messenger</a>
+          </li>
+        
+          <li>
+            <a href="org/apache/stratum/ojb/package-frame.html" target="packageFrame">org.apache.stratum.ojb</a>
+          </li>
+        
+          <li>
+            <a href="org/apache/stratum/scheduler/package-frame.html" target="packageFrame">org.apache.stratum.scheduler</a>
+          </li>
+        
+      </ul>
+
+    </body>
+  </html>

Propchange: websites/production/turbine/content/stratum/xref/overview-frame.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/overview-frame.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/stratum/xref/overview-summary.html
==============================================================================
--- websites/production/turbine/content/stratum/xref/overview-summary.html (added)
+++ websites/production/turbine/content/stratum/xref/overview-summary.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,118 @@
+
+
+  
+
+  
+    
+
+    
+
+    
+  
+      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+      <html lang="en">
+        <head>
+          <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+          <title>jakarta-turbine-stratum 1.0 Reference</title>
+          <link rel="stylesheet" href="stylesheet.css" type="text/css" title="style"></link>
+        </head>
+        <body>
+
+          
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li class="selected">Overview</li>
+          <li>Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="overview-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+    
+      
+
+      <h2>jakarta-turbine-stratum 1.0 Reference</h2>
+
+      <table class="summary">
+        <thead>
+          <tr>
+            <th>Packages</th>
+          </tr>
+        </thead>
+
+        <tbody>
+          
+            <tr>
+              <td>
+                <a href="org/apache/stratum/component/package-summary.html">org.apache.stratum.component</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="org/apache/stratum/lifecycle/package-summary.html">org.apache.stratum.lifecycle</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="org/apache/stratum/messenger/package-summary.html">org.apache.stratum.messenger</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="org/apache/stratum/ojb/package-summary.html">org.apache.stratum.ojb</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="org/apache/stratum/scheduler/package-summary.html">org.apache.stratum.scheduler</a>
+              </td>
+            </tr>
+          
+        </tbody>
+      </table>
+
+    
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li class="selected">Overview</li>
+          <li>Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="overview-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+    
+    
+          <hr></hr>
+          Copyright &copy; 2002-2005 Apache Software Foundation. All Rights Reserved.
+        </body>
+      </html>
+    

Propchange: websites/production/turbine/content/stratum/xref/overview-summary.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/overview-summary.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/stratum/xref/stylesheet.css
==============================================================================
--- websites/production/turbine/content/stratum/xref/stylesheet.css (added)
+++ websites/production/turbine/content/stratum/xref/stylesheet.css Mon Apr 29 06:01:27 2013
@@ -0,0 +1,96 @@
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the defaults  */
+body { 
+	background-color: #fff;
+	font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+ color: #00f;
+}
+a:visited {
+ color: #00a;
+}
+
+a:active, a:hover {
+ color: #f30 !important;
+}
+
+ul, li	{
+	list-style-type:none ;
+	margin:0;
+	padding:0;
+}
+
+table td{
+	padding: 3px;
+	border: 1px solid #000;
+}
+table{
+	width:100%;
+	border: 1px solid #000;
+	border-collapse: collapse;
+}
+
+div.overview {
+	background-color:#ddd;
+	padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+	display: inline;
+}
+div.framenoframe {
+	text-align: center;
+	font-size: x-small;
+}
+div.framenoframe li {
+	margin: 0 3px 0 3px;
+}
+div.overview li {
+	margin:3px 3px 0 3px;
+	padding: 4px;
+}
+li.selected {
+	background-color:#888;
+	color: #fff;
+	font-weight: bold;
+}
+
+table.summary {
+	margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+	font-weight: bold;
+	text-align: left;
+	padding: 3px;
+}
+table.summary th{
+	background-color:#036;
+	color: #fff;
+}
+table.summary td{
+	background-color:#eee;
+	border: 1px solid black;
+}
+
+em {
+	color: #A00;
+}
+em.comment {
+	color: #390;
+}
+.string {
+	color: #009;
+}
+div#footer {
+	text-align:center;
+}
+#overview {
+	padding:2px;
+}
+            
+            
+hr {
+	height: 1px;
+	color: #000;
+}
\ No newline at end of file

Propchange: websites/production/turbine/content/stratum/xref/stylesheet.css
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/stratum/xref/stylesheet.css
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/tdk/activity-log.html
==============================================================================
--- websites/production/turbine/content/tdk/activity-log.html (added)
+++ websites/production/turbine/content/tdk/activity-log.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,238 @@
+  <!DOCTYPE html PUBLIC "-//CollabNet//DTD XHTML 1.0 Transitional//EN"
+      "http://www.collabnet.com/dtds/collabnet_transitional_10.dtd">
+
+  
+      
+    
+      
+  
+
+  <html>
+  
+    <head>
+              <title>Turbine Development Kit - Developer Activity Analysis</title>
+      
+      <style type="text/css">
+        @import url("./style/tigris.css");
+        @import url("./style/maven.css");
+      </style>
+      <script type="text/javascript">
+        if (document.layers) {
+          document.writeln('<link rel="stylesheet" type="text/css" href="./style/ns4_only.css" media="screen" /><link rel="stylesheet" type="text/css" href="./style/maven_ns4_only.css" media="screen" />')
+        }
+      </script>
+      <link rel="stylesheet" type="text/css" href="./style/print.css" media="print" />
+
+      
+    </head>
+
+    <body class="composite" marginwidth="0" marginheight="0">
+      <div id="banner">
+        <table border="0" cellspacing="0" cellpadding="8" width="100%">
+          <tr>
+            <td>
+                                          
+                
+                                
+                <a href="http://jakarta.apache.org/">
+                                  <img src="./images/jakarta-logo-blue.gif" align="left" alt="Apache Software Foundation" border="0" />
+                                </a>
+                          </td>
+            <td>
+              <div align="right" id="login">
+                                                
+                  
+                  <a href="http://jakarta.apache.org/turbine/tdk/">
+                                      <img src="./images/blue-logo.gif" align="right" alt="jakarta-turbine-tdk" border="0"/>
+                                    </a>
+                              </div>
+            </td>
+          </tr>
+        </table>
+      </div>
+
+      <div id="breadcrumbs">
+        <table border="0" cellspacing="0" cellpadding="4" width="100%">
+          <tr>
+                        <td>
+              Last published: 06 December 2002
+                          </td>
+                        <td> 
+                              <div align="right">
+                  <a href="http://jakarta.apache.org/turbine/">Turbine</a>
+         |           <a href="http://jakarta.apache.org/turbine/turbine-2/">Turbine-2</a>
+         |           <a href="http://jakarta.apache.org/turbine/turbine-3/">Turbine-3</a>
+         |           <a href="http://jakarta.apache.org/turbine/torque/">Torque</a>
+         |           <a href="http://jakarta.apache.org/turbine/fulcrum/">Fulcrum</a>
+         |           <a href="http://jakarta.apache.org/turbine/tdk/">TDK</a>
+         |           <a href="http://jakarta.apache.org/turbine/maven/">Maven</a>
+      </div>
+
+                          </td>
+          </tr>
+        </table>
+      </div>
+
+      <table border="0" cellspacing="0" cellpadding="8" width="100%" id="main">
+        <tr valign="top">
+          <td id="leftcol" width="20%">
+            <div id="navcolumn">
+              
+                                <div>
+    <strong>Essentials</strong>
+      <div>
+    <small>       <a href="./index.html">Overview</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./tdk-howto.html">Tutorial</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./application-testing.html">Application Testing</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./build.html">Building</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./todo.html">Todo</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./changes.html">Changes</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./contributors.html">TDK Contributors</a>
+   </small>
+    
+  </div>
+
+  </div>
+
+                        
+                            <div><strong>Project Documentation</strong>
+                <div><small><a href="./index.html">Front Page</a></small></div>
+                <div>
+                  <small><a href="./project-info.html">Project Info</a></small>
+                                                                                                                                                                                                        </div>
+                <div>
+                  <small><a href="./maven-reports.html">Project Reports</a></small>
+                                                                                                                                                <div><small><a href="./changes.html">Changes</a></small></div>
+                                                                  <div><small><a href="./changelog.html">Change Log</a></small></div>
+                      <div><small><a href="./activity-log.html">Developer Activity</a></small></div>
+                      <div><small><a href="./file-activity-report.html">File Activity</a></small></div>
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      </div>
+                                                <div><small><a href="http://jakarta.apache.org/turbine/maven/development-process.html">Development Process</a></small></div>
+                              </div>
+              
+            </div>
+          </td>
+          <td>
+            <div id="bodycol">
+                            <div class="app">
+                  <div class="h3">
+    <h3><a name="Activity by Developer">Activity by Developer</a></h3>
+    <p>
+      Timeframe: 30 days, 
+      Total Commits: 0,
+      Total Number of Files Changed: 0
+    </p>
+  <table cellpadding="3" cellspacing="2" border="1" width="100%">
+            <tr class="b">
+        <th 
+      >
+    Name  </th>
+  <th 
+      >
+    Number of Commits  </th>
+  <th 
+      >
+    Number of files changed  </th>
+
+  </tr>
+        <tr class="a"> 
+        <td 
+      >
+    Martin Poeschl  </td>
+  <td 
+      >
+    0  </td>
+  <td 
+      >
+    0  </td>
+
+  </tr>
+        <tr class="b">
+        <td 
+      >
+    Daniel Rall  </td>
+  <td 
+      >
+    0  </td>
+  <td 
+      >
+    0  </td>
+
+  </tr>
+        <tr class="a"> 
+        <td 
+      >
+    Jon Scott Stevens  </td>
+  <td 
+      >
+    0  </td>
+  <td 
+      >
+    0  </td>
+
+  </tr>
+        <tr class="b">
+        <td 
+      >
+    Jason van Zyl  </td>
+  <td 
+      >
+    0  </td>
+  <td 
+      >
+    0  </td>
+
+  </tr>
+
+  </table>
+
+  </div>
+
+                
+                
+                
+                
+                
+              </div>
+            </div>
+          </td>
+        </tr>
+      </table>
+
+      <div id="footer">
+        <table border="0" cellspacing="0" cellpadding="4">
+          <tr>
+            <td>
+                                                                  &copy; 2000-2002, Apache Software Foundation
+                                                  
+                          </td>
+                      </tr>
+        </table>
+      </div>
+
+    </body>
+  </html>

Propchange: websites/production/turbine/content/tdk/activity-log.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/tdk/activity-log.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/tdk/application-testing.html
==============================================================================
--- websites/production/turbine/content/tdk/application-testing.html (added)
+++ websites/production/turbine/content/tdk/application-testing.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,99 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Turbine Development Kit - Application Testing</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Jeffrey D. Brekke"></meta><meta name="email" content="brekke@apache.org"></meta></head><body class="composite"><div id="banner"><a href="http://jakarta.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="./images/jakarta.png"></img></a><a href="http://jakarta.apache.org/turbine/tdk/" id="projectLogo"><img alt="jakarta-turbine-tdk" src="./images/blue-logo.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 02 April 2004
+                  | Doc for 2.3</div><div class="xright">
+        
+        <a href="http://jakarta.apache.org/turbine/">Turbine</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/fulcrum/">Fulcrum</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/tdk/">TDK</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/jcs/">JCS</a>
+      </div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuEssentials"><h5>Essentials</h5><ul><li class="none"><a href="index.html">Overview</a></li><li class="none"><a href="tdk-howto.html">Tutorial</a></li><li class="none"><strong><a href="application-testing.html">Application Testing</a></strong></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About jakarta-turbine-tdk</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="secti
 on"><h2><a name="Application_Testing">Application Testing</a></h2><p>
+These samples are for testing your code which uses the Turbine
+framework. We take care not to involve testing Turbine itself, but more
+how to exercise your application code.  If you are looking for unit
+tests of the Turbine source code itself, this is the incorrect
+document. These are testing techniques for applications implemented
+with Turbine. The samples and techniques use various frameworks such as
+JUnit, HttpUnit, and Cactus.  A Reference section is provided with
+links to more information about the frameworks and techniques used in
+the sample code.
+</p><p>
+This document is very much a work in progress as the sample tests are
+directly taken from our code we are currently developing.  Hopefully
+this document will serve not only as a reference for starting to test
+your Turbine based applications, but a place to collect and document
+testing techniques the Turbine application developer may use.
+</p><p>
+Extreme Programming breaks testing into two parts, Developer Tests, and
+Customer Tests.  This document contains tips for both kinds of tests.
+Each one is slightly different so some explanation will be helpful.
+This is a very short, high level description of the test types.  More
+detailed information may be found in the reference section.
+</p><p>
+Developer Tests are unit tests written by the developers as the
+production code is written.  Another practice of Extreme Programming is
+Test-First Coding, where the test is written, fails, then the code is
+written to make it pass.  Developer Tests can be thought of as
+white-box testing.  Inspection of the state of the code in the unit
+under test is important in this type of testing.  All Developer Tests
+must be running at 100%, no failures, at all times.  JUnit is the
+framework used for these tests described here.
+</p><p>
+Customer Tests are more like black-box tests.  They test that the
+feature ( user story in XP-speak ) is functioning properly.  This type
+of test could also be thought of as end-to-end testing or system
+testing. If your application has a feature to generate a pdf report, a
+Customer Test may be: <i>Given inputs x and y, the pdf should look like
+z</i>.  We've generally used HttpUnit to simulate the user-agent
+accessing our web applications and verify its output.
+</p></div><div class="section"><h2><a name="Developer_Testing">Developer Testing</a></h2><UL>
+
+<LI>
+<a href="testing/standalone.html">
+<b>Tip:</b> Start Turbine in <i>standalone mode</i>
+</a>
+</LI>
+
+<LI>
+<a href="testing/usingmocks.html">
+<b>Tip:</b> Use mock objects for RunData and Context
+</a>
+</LI>
+
+<LI>
+<b>Tip:</b> Simple anonymous inner classes to mock objects
+</LI>
+
+</UL></div><div class="section"><h2><a name="Customer_Testing">Customer Testing</a></h2><UL>
+
+<LI>
+<b>Sample:</b> HttpUnit test case of a turbine application
+</LI>
+
+</UL></div><div class="section"><h2><a name="Reference">Reference</a></h2><UL>
+<li><a href="http://jakarta.apache.org/cactus">Cactus</a></li>
+<li><a href="http://www.easymock.org">EasyMock</a></li>
+<li><a href="http://httpunit.sourceforge.net">HttpUnit</a></li>
+<li><a href="http://www.junit.org">JUnit</a></li>
+<li><a href="http://www.mockobjects.com">Mock Objects</a></li>
+</UL></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2000-2004, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Propchange: websites/production/turbine/content/tdk/application-testing.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/tdk/application-testing.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/tdk/build.html
==============================================================================
--- websites/production/turbine/content/tdk/build.html (added)
+++ websites/production/turbine/content/tdk/build.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,72 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Turbine Development Kit - Turbine Development Kit</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Jason van Zyl"></meta><meta name="email" content="jvanzyl@periapt.com"></meta><meta name="author" content="Martin Poeschl"></meta><meta name="email" content="mpoeschl@marmot.at"></meta><meta name="author" content="Jon Stevens"></meta><meta name="email" content="jon@latchkey.com"></meta></head><body class="composite"><div id="banner"><a href="http://jakarta.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="./images/jakarta.png"></img></a><a href="http://jakarta.apache.org/turbine/tdk/" id="projectLogo"><img alt="jakarta-turbine-tdk" src="./images/blue-logo.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 02 April 2004
+                  | Doc for 2.3</div><div class="xright">
+        
+        <a href="http://jakarta.apache.org/turbine/">Turbine</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/fulcrum/">Fulcrum</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/tdk/">TDK</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/jcs/">JCS</a>
+      </div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuEssentials"><h5>Essentials</h5><ul><li class="none"><a href="index.html">Overview</a></li><li class="none"><a href="tdk-howto.html">Tutorial</a></li><li class="none"><a href="application-testing.html">Application Testing</a></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About jakarta-turbine-tdk</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><h2><a name="
 TDK_Developers:_Building_the_TDK">TDK Developers: Building the TDK</a></h2><p>
+    In order to successfully build the TDK, you will need to do the following.  In
+    the instructions below, $JAKARTA_HOME is assumed to be the directory into which
+    you are installing all of the required distributions.
+    </p></div><div class="section"><h2><a name="Build_requirements_to_download">Build requirements to download</a></h2>
+    <div class="source"><pre>
+    These are some notes for those attempt to build the TDK.
+    What is important is to keep track of what versions of
+    tools are used, so that one builder of the TDK doesn't
+    clobber what a previous builder has done. There aren't
+    very many people who build the TDK, but it should remain
+    consistent so that it can be tested and is reliable across
+    versions for users even though different versions of the
+    TDK were built by different developers.
+
+    Tool               Version     File                            Date
+    ==========================================================================
+    Ant                v1.3a       ant.jar                         04 Jan 2001
+    HypersonicSQL      v143        hsql143.zip                      1 Sep 2000
+    ServletAPI         tc-3.2      servlet.jar                     12 Dec 2000
+    Tomcat             v4.0        CVS                             20 Mar 2001
+    Turbine            2.1-u       turbine-2.1-dev-unreleased.jar  28 Mar 2001
+    Velocity           v1.0b2      velocity-1.0b2-dev.jar          28 Mar 2001
+    Xalan              v1.2.1      xalan-1.2.1.jar                  ?
+    Xerces             v1.3.0      xerces-1.3.0.jar                15 Feb 2001
+
+    JDK
+    ===
+    Vendor  : Sun
+    Platform: Linux
+    Version : java version "1.3.0"
+              Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
+              Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
+
+    JDK
+    ===
+    Vendor  : Sun
+    Platform: Win98
+    Version : java version "1.3.0"
+              Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
+              Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
+    </pre></div>
+  </div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2000-2004, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Propchange: websites/production/turbine/content/tdk/build.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/tdk/build.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/tdk/changelog-report.html
==============================================================================
--- websites/production/turbine/content/tdk/changelog-report.html (added)
+++ websites/production/turbine/content/tdk/changelog-report.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Turbine Development Kit - Changelog Report</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://jakarta.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="./images/jakarta.png"></img></a><a href="http://jakarta.apache.org/turbine/tdk/" id="projectLogo"><img alt="jakarta-turbine-tdk" src="./images/blue-logo.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 02 April 2004
+                  | Doc for 2.3</div><div class="xright">
+        
+        <a href="http://jakarta.apache.org/turbine/">Turbine</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/fulcrum/">Fulcrum</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/tdk/">TDK</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/jcs/">JCS</a>
+      </div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuEssentials"><h5>Essentials</h5><ul><li class="none"><a href="index.html">Overview</a></li><li class="none"><a href="tdk-howto.html">Tutorial</a></li><li class="none"><a href="application-testing.html">Application Testing</a></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About jakarta-turbine-tdk</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="expanded"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="changes-report.html">Changes</a></li><li class="none"><strong><a href="changelog-report.html">Change Log</a></strong></li><li class="none"><a href="developer-activity-report.html">Developer Activity</a></li><li class="none"><a href="file-activity-report.html">File Activity</a></li><li class="none"><a href="license.html">Project 
 License</a></li><li class="none"><a href="linkcheck.html">Link Check Report</a></li><li class="none"><a href="http://maven.apache.org/development-process.html">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><h2><a name="Changelog_Report">Changelog Report</a></h2><p>Timeframe: 30 days, Total Commits: 0 Total Number of Files Changed: 0</p><table class="bodyTable"><thead>
+          <tr class="a"><th>Date</th><th>Author</th><th>File/Message</th></tr>
+        </thead><tbody>
+        </tbody></table></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2000-2004, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Propchange: websites/production/turbine/content/tdk/changelog-report.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/tdk/changelog-report.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/tdk/changelog.html
==============================================================================
--- websites/production/turbine/content/tdk/changelog.html (added)
+++ websites/production/turbine/content/tdk/changelog.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,176 @@
+  <!DOCTYPE html PUBLIC "-//CollabNet//DTD XHTML 1.0 Transitional//EN"
+      "http://www.collabnet.com/dtds/collabnet_transitional_10.dtd">
+
+  
+      
+    
+      
+  
+
+  <html>
+  
+    <head>
+              <title>Turbine Development Kit - Change Log</title>
+      
+      <style type="text/css">
+        @import url("./style/tigris.css");
+        @import url("./style/maven.css");
+      </style>
+      <script type="text/javascript">
+        if (document.layers) {
+          document.writeln('<link rel="stylesheet" type="text/css" href="./style/ns4_only.css" media="screen" /><link rel="stylesheet" type="text/css" href="./style/maven_ns4_only.css" media="screen" />')
+        }
+      </script>
+      <link rel="stylesheet" type="text/css" href="./style/print.css" media="print" />
+
+      
+    </head>
+
+    <body class="composite" marginwidth="0" marginheight="0">
+      <div id="banner">
+        <table border="0" cellspacing="0" cellpadding="8" width="100%">
+          <tr>
+            <td>
+                                          
+                
+                                
+                <a href="http://jakarta.apache.org/">
+                                  <img src="./images/jakarta-logo-blue.gif" align="left" alt="Apache Software Foundation" border="0" />
+                                </a>
+                          </td>
+            <td>
+              <div align="right" id="login">
+                                                
+                  
+                  <a href="http://jakarta.apache.org/turbine/tdk/">
+                                      <img src="./images/blue-logo.gif" align="right" alt="jakarta-turbine-tdk" border="0"/>
+                                    </a>
+                              </div>
+            </td>
+          </tr>
+        </table>
+      </div>
+
+      <div id="breadcrumbs">
+        <table border="0" cellspacing="0" cellpadding="4" width="100%">
+          <tr>
+                        <td>
+              Last published: 06 December 2002
+                          </td>
+                        <td> 
+                              <div align="right">
+                  <a href="http://jakarta.apache.org/turbine/">Turbine</a>
+         |           <a href="http://jakarta.apache.org/turbine/turbine-2/">Turbine-2</a>
+         |           <a href="http://jakarta.apache.org/turbine/turbine-3/">Turbine-3</a>
+         |           <a href="http://jakarta.apache.org/turbine/torque/">Torque</a>
+         |           <a href="http://jakarta.apache.org/turbine/fulcrum/">Fulcrum</a>
+         |           <a href="http://jakarta.apache.org/turbine/tdk/">TDK</a>
+         |           <a href="http://jakarta.apache.org/turbine/maven/">Maven</a>
+      </div>
+
+                          </td>
+          </tr>
+        </table>
+      </div>
+
+      <table border="0" cellspacing="0" cellpadding="8" width="100%" id="main">
+        <tr valign="top">
+          <td id="leftcol" width="20%">
+            <div id="navcolumn">
+              
+                                <div>
+    <strong>Essentials</strong>
+      <div>
+    <small>       <a href="./index.html">Overview</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./tdk-howto.html">Tutorial</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./application-testing.html">Application Testing</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./build.html">Building</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./todo.html">Todo</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./changes.html">Changes</a>
+   </small>
+    
+  </div>
+  <div>
+    <small>       <a href="./contributors.html">TDK Contributors</a>
+   </small>
+    
+  </div>
+
+  </div>
+
+                        
+                            <div><strong>Project Documentation</strong>
+                <div><small><a href="./index.html">Front Page</a></small></div>
+                <div>
+                  <small><a href="./project-info.html">Project Info</a></small>
+                                                                                                                                                                                                        </div>
+                <div>
+                  <small><a href="./maven-reports.html">Project Reports</a></small>
+                                                                                                                                                                                      <div><small><a href="./changes.html">Changes</a></small></div>
+                                                                  <div><small><a href="./changelog.html">Change Log</a></small></div>
+                      <div><small><a href="./activity-log.html">Developer Activity</a></small></div>
+                      <div><small><a href="./file-activity-report.html">File Activity</a></small></div>
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                </div>
+                                                <div><small><a href="http://jakarta.apache.org/turbine/maven/development-process.html">Development Process</a></small></div>
+                              </div>
+              
+            </div>
+          </td>
+          <td>
+            <div id="bodycol">
+                            <div class="app">
+                  <div class="h3">
+    <h3><a name="Change Log">Change Log</a></h3>
+    
+  </div>
+
+                
+                
+                  <table width="100%">
+    <tr>
+      <th>Date</th><th>Author</th><th>Files/Message</th>
+    </tr>
+    
+  </table>
+
+                
+                
+              </div>
+            </div>
+          </td>
+        </tr>
+      </table>
+
+      <div id="footer">
+        <table border="0" cellspacing="0" cellpadding="4">
+          <tr>
+            <td>
+                                                                  &copy; 2000-2002, Apache Software Foundation
+                                                  
+                          </td>
+                      </tr>
+        </table>
+      </div>
+
+    </body>
+  </html>

Propchange: websites/production/turbine/content/tdk/changelog.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/tdk/changelog.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/turbine/content/tdk/changes-report.html
==============================================================================
--- websites/production/turbine/content/tdk/changes-report.html (added)
+++ websites/production/turbine/content/tdk/changes-report.html Mon Apr 29 06:01:27 2013
@@ -0,0 +1,50 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Turbine Development Kit - TDK Changes</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Martin Poeschl"></meta><meta name="email" content="mpoeschl@marmot.at"></meta></head><body class="composite"><div id="banner"><a href="http://jakarta.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="./images/jakarta.png"></img></a><a href="http://jakarta.apache.org/turbine/tdk/" id="projectLogo"><img alt="jakarta-turbine-tdk" src="./images/blue-logo.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 02 April 2004
+                  | Doc for 2.3</div><div class="xright">
+        
+        <a href="http://jakarta.apache.org/turbine/">Turbine</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/fulcrum/">Fulcrum</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/tdk/">TDK</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://jakarta.apache.org/turbine/jcs/">JCS</a>
+      </div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuEssentials"><h5>Essentials</h5><ul><li class="none"><a href="index.html">Overview</a></li><li class="none"><a href="tdk-howto.html">Tutorial</a></li><li class="none"><a href="application-testing.html">Application Testing</a></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About jakarta-turbine-tdk</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="expanded"><a href="maven-reports.html">Project Reports</a></li><li class="none"><strong><a href="changes-report.html">Changes</a></strong></li><li class="none"><a href="changelog-report.html">Change Log</a></li><li class="none"><a href="developer-activity-report.html">Developer Activity</a></li><li class="none"><a href="file-activity-report.html">File Activity</a></li><li class="none"><a href="license.html">Project 
 License</a></li><li class="none"><a href="linkcheck.html">Link Check Report</a></li><li class="none"><a href="http://maven.apache.org/development-process.html">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><h2><a name="Release_History">Release History</a></h2><table class="bodyTable"><tr class="b"><th style="width:50px">Version</th><th>Date</th><th>Description</th></tr><tr class="a"><td>
+            <a href="#2_3">2.3</a>
+          </td><td>2003-09-05</td><td>
+          </td></tr></table></div><div class="section"><h2><a name="Release_2_3_-_2003-09-05">Release 2.3 - 2003-09-05</a></h2><a name="2.3">
+      </a><table class="bodyTable"><tr class="b"><th style="width:50px">Type</th><th>Changes</th><th style="width:70px">By</th></tr><tr class="a"><td>
+            <img alt="update" src="images/update.gif"></img>
+          </td><td>The TDK is based on Turbine 2.3 and Torque 3.1</td><td>
+            <a href="team-list.html#mpoeschl">mpoeschl</a>
+          </td></tr><tr class="b"><td>
+            <img alt="update" src="images/update.gif"></img>
+          </td><td>All dependencies synced with the versions used by the Turbine release</td><td>
+            <a href="team-list.html#mpoeschl">mpoeschl</a>
+          </td></tr><tr class="a"><td>
+            <img alt="update" src="images/update.gif"></img>
+          </td><td>The TDK includes Tomcat 4.1.27-LE-jdk14 so you need JDK 1.4</td><td>
+            <a href="team-list.html#mpoeschl">mpoeschl</a>
+          </td></tr><tr class="b"><td>
+            <img alt="update" src="images/update.gif"></img>
+          </td><td>The TDK is built with maven</td><td>
+            <a href="team-list.html#mpoeschl">mpoeschl</a>
+          </td></tr></table></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2000-2004, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Propchange: websites/production/turbine/content/tdk/changes-report.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: websites/production/turbine/content/tdk/changes-report.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain