You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by bu...@apache.org on 2017/01/08 14:12:37 UTC

svn commit: r1004454 - in /websites/staging/thrift/trunk/content: ./ docs/committers/HowToVersion.html index.html test/ThriftTest.html

Author: buildbot
Date: Sun Jan  8 14:12:37 2017
New Revision: 1004454

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
    websites/staging/thrift/trunk/content/index.html
    websites/staging/thrift/trunk/content/test/ThriftTest.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan  8 14:12:37 2017
@@ -1 +1 @@
-1777331
+1777886

Modified: websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html (original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html Sun Jan  8 14:12:37 2017
@@ -137,6 +137,12 @@ h2:hover > .headerlink, h3:hover > .head
         </tr>
 
         <tr>
+            <td></td>
+            <td></td>
+            <td>test/csharp/Properties/AssemblyInfo.cs</td>
+        </tr>
+
+        <tr>
             <td>dart</td>
             <td>no</td>
             <td>lib/dart/pubspec.yaml</td>
@@ -221,6 +227,18 @@ h2:hover > .headerlink, h3:hover > .head
         </tr>
 
         <tr>
+            <td>netcore</td>
+            <td>no</td>
+            <td>lib(/netcore/Thrift/Properties/AssemblyInfo.cs</td>
+        </tr>
+
+        <tr>
+            <td></td>
+            <td></td>
+            <td>test/netcore/ThriftTest/Properties/AssemblyInfo.cs</td>
+        </tr>
+
+        <tr>
             <td>ocaml</td>
             <td>no</td>
             <td></td>
@@ -257,6 +275,12 @@ h2:hover > .headerlink, h3:hover > .head
         </tr>
 
         <tr>
+            <td>rs</td>
+            <td>no</td>
+            <td>lib/rs/Cargo.toml</td>
+        </tr>
+
+        <tr>
             <td>st</td>
             <td>no</td>
             <td></td>

Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Sun Jan  8 14:12:37 2017
@@ -152,7 +152,8 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<div class="codehilite"><pre>service Calculator extends shared.SharedService {
+<div class="codehilite"><pre> */
+service Calculator extends shared.SharedService {
 
   /**
    * A method definition looks like C code. It has a return type, arguments,
@@ -173,8 +174,6 @@ h2:hover > .headerlink, h3:hover > .head
     * must be void.
     */
    oneway void zip()
-
-}
 </pre></div>
 <p class='snippet_footer'>
   This snippet was generated by Apache Thrift's <strong>source tree docs</strong>:

Modified: websites/staging/thrift/trunk/content/test/ThriftTest.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/ThriftTest.html (original)
+++ websites/staging/thrift/trunk/content/test/ThriftTest.html Sun Jan  8 14:12:37 2017
@@ -506,7 +506,8 @@ h2:hover > .headerlink, h3:hover > .head
 408
 409
 410
-411</pre></div></td><td class="code"><div class="codehilite"><pre>/*
+411
+412</pre></div></td><td class="code"><div class="codehilite"><pre>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -545,6 +546,7 @@ namespace delphi Thrift.Test
 namespace cocoa ThriftTest
 namespace lua ThriftTest
 namespace xsd test (uri = &#39;http://thrift.apache.org/ns/ThriftTest&#39;)
+namespace netcore ThriftAsync.Test
 
 // Presence of namespaces and sub-namespaces for which there is
 // no generator should compile with warnings only