[webbeans-commits] Webbeans SVN: r744 - doc/trunk/reference/en/modules.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Dec 29 01:00:33 EST 2008


Author: nico.ben
Date: 2008-12-29 01:00:33 -0500 (Mon, 29 Dec 2008)
New Revision: 744

Added:
   doc/trunk/reference/en/modules/Author_Group.xml
Modified:
   doc/trunk/reference/en/modules/Book_Info.xml
Log:
Added credits for translators

Added: doc/trunk/reference/en/modules/Author_Group.xml
===================================================================
--- doc/trunk/reference/en/modules/Author_Group.xml	                        (rev 0)
+++ doc/trunk/reference/en/modules/Author_Group.xml	2008-12-29 06:00:33 UTC (rev 744)
@@ -0,0 +1,31 @@
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+<authorgroup>
+	<author>
+		<firstname>Gavin</firstname>
+		<surname>King</surname>
+		<affiliation>
+			<jobtitle>Web Beans (JSR-299) specification lead</jobtitle>
+			<orgname>Red Hat Middleware LLC</orgname>
+		</affiliation>
+	</author>
+	<author>
+		<firstname>Pete</firstname>
+		<surname>Muir</surname>
+		<affiliation>
+			<jobtitle>Web Beans (JSR-299) Reference Implementation lead
+			</jobtitle>
+			<orgname>Red Hat Middleware LLC</orgname>
+		</affiliation>
+	</author>
+	<othercredit>
+		<firstname>Nicola</firstname>
+		<surname>Benaglia</surname>
+		<contrib>Italian Translation</contrib>
+	</othercredit>
+	<othercredit>
+		<firstname>Francesco</firstname>
+		<surname>Milesi</surname>
+		<contrib>Italian Translation</contrib>
+	</othercredit>
+</authorgroup>


Property changes on: doc/trunk/reference/en/modules/Author_Group.xml
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Date Author Id Revision HeadURL

Modified: doc/trunk/reference/en/modules/Book_Info.xml
===================================================================
--- doc/trunk/reference/en/modules/Book_Info.xml	2008-12-27 01:50:56 UTC (rev 743)
+++ doc/trunk/reference/en/modules/Book_Info.xml	2008-12-29 06:00:33 UTC (rev 744)
@@ -1,28 +1,8 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-
 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"  [ ]>
 
 <bookinfo>
   <title>Introduction to Web Beans</title>
-  <subtitle>The new Java standard for dependency injection and 
-  contextual state management</subtitle>
-  <authorgroup>
-     <author>
-       <firstname>Gavin</firstname>
-       <surname>King</surname>
-       <affiliation>
-         <jobtitle>Web Beans (JSR-299) specification lead</jobtitle>
-         <orgname>Red Hat Middleware LLC</orgname>
-         
-       </affiliation>
-     </author>
-     <author>
-       <firstname>Pete</firstname>
-       <surname>Muir</surname>
-       <affiliation>
-         <jobtitle>Web Beans (JSR-299) Reference Implementation lead</jobtitle>
-         <orgname>Red Hat Middleware LLC</orgname>
-       </affiliation>
-     </author>
-  </authorgroup>
+  <subtitle>The new Java standard for dependency injection and contextual state management</subtitle>
+
+  <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 </bookinfo>




More information about the weld-commits mailing list