THRIFT-6 TLP URL's and email's, haskell, more details
authorRoger Meier <roger@apache.org>
Tue, 2 Nov 2010 07:33:30 +0000 (07:33 +0000)
committerRoger Meier <roger@apache.org>
Tue, 2 Nov 2010 07:33:30 +0000 (07:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1029964 13f79535-47bb-0310-9956-ffa450edef68

lib/hs/Thrift.cabal
lib/java/ivy.xml
lib/py/setup.py
lib/rb/README
lib/rb/Rakefile

index d193c4c..53a4be4 100644 (file)
 Name:           thrift
 Version:        0.6.0-dev
 Cabal-Version:  >= 1.4
-License:        Apache License 2.0
+License:        OtherLicense
 Category:       Foreign
 Build-Type:     Simple
 Synopsis:       Haskell bindings for the Apache Thrift RPC system
-Maintainer:     thrift-dev@incubator.apache.org
+Homepage:       http://thrift.apache.org
+Bug-Reports:    https://issues.apache.org/jira/browse/THRIFT
+Maintainer:     dev@thrift.apache.org
 License-File:   LICENSE
 
 Description:
index f964ef3..cff7136 100644 (file)
@@ -17,9 +17,9 @@
 <ivy-module version="1.0">
     <info organisation="org.apache.thrift" module="libthrift" revision="0.6.0-dev" >
       <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" />
-      <ivyauthor name="Thrift Developers" url="thrift-dev@incubator.apache.org" />
-      <repository name="apache repository" url="http://incubator.apache.org/thrift/" />
-      <description homepage="http://incubator.apache.org/thrift/">
+      <ivyauthor name="Thrift Developers" url="dev@thrift.apache.org" />
+      <repository name="apache repository" url="http://thrift.apache.org" />
+      <description homepage="http://thrift.apache.org">
       Java bindings for the Apache Thrift RPC system
       </description>
     </info>
index e5e9996..d3ae358 100644 (file)
@@ -29,8 +29,8 @@ setup(name = 'Thrift',
       version = '0.6.0-dev',
       description = 'Python bindings for the Apache Thrift RPC system',
       author = ['Thrift Developers'],
-      author_email = ['thrift-dev@incubator.apache.org'],
-      url = 'http://incubator.apache.org/thrift/',
+      author_email = ['dev@thrift.apache.org'],
+      url = 'http://thrift.apache.org',
       license = 'Apache License 2.0',
       packages = [
         'thrift',
index d78e352..b6e9a07 100644 (file)
@@ -1,5 +1,5 @@
 Thrift Ruby Software Library
-    http://incubator.apache.org/thrift/
+    http://thrift.apache.org
 
 == LICENSE:
 
index 137336a..05cb7fc 100644 (file)
@@ -78,9 +78,9 @@ begin
 
   Echoe.new('thrift') do |p|
     p.author = ['Thrift Developers']
-    p.email = ['thrift-dev@incubator.apache.org']
+    p.email = ['dev@thrift.apache.org']
     p.summary = "Ruby bindings for the Apache Thrift RPC system"
-    p.url = "http://incubator.apache.org/thrift/"
+    p.url = "http://thrift.apache.org"
     p.include_rakefile = true
     p.version = "0.6.0-dev"
     p.rubygems_version = ">= 1.2.0"