Author: buildbot Date: Wed May 8 10:18:59 2013 New Revision: 861325 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2120-release.html websites/production/camel/content/how-can-i-get-the-source-code.html websites/production/camel/content/source.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-2120-release.html ============================================================================== --- websites/production/camel/content/camel-2120-release.html (original) +++ websites/production/camel/content/camel-2120-release.html Wed May 8 10:18:59 2013 @@ -96,6 +96,9 @@ <h3><a shape="rect" name="Camel2.12.0Release-NewComponents"></a>New <a shape="rect" href="components.html" title="Components">Components</a></h3> +<ul><li><a shape="rect" href="netty-http.html" title="Netty HTTP"><tt>camel-netty-http</tt></a> - HTTP component using <a shape="rect" href="netty.html" title="Netty">Netty</a> as transport</li></ul> + + <h3><a shape="rect" name="Camel2.12.0Release-NewDSL"></a>New DSL</h3> <h3><a shape="rect" name="Camel2.12.0Release-NewAnnotations"></a>New Annotations</h3> Modified: websites/production/camel/content/how-can-i-get-the-source-code.html ============================================================================== --- websites/production/camel/content/how-can-i-get-the-source-code.html (original) +++ websites/production/camel/content/how-can-i-get-the-source-code.html Wed May 8 10:18:59 2013 @@ -76,20 +76,17 @@ <tr> <td valign="top" width="100%"> <div class="wiki-content maincontent"><p></p> -<h2><a shape="rect" name="HowcanIgetthesourcecode-WebBrowsingofSVN"></a>Web Browsing of SVN</h2> +<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Warning</b><br clear="none">Apache Camel code repository was moved to git, The old svn repo will not be updated.</td></tr></table></div> -<p>To browse via the web use the ViewVC interface:</p> +<h2><a shape="rect" name="HowcanIgetthesourcecode-WebBrowsingofgit"></a>Web Browsing of git</h2> -<div class="panel" style="border-width: 1px;"><div class="panelContent"> -<p><a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/">http://svn.apache.org/viewvc/camel/trunk/</a></p> -</div></div> - -<p>Or to browse the source tree directly:</p> +<p>To browse via the web:</p> <div class="panel" style="border-width: 1px;"><div class="panelContent"> -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/">https://svn.apache.org/repos/asf/camel/trunk/</a></p> +<p><a shape="rect" class="external-link" href="https://git-wip-us.apache.org/repos/asf?p=camel.git">https://git-wip-us.apache.org/repos/asf?p=camel.git</a></p> </div></div> + <h3><a shape="rect" name="HowcanIgetthesourcecode-WebBrowingUsingFishEye"></a>Web Browing Using FishEye </h3> <p>A hearty thanks to <a shape="rect" class="external-link" href="http://atlassian.com/" rel="nofollow">Atlassian</a> for providing <a shape="rect" class="external-link" href="http://cenqua.com/fisheye/" rel="nofollow">FishEye</a> hosting for Camel. Below is the URL to browse the Subversion repo via FishEye: </p> @@ -99,36 +96,15 @@ </div></div> -<h2><a shape="rect" name="HowcanIgetthesourcecode-CheckingoutfromSVN"></a>Checking out from SVN</h2> +<h2><a shape="rect" name="HowcanIgetthesourcecode-Checkingoutfromgit"></a>Checking out from git</h2> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> -svn co https:<span class="code-comment">//svn.apache.org/repos/asf/camel/trunk camel</span> +git clone https:<span class="code-comment">//git-wip-us.apache.org/repos/asf/camel.git</span> </pre> </div></div> -<p>Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.</p> - - -<h3><a shape="rect" name="HowcanIgetthesourcecode-SVNandEclipse"></a>SVN and Eclipse</h3> - -<p>See <a shape="rect" class="external-link" href="http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html" rel="nofollow">this article</a> for getting started guides. Basically you need <a shape="rect" class="external-link" href="http://subclipse.tigris.org" rel="nofollow">subclipse</a></p> - -<h3><a shape="rect" name="HowcanIgetthesourcecode-Branches"></a>Branches</h3> - -<p>We use the trunk for the next main release; then we use a branch for any bug fixes on the previous major release. You can look at all branches here</p> - -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/branches/">https://svn.apache.org/repos/asf/camel/branches/</a></p> - -<p>The branch for Camel 1.x is here</p> - -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/branches/camel-1.x">https://svn.apache.org/repos/asf/camel/branches/camel-1.x</a></p> - -<h3><a shape="rect" name="HowcanIgetthesourcecode-Sandbox"></a>Sandbox</h3> - -<p>We have added a sandbox to host camel components that can be fostered into a quality and usage demand before moving into the trunk.</p> - -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/sandbox/">https://svn.apache.org/repos/asf/camel/sandbox/</a></p> +<p>Only project developers can commit to the git via this method. SSH must be installed on your client machine. Enter your site password when prompted.</p> <h2><a shape="rect" name="HowcanIgetthesourcecode-Buildingthecode"></a>Building the code</h2> Modified: websites/production/camel/content/source.html ============================================================================== --- websites/production/camel/content/source.html (original) +++ websites/production/camel/content/source.html Wed May 8 10:18:59 2013 @@ -75,20 +75,17 @@ <tbody> <tr> <td valign="top" width="100%"> -<div class="wiki-content maincontent"><h2><a shape="rect" name="Source-WebBrowsingofSVN"></a>Web Browsing of SVN</h2> +<div class="wiki-content maincontent"><div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Warning</b><br clear="none">Apache Camel code repository was moved to git, The old svn repo will not be updated.</td></tr></table></div> -<p>To browse via the web use the ViewVC interface:</p> +<h2><a shape="rect" name="Source-WebBrowsingofgit"></a>Web Browsing of git</h2> -<div class="panel" style="border-width: 1px;"><div class="panelContent"> -<p><a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/camel/trunk/">http://svn.apache.org/viewvc/camel/trunk/</a></p> -</div></div> - -<p>Or to browse the source tree directly:</p> +<p>To browse via the web:</p> <div class="panel" style="border-width: 1px;"><div class="panelContent"> -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/">https://svn.apache.org/repos/asf/camel/trunk/</a></p> +<p><a shape="rect" class="external-link" href="https://git-wip-us.apache.org/repos/asf?p=camel.git">https://git-wip-us.apache.org/repos/asf?p=camel.git</a></p> </div></div> + <h3><a shape="rect" name="Source-WebBrowingUsingFishEye"></a>Web Browing Using FishEye </h3> <p>A hearty thanks to <a shape="rect" class="external-link" href="http://atlassian.com/" rel="nofollow">Atlassian</a> for providing <a shape="rect" class="external-link" href="http://cenqua.com/fisheye/" rel="nofollow">FishEye</a> hosting for Camel. Below is the URL to browse the Subversion repo via FishEye: </p> @@ -98,36 +95,15 @@ </div></div> -<h2><a shape="rect" name="Source-CheckingoutfromSVN"></a>Checking out from SVN</h2> +<h2><a shape="rect" name="Source-Checkingoutfromgit"></a>Checking out from git</h2> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> -svn co https:<span class="code-comment">//svn.apache.org/repos/asf/camel/trunk camel</span> +git clone https:<span class="code-comment">//git-wip-us.apache.org/repos/asf/camel.git</span> </pre> </div></div> -<p>Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.</p> - - -<h3><a shape="rect" name="Source-SVNandEclipse"></a>SVN and Eclipse</h3> - -<p>See <a shape="rect" class="external-link" href="http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html" rel="nofollow">this article</a> for getting started guides. Basically you need <a shape="rect" class="external-link" href="http://subclipse.tigris.org" rel="nofollow">subclipse</a></p> - -<h3><a shape="rect" name="Source-Branches"></a>Branches</h3> - -<p>We use the trunk for the next main release; then we use a branch for any bug fixes on the previous major release. You can look at all branches here</p> - -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/branches/">https://svn.apache.org/repos/asf/camel/branches/</a></p> - -<p>The branch for Camel 1.x is here</p> - -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/branches/camel-1.x">https://svn.apache.org/repos/asf/camel/branches/camel-1.x</a></p> - -<h3><a shape="rect" name="Source-Sandbox"></a>Sandbox</h3> - -<p>We have added a sandbox to host camel components that can be fostered into a quality and usage demand before moving into the trunk.</p> - -<p><a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/sandbox/">https://svn.apache.org/repos/asf/camel/sandbox/</a></p> +<p>Only project developers can commit to the git via this method. SSH must be installed on your client machine. Enter your site password when prompted.</p> <h2><a shape="rect" name="Source-Buildingthecode"></a>Building the code</h2>