You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2015/10/03 02:04:25 UTC

svn commit: r1706508 - /thrift/cms-site/trunk/lib/path.pm

Author: jensg
Date: Sat Oct  3 00:04:24 2015
New Revision: 1706508

URL: http://svn.apache.org/viewvc?rev=1706508&view=rev
Log:
Added Dart to "how to version"

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1706508&r1=1706507&r2=1706508&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Oct  3 00:04:24 2015
@@ -135,6 +135,11 @@ versioning: [
         [ "cpp", "yes", ""],
         [ "csharp", "no", "lib/csharp/src/Properties/AssemblyInfo.cs"],
         [ "" , "", "lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs"],
+        [ "dart", "no", "lib/dart/pubspec.yaml"],
+        [ "" , "", "test/dart/test_client/pubspec.yaml"],
+        [ "" , "", "tutorial/dart/client/pubspec.yaml"],
+        [ "" , "", "tutorial/dart/console_client/pubspec.yaml"],
+        [ "" , "", "tutorial/dart/server/pubspec.yaml"],
         [ "delphi", "no", "/lib/delphi/src/Thrift.pas"],
         [ "erl", "yes", "lib/erl/src/thrift.app.src"],
         [ "go", "no", ""],