You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by kc...@apache.org on 2008/06/18 03:02:46 UTC

svn commit: r668932 - in /incubator/thrift/trunk/tutorial: shared.thrift tutorial.thrift

Author: kclark
Date: Tue Jun 17 18:02:46 2008
New Revision: 668932

URL: http://svn.apache.org/viewvc?rev=668932&view=rev
Log:
Fix the shebangs for the tutorial thrift files

Modified:
    incubator/thrift/trunk/tutorial/shared.thrift
    incubator/thrift/trunk/tutorial/tutorial.thrift

Modified: incubator/thrift/trunk/tutorial/shared.thrift
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/shared.thrift?rev=668932&r1=668931&r2=668932&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/shared.thrift (original)
+++ incubator/thrift/trunk/tutorial/shared.thrift Tue Jun 17 18:02:46 2008
@@ -1,4 +1,4 @@
-#!/usr/local/bin/thrift -cpp -java -py -php -xsd -perl
+#!/usr/local/bin/thrift --gen cpp --gen java --gen py --php --xsd --perl
 
 /**
  * This Thrift file can be included by other Thrift files that want to share

Modified: incubator/thrift/trunk/tutorial/tutorial.thrift
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/tutorial.thrift?rev=668932&r1=668931&r2=668932&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/tutorial.thrift (original)
+++ incubator/thrift/trunk/tutorial/tutorial.thrift Tue Jun 17 18:02:46 2008
@@ -1,4 +1,4 @@
-#!/usr/local/bin/thrift -cpp -java -py -php -rb -perl -erl -xsd -r
+#!/usr/local/bin/thrift --gen cpp --gen java --gen py --php --gen rb --gen perl --erl --xsd -r
 #
 # Thrift Tutorial
 # Mark Slee (mcslee@facebook.com)