[webbeans-commits] Webbeans SVN: r1295 - in doc/tags: webbeans-reference-guide-1.0.0.ALPHA2 and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 11:52:31 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 11:52:30 -0500 (Thu, 29 Jan 2009)
New Revision: 1295

Added:
   doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/
   doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml
   doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml
Removed:
   doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml
   doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml
Log:
[maven-release-plugin]  copy for tag webbeans-reference-guide-1.0.0.ALPHA2

Copied: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2 (from rev 1284, doc/trunk/reference)

Deleted: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml
===================================================================
--- doc/trunk/reference/en-US/master.xml	2009-01-29 14:40:51 UTC (rev 1284)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml	2009-01-29 16:52:30 UTC (rev 1295)
@@ -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="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    
-    <toc/>
-    
-    <part>
-      <title>Using contextual objects</title>
-      
-      <xi:include href="part1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="ri.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="injection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="scopescontexts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="producermethods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-    </part>
-    
-    <part>
-      <title>Developing loosely-coupled code</title>
-      
-      <xi:include href="part2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="decorators.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-    </part>
-    
-    <part>
-      <title>Making the most of strong typing</title>
-      
-      <xi:include href="part3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-      <xi:include href="stereotypes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="specialization.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    </part>
-    
-    <part>
-      <title>Web Beans and the Java EE ecosystem</title>
-      
-      <xi:include href="part4.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-      <xi:include href="ee.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="extend.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      
-    </part>
-
-    <xi:include href="next.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    
-</book>
-

Copied: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml (from rev 1288, doc/trunk/reference/en-US/master.xml)
===================================================================
--- doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml	                        (rev 0)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml	2009-01-29 16:52:30 UTC (rev 1295)
@@ -0,0 +1,71 @@
+<?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="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    
+    <preface>
+      <title>Note</title>
+      <para>
+         JSR-299 has recently changed it's name from "Web Beans" to "Java
+         Contexts and Dependency Injection". The reference guide still refers
+         to JSR-299 as "Web Beans" and the JSR-299 Reference Implementation as
+         the "Web Beans RI". Other documentation, blogs, forum posts etc. may
+         use the new nomenclature, including the new name for the JSR-299
+         Reference Implementation - "Web Beans".
+      </para>
+    </preface>
+    
+    <toc/>
+    
+    <part>
+      <title>Using contextual objects</title>
+      
+      <xi:include href="part1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="ri.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="injection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="scopescontexts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="producermethods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+    </part>
+    
+    <part>
+      <title>Developing loosely-coupled code</title>
+      
+      <xi:include href="part2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="decorators.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+    </part>
+    
+    <part>
+      <title>Making the most of strong typing</title>
+      
+      <xi:include href="part3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+      <xi:include href="stereotypes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="specialization.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    </part>
+    
+    <part>
+      <title>Web Beans and the Java EE ecosystem</title>
+      
+      <xi:include href="part4.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+      <xi:include href="ee.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="extend.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+    </part>
+
+    <xi:include href="next.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    
+</book>
+

