From 565517a16c0760f78f3d6183fa88cc77e3b31842 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 22 Mar 2013 21:08:39 +0100 Subject: [PATCH] subversion, thanks and good bye ;-r --- contrib/fb303/java/build.xml | 6 +++--- debian/control | 6 +++--- doap.rdf | 8 ++++---- lib/as3/build.xml | 6 +++--- lib/java/build.xml | 6 +++--- lib/js/test/test.html | 2 +- lib/nodejs/package.json | 4 ++-- test/nodejs/package.json | 4 ++-- tutorial/js/tutorial.html | 2 +- 9 files changed, 22 insertions(+), 22 deletions(-) mode change 100644 => 100755 contrib/fb303/java/build.xml mode change 100644 => 100755 lib/as3/build.xml mode change 100644 => 100755 lib/java/build.xml mode change 100644 => 100755 lib/nodejs/package.json mode change 100644 => 100755 test/nodejs/package.json mode change 100644 => 100755 tutorial/js/tutorial.html diff --git a/contrib/fb303/java/build.xml b/contrib/fb303/java/build.xml old mode 100644 new mode 100755 index c96e4beb..bb80e640 --- a/contrib/fb303/java/build.xml +++ b/contrib/fb303/java/build.xml @@ -132,9 +132,9 @@ - diff --git a/debian/control b/debian/control index f1b3fbab..fceb5979 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,11 @@ Build-Depends: debhelper (>= 5), build-essential, mono-gmcs, python-dev, ant, automake, pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all, python-all-dev, python-all-dbg, openjdk-6-jdk | java-sdk, libcommons-lang-java, libboost-test-dev | libboost-test1.40-dev, libevent-dev, perl (>= 5.8.0-7), - php5, php5-dev, libglib2.0-dev + php5, php5-dev, libglib2.0-dev, libqt4-dev Maintainer: Thrift Developer's Homepage: http://thrift.apache.org/ -Vcs-Svn: https://svn.apache.org/repos/asf/thrift -Vcs-Browser: http://svn.apache.org/viewvc/thrift +Vcs-Git: https://git-wip-us.apache.org/repos/asf/thrift.git +Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=thrift.git Standards-Version: 3.7.2 XS-Python-Version: >= 2.4 diff --git a/doap.rdf b/doap.rdf index 411ab21b..80e7fa7b 100755 --- a/doap.rdf +++ b/doap.rdf @@ -102,10 +102,10 @@ - - - - + + + + diff --git a/lib/as3/build.xml b/lib/as3/build.xml old mode 100644 new mode 100755 index aa523f02..62a9fe8b --- a/lib/as3/build.xml +++ b/lib/as3/build.xml @@ -120,9 +120,9 @@ - diff --git a/lib/java/build.xml b/lib/java/build.xml old mode 100644 new mode 100755 index ddbdfda9..213d5cef --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -295,9 +295,9 @@ - diff --git a/lib/js/test/test.html b/lib/js/test/test.html index 9396fd58..1c8fc9a6 100755 --- a/lib/js/test/test.html +++ b/lib/js/test/test.html @@ -37,7 +37,7 @@ -

Thrift Javascript Bindings: Unit Test (ThriftTest.thrift)

+

Thrift Javascript Bindings: Unit Test (ThriftTest.thrift)

diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json old mode 100644 new mode 100755 index cb4d2221..b3f7b20c --- a/lib/nodejs/package.json +++ b/lib/nodejs/package.json @@ -3,8 +3,8 @@ "description": "node.js bindings for the Apache Thrift RPC system", "homepage": "http://thrift.apache.org/", "repository": - { "type" : "svn", - "url" : "http://svn.apache.org/repos/asf/thrift/trunk/" + { "type" : "git", + "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git" }, "version": "1.0.0-dev", "author": diff --git a/test/nodejs/package.json b/test/nodejs/package.json old mode 100644 new mode 100755 index 7afe077f..85adef14 --- a/test/nodejs/package.json +++ b/test/nodejs/package.json @@ -4,8 +4,8 @@ "description": "node.js test server and client for the Apache Thrift", "homepage": "http://thrift.apache.org/", "repository": - { "type" : "svn", - "url" : "http://svn.apache.org/repos/asf/thrift/trunk/" + { "type" : "git", + "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git" }, "author": { "name": "Apache Thrift Developers", diff --git a/tutorial/js/tutorial.html b/tutorial/js/tutorial.html old mode 100644 new mode 100755 index e9004214..131ffae9 --- a/tutorial/js/tutorial.html +++ b/tutorial/js/tutorial.html @@ -98,7 +98,7 @@ -

This Java Script example uses tutorial.thrift and a Thrift server using JSON protocol and HTTP transport. +

This Java Script example uses tutorial.thrift and a Thrift server using JSON protocol and HTTP transport.