Author: ozeigermann Date: Fri Aug 17 09:03:17 2007 New Revision: 567077 URL: http://svn.apache.org/viewvc?view=rev&rev=567077 Log: Added Peter to contributors as he helped me quite a bit off-list
Modified: commons/proper/transaction/branches/TRANSACTION_2/pom.xml commons/proper/transaction/branches/TRANSACTION_2/project.xml Modified: commons/proper/transaction/branches/TRANSACTION_2/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/transaction/branches/TRANSACTION_2/pom.xml?view=diff&rev=567077&r1=567076&r2=567077 ============================================================================== --- commons/proper/transaction/branches/TRANSACTION_2/pom.xml (original) +++ commons/proper/transaction/branches/TRANSACTION_2/pom.xml Fri Aug 17 09:03:17 2007 @@ -31,7 +31,7 @@ <name>Transaction</name> <inceptionYear>2004</inceptionYear> - <description>Classes that aid concurrent programming in transactional style.</description> + <description>Classes that aid concurrent programming in a transactional style.</description> <url>http://commons.apache.org/transaction/</url> @@ -123,6 +123,9 @@ <contributor> <name>Holger Hoffstätte</name> <email>holger dot hoffstaette at googlemail dot com</email> + </contributor> + <contributor> + <name>Peter Veentjer</name> </contributor> </contributors> Modified: commons/proper/transaction/branches/TRANSACTION_2/project.xml URL: http://svn.apache.org/viewvc/commons/proper/transaction/branches/TRANSACTION_2/project.xml?view=diff&rev=567077&r1=567076&r2=567077 ============================================================================== --- commons/proper/transaction/branches/TRANSACTION_2/project.xml (original) +++ commons/proper/transaction/branches/TRANSACTION_2/project.xml Fri Aug 17 09:03:17 2007 @@ -23,7 +23,7 @@ <inceptionYear>2004</inceptionYear> <name>Transaction</name> <shortDescription>Making concurrent programming transactional.</shortDescription> - <description>Classes that aid concurrent programming in transactional style.</description> + <description>Classes that aid concurrent programming in a transactional style.</description> <logo>/images/logo.png</logo> <url>http://commons.apache.org/transaction/</url> @@ -169,6 +169,9 @@ <contributor> <name>Holger Hoffstätte</name> <email>holger dot hoffstaette at googlemail dot com</email> + </contributor> + <contributor> + <name>Peter Veentjer</name> </contributor> </contributors>