Deleted: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2009-01-29 14:40:51 UTC (rev 1284)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml	2009-01-29 16:52:30 UTC (rev 1295)
@@ -1,202 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-   <modelVersion>4.0.0</modelVersion>
-
-   <groupId>org.jboss.webbeans.reference-guide</groupId>
-   <artifactId>webbeans-reference-guide</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <packaging>jdocbook</packaging>
-   <name>Web Beans Reference Guide</name>
-
-   <pluginRepositories>
-      <pluginRepository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-      </pluginRepository>
-   </pluginRepositories>
-   <repositories>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-      </repository>
-   </repositories>
-
-   <properties>
-      <mpjdocbook.version>2.1.1</mpjdocbook.version>
-   </properties>
-
-   <build>
-      <defaultGoal>process-classes</defaultGoal>
-      <plugins>
-         <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jdocbook-plugin</artifactId>
-            <version>${mpjdocbook.version}</version>
-            <extensions>true</extensions>
-            <dependencies>
-               <dependency>
-                  <groupId>org.jboss.webbeans</groupId>
-                  <artifactId>webbeans-docbook-xslt</artifactId>
-                  <version>1.1.1.BETA2</version>
-                  <exclusions>
-                     <exclusion>
-                        <groupId>org.eclipse.wst.css</groupId>
-                        <artifactId>core</artifactId>
-                     </exclusion>
-                     <exclusion>
-                        <groupId>org.eclipse.wst.sse</groupId>
-                        <artifactId>core</artifactId>
-                     </exclusion>
-                  </exclusions>
-               </dependency>
-               <dependency>
-                  <groupId>org.jboss.seam</groupId>
-                  <artifactId>seam-jdocbook-style</artifactId>
-                  <version>1.1.0.GA</version>
-                  <type>jdocbook-style</type>
-               </dependency>
-               <dependency>
-                  <groupId>org.jboss</groupId>
-                  <artifactId>jbossorg-jdocbook-style</artifactId>
-                  <version>1.1.0</version>
-                  <type>jdocbook-style</type>
-               </dependency>
-            </dependencies>
-            <configuration>
-               <sourceDirectory>${pom.basedir}</sourceDirectory>
-               <sourceDocumentName>master.xml</sourceDocumentName>
-               <masterTranslation>en-US</masterTranslation>
-               <translations>
-                 <translation>it-IT</translation>
-                 <translation>zh-CN</translation>
-                 <translation>zh-TW</translation>
-                 <translation>es-ES</translation>
-                 <translation>ko-KR</translation>
-               </translations>
-               <imageResource>
-                  <directory>${pom.basedir}/en-US</directory>
-                  <includes>
-                     <include>images/*.png</include>
-                  </includes>
-               </imageResource>
-               <formats>
-                  <format>
-                     <formatName>pdf</formatName>
-                     <stylesheetResource>
-                        classpath:/xslt/org/jboss/webbeans/pdf.xsl
-                     </stylesheetResource>
-                     <finalName>webbeans_reference.pdf</finalName>
-                  </format>
-                  <format>
-                     <formatName>html</formatName>
-                     <stylesheetResource>
-                        classpath:/xslt/org/jboss/webbeans/xhtml.xsl
-                     </stylesheetResource>
-                     <finalName>index.html</finalName>
-                  </format>
-                  <format>
-                     <formatName>html_single</formatName>
-                     <stylesheetResource>
-                        classpath:/xslt/org/jboss/webbeans/xhtml-single.xsl
-                     </stylesheetResource>
-                     <finalName>index.html</finalName>
-                  </format>
-               </formats>
-               <options>
-                  <xincludeSupported>true</xincludeSupported>
-                  <xmlTransformerType>saxon</xmlTransformerType>
-                  <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
-                  <!--     could also locate the docbook dependency and inspect its version... -->
-                  <docbookVersion>1.72.0</docbookVersion>
-                  <localeSeparator>-</localeSeparator>
-               </options>
-            </configuration>
-         </plugin>
-         <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-               <execution>
-                  <phase>process-classes</phase>
-                  <configuration>
-                     <tasks>
-                        <copy file="${basedir}/target/docbook/publish/en-US/pdf/webbeans_reference.pdf" todir="${basedir}" />
-                     </tasks>
-                  </configuration>
-                  <goals>
-                     <goal>run</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
-      </plugins>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-dependency-plugin</artifactId>
-               <version>2.0</version>
-            </plugin>
-            <plugin>
-               <groupId>org.jboss.maven.plugins</groupId>
-               <artifactId>maven-jdocbook-plugin</artifactId>
-               <version>${mpjdocbook.version}</version>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-      <extensions>
-         <extension>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-webdav</artifactId>
-            <version>1.0-beta-2</version>
-         </extension>
-      </extensions>
-   </build>
-   
-   <profiles>
-      <profile>
-         <activation>
-            <property>
-               <name>build.translations</name>  
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-               <groupId>org.jboss.maven.plugins</groupId>
-               <artifactId>maven-jdocbook-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <phase>process-resources</phase>
-                        <goals>
-                           <goal>translate</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
-   
-      <ciManagement>
-      <system>Hudson</system>
-      <url />
-
-   </ciManagement>
-
-   <issueManagement>
-      <system>JIRA</system>
-      <url>http://jira.jboss.org/browse/WBRI</url>
-   </issueManagement>
-
-   <inceptionYear>2008</inceptionYear>
-
-   <scm>
-
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/doc</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc</developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans/doc</url>
-   </scm>   
-</project>
\ No newline at end of file

Copied: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml (from rev 1294, doc/trunk/reference/pom.xml)
===================================================================
--- doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml	                        (rev 0)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml	2009-01-29 16:52:30 UTC (rev 1295)
@@ -0,0 +1,202 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+   <modelVersion>4.0.0</modelVersion>
+
+   <groupId>org.jboss.webbeans.reference-guide</groupId>
+   <artifactId>webbeans-reference-guide</artifactId>
+   <version>1.0.0.ALPHA2</version>
+   <packaging>jdocbook</packaging>
+   <name>Web Beans Reference Guide</name>
+
+   <pluginRepositories>
+      <pluginRepository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+   </repositories>
+
+   <properties>
+      <mpjdocbook.version>2.1.1</mpjdocbook.version>
+   </properties>
+
+   <build>
+      <defaultGoal>process-classes</defaultGoal>
+      <plugins>
+         <plugin>
+            <groupId>org.jboss.maven.plugins</groupId>
+            <artifactId>maven-jdocbook-plugin</artifactId>
+            <version>${mpjdocbook.version}</version>
+            <extensions>true</extensions>
+            <dependencies>
+               <dependency>
+                  <groupId>org.jboss.webbeans</groupId>
+                  <artifactId>webbeans-docbook-xslt</artifactId>
+                  <version>1.1.1.BETA2</version>
+                  <exclusions>
+                     <exclusion>
+                        <groupId>org.eclipse.wst.css</groupId>
+                        <artifactId>core</artifactId>
+                     </exclusion>
+                     <exclusion>
+                        <groupId>org.eclipse.wst.sse</groupId>
+                        <artifactId>core</artifactId>
+                     </exclusion>
+                  </exclusions>
+               </dependency>
+               <dependency>
+                  <groupId>org.jboss.seam</groupId>
+                  <artifactId>seam-jdocbook-style</artifactId>
+                  <version>1.1.0.GA</version>
+                  <type>jdocbook-style</type>
+               </dependency>
+               <dependency>
+                  <groupId>org.jboss</groupId>
+                  <artifactId>jbossorg-jdocbook-style</artifactId>
+                  <version>1.1.0</version>
+                  <type>jdocbook-style</type>
+               </dependency>
+            </dependencies>
+            <configuration>
+               <sourceDirectory>${pom.basedir}</sourceDirectory>
+               <sourceDocumentName>master.xml</sourceDocumentName>
+               <masterTranslation>en-US</masterTranslation>
+               <translations>
+                 <translation>it-IT</translation>
+                 <translation>zh-CN</translation>
+                 <translation>zh-TW</translation>
+                 <translation>es-ES</translation>
+                 <translation>ko-KR</translation>
+               </translations>
+               <imageResource>
+                  <directory>${pom.basedir}/en-US</directory>
+                  <includes>
+                     <include>images/*.png</include>
+                  </includes>
+               </imageResource>
+               <formats>
+                  <format>
+                     <formatName>pdf</formatName>
+                     <stylesheetResource>
+                        classpath:/xslt/org/jboss/webbeans/pdf.xsl
+                     </stylesheetResource>
+                     <finalName>webbeans_reference.pdf</finalName>
+                  </format>
+                  <format>
+                     <formatName>html</formatName>
+                     <stylesheetResource>
+                        classpath:/xslt/org/jboss/webbeans/xhtml.xsl
+                     </stylesheetResource>
+                     <finalName>index.html</finalName>
+                  </format>
+                  <format>
+                     <formatName>html_single</formatName>
+                     <stylesheetResource>
+                        classpath:/xslt/org/jboss/webbeans/xhtml-single.xsl
+                     </stylesheetResource>
+                     <finalName>index.html</finalName>
+                  </format>
+               </formats>
+               <options>
+                  <xincludeSupported>true</xincludeSupported>
+                  <xmlTransformerType>saxon</xmlTransformerType>
+                  <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
+                  <!--     could also locate the docbook dependency and inspect its version... -->
+                  <docbookVersion>1.72.0</docbookVersion>
+                  <localeSeparator>-</localeSeparator>
+               </options>
+            </configuration>
+         </plugin>
+         <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+               <execution>
+                  <phase>process-classes</phase>
+                  <configuration>
+                     <tasks>
+                        <copy file="${basedir}/target/docbook/publish/en-US/pdf/webbeans_reference.pdf" todir="${basedir}" />
+                     </tasks>
+                  </configuration>
+                  <goals>
+                     <goal>run</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+      </plugins>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-dependency-plugin</artifactId>
+               <version>2.0</version>
+            </plugin>
+            <plugin>
+               <groupId>org.jboss.maven.plugins</groupId>
+               <artifactId>maven-jdocbook-plugin</artifactId>
+               <version>${mpjdocbook.version}</version>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+      <extensions>
+         <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-webdav</artifactId>
+            <version>1.0-beta-2</version>
+         </extension>
+      </extensions>
+   </build>
+   
+   <profiles>
+      <profile>
+         <activation>
+            <property>
+               <name>build.translations</name>  
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+               <groupId>org.jboss.maven.plugins</groupId>
+               <artifactId>maven-jdocbook-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <phase>process-resources</phase>
+                        <goals>
+                           <goal>translate</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+   </profiles>
+   
+      <ciManagement>
+      <system>Hudson</system>
+      <url />
+
+   </ciManagement>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.org/browse/WBRI</url>
+   </issueManagement>
+
+   <inceptionYear>2008</inceptionYear>
+
+   <scm>
+
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/doc/tags/webbeans-reference-guide-1.0.0.ALPHA2</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc/tags/webbeans-reference-guide-1.0.0.ALPHA2</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/doc/tags/webbeans-reference-guide-1.0.0.ALPHA2</url>
+   </scm>   
+</project>
\ No newline at end of file




More information about the weld-commits mailing list