[webbeans-commits] Webbeans SVN: r759 - in doc/trunk/reference: en and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jan 4 17:44:45 EST 2009


Author: nico.ben
Date: 2009-01-04 17:44:45 -0500 (Sun, 04 Jan 2009)
New Revision: 759

Added:
   doc/trunk/reference/en-US/
   doc/trunk/reference/en-US/modules/
Removed:
   doc/trunk/reference/en-US/modules/
   doc/trunk/reference/en/.cvsignore
   doc/trunk/reference/en/images/
   doc/trunk/reference/en/master.xml
   doc/trunk/reference/en/modules/
Modified:
   doc/trunk/reference/Makefile
Log:
Changed folder name from en to en-US

Modified: doc/trunk/reference/Makefile
===================================================================
--- doc/trunk/reference/Makefile	2009-01-04 21:35:21 UTC (rev 758)
+++ doc/trunk/reference/Makefile	2009-01-04 22:44:45 UTC (rev 759)
@@ -2,7 +2,7 @@
 #Created by Jeff Fearn <jfearn at redhat.com>
 #Copyright Red Hat Inc. 2006
 
-XML_LANG	= en
+XML_LANG	= en-US
 DOCNAME		= master.xml
 PRODUCT		= WebBeansReferenceManual
 BRAND		= JBoss

Deleted: doc/trunk/reference/en/.cvsignore
===================================================================
--- doc/trunk/reference/en/.cvsignore	2009-01-04 21:35:21 UTC (rev 758)
+++ doc/trunk/reference/en/.cvsignore	2009-01-04 22:44:45 UTC (rev 759)
@@ -1 +0,0 @@
-master.filtered.xml

Deleted: doc/trunk/reference/en/master.xml
===================================================================
--- doc/trunk/reference/en/master.xml	2009-01-04 21:35:21 UTC (rev 758)
+++ doc/trunk/reference/en/master.xml	2009-01-04 22:44:45 UTC (rev 759)
@@ -1,59 +0,0 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"  [ ]>
-
-<book lang="en">
-
-	 <xi:include href="modules/Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    
-    <toc/>
-    
-    <part>
-      <title>Using contextual objects</title>
-      
-      <xi:include href="modules/part1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/ri.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/injection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/scopescontexts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/producermethods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-    </part>
-    
-    <part>
-      <title>Developing loosely-coupled code</title>
-      
-      <xi:include href="modules/part2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/decorators.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-    </part>
-    
-    <part>
-      <title>Making the most of strong typing</title>
-      
-      <xi:include href="modules/part3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-      <xi:include href="modules/stereotypes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/specialization.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    </part>
-    
-    <part>
-      <title>Web Beans and the Java EE ecosystem</title>
-      
-      <xi:include href="modules/part4.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-      <xi:include href="modules/ee.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="modules/extend.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-    </part>
-
-    <xi:include href="modules/next.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="modules/ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    
-</book>
-

Copied: doc/trunk/reference/en-US (from rev 730, doc/trunk/reference/en)


Property changes on: doc/trunk/reference/en-US
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: doc/trunk/reference/en-US/modules (from rev 744, doc/trunk/reference/en/modules)




More information about the weld-commits mailing list