Author: roger
Date: Tue Nov  2 07:33:30 2010
New Revision: 1029964

URL: http://svn.apache.org/viewvc?rev=1029964&view=rev
Log:
THRIFT-6 TLP URL's and email's, haskell, more details

Modified:
    thrift/trunk/lib/hs/Thrift.cabal
    thrift/trunk/lib/java/ivy.xml
    thrift/trunk/lib/py/setup.py
    thrift/trunk/lib/rb/README
    thrift/trunk/lib/rb/Rakefile

Modified: thrift/trunk/lib/hs/Thrift.cabal
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/hs/Thrift.cabal?rev=1029964&r1=1029963&r2=1029964&view=diff
==============================================================================
--- thrift/trunk/lib/hs/Thrift.cabal (original)
+++ thrift/trunk/lib/hs/Thrift.cabal Tue Nov  2 07:33:30 2010
@@ -20,11 +20,13 @@
 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:     [email protected]
+Homepage:       http://thrift.apache.org
+Bug-Reports:    https://issues.apache.org/jira/browse/THRIFT
+Maintainer:     [email protected]
 License-File:   LICENSE
 
 Description:

Modified: thrift/trunk/lib/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/java/ivy.xml?rev=1029964&r1=1029963&r2=1029964&view=diff
==============================================================================
--- thrift/trunk/lib/java/ivy.xml (original)
+++ thrift/trunk/lib/java/ivy.xml Tue Nov  2 07:33:30 2010
@@ -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="[email protected]" />
-      <repository name="apache repository" 
url="http://incubator.apache.org/thrift/"; />
-      <description homepage="http://incubator.apache.org/thrift/";>
+      <ivyauthor name="Thrift Developers" url="[email protected]" />
+      <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>

Modified: thrift/trunk/lib/py/setup.py
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/py/setup.py?rev=1029964&r1=1029963&r2=1029964&view=diff
==============================================================================
--- thrift/trunk/lib/py/setup.py (original)
+++ thrift/trunk/lib/py/setup.py Tue Nov  2 07:33:30 2010
@@ -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 = ['[email protected]'],
-      url = 'http://incubator.apache.org/thrift/',
+      author_email = ['[email protected]'],
+      url = 'http://thrift.apache.org',
       license = 'Apache License 2.0',
       packages = [
         'thrift',

Modified: thrift/trunk/lib/rb/README
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/rb/README?rev=1029964&r1=1029963&r2=1029964&view=diff
==============================================================================
--- thrift/trunk/lib/rb/README (original)
+++ thrift/trunk/lib/rb/README Tue Nov  2 07:33:30 2010
@@ -1,5 +1,5 @@
 Thrift Ruby Software Library
-    http://incubator.apache.org/thrift/
+    http://thrift.apache.org
 
 == LICENSE:
 

Modified: thrift/trunk/lib/rb/Rakefile
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/rb/Rakefile?rev=1029964&r1=1029963&r2=1029964&view=diff
==============================================================================
--- thrift/trunk/lib/rb/Rakefile (original)
+++ thrift/trunk/lib/rb/Rakefile Tue Nov  2 07:33:30 2010
@@ -78,9 +78,9 @@ begin
 
   Echoe.new('thrift') do |p|
     p.author = ['Thrift Developers']
-    p.email = ['[email protected]']
+    p.email = ['[email protected]']
     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"


Reply via email to