Hibernate SVN: r16894 - core/trunk/parent.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 03:22:55 -0400 (Tue, 23 Jun 2009)
New Revision: 16894
Modified:
core/trunk/parent/pom.xml
Log:
HHH-3753 - Upgrade to SLF4J version 1.5.8
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2009-06-23 07:22:36 UTC (rev 16893)
+++ core/trunk/parent/pom.xml 2009-06-23 07:22:55 UTC (rev 16894)
@@ -366,6 +366,6 @@
</distributionManagement>
<properties>
- <slf4jVersion>1.5.6</slf4jVersion>
+ <slf4jVersion>1.5.8</slf4jVersion>
</properties>
</project>
15 years, 5 months
Hibernate SVN: r16893 - in core/trunk: tutorials and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 03:22:36 -0400 (Tue, 23 Jun 2009)
New Revision: 16893
Modified:
core/trunk/jmx/pom.xml
core/trunk/tutorials/pom.xml
Log:
HHH-3753 - Upgrade to SLF4J version 1.5.8
Modified: core/trunk/jmx/pom.xml
===================================================================
--- core/trunk/jmx/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
+++ core/trunk/jmx/pom.xml 2009-06-23 07:22:36 UTC (rev 16893)
@@ -48,16 +48,5 @@
<artifactId>hibernate-core</artifactId>
<version>${version}</version>
</dependency>
- <!-- logging setup for the test suite -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
</dependencies>
</project>
Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
+++ core/trunk/tutorials/pom.xml 2009-06-23 07:22:36 UTC (rev 16893)
@@ -83,19 +83,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
+ <version>${slf4jVersion}</version>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>99.0-does-not-exist</version>
15 years, 5 months
Hibernate SVN: r16892 - in core/trunk: cache-ehcache and 9 other directories.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 03:09:35 -0400 (Tue, 23 Jun 2009)
New Revision: 16892
Modified:
core/trunk/annotations/pom.xml
core/trunk/cache-ehcache/pom.xml
core/trunk/cache-jbosscache/pom.xml
core/trunk/cache-jbosscache2/pom.xml
core/trunk/core/pom.xml
core/trunk/distribution/pom.xml
core/trunk/entitymanager/pom.xml
core/trunk/envers/pom.xml
core/trunk/parent/pom.xml
core/trunk/testsuite/pom.xml
core/trunk/tutorials/pom.xml
Log:
HHH-3979 - Upgrade to javassist 3.9.0
Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/annotations/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -67,14 +67,12 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<scope>test</scope>
- <version>2.2</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/cache-ehcache/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -42,13 +42,11 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/cache-jbosscache/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -72,54 +72,16 @@
<version>1.8.0.2</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
<!-- these are optional on core... :( -->
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>3.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/cache-jbosscache2/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -45,13 +45,11 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/core/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -30,7 +30,19 @@
<artifactId>dom4j</artifactId>
</dependency>
+ <!-- optional deps for bytecode providers until those are finally properly scoped -->
<dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<!-- YUCK, YUCK, YUCK!!!! -->
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
@@ -54,20 +66,6 @@
<version>1.6.5</version>
<scope>provided</scope>
</dependency>
-
- <!-- optional deps for bytecode providers until those are finally properly scoped -->
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.4.GA</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.2</version>
- <optional>true</optional>
- </dependency>
</dependencies>
<build>
Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/distribution/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -117,21 +117,13 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>3.1</version>
- <optional>true</optional>
- </dependency>
</dependencies>
<profiles>
Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/entitymanager/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -88,16 +88,6 @@
<artifactId>hibernate-annotations</artifactId>
<version>${version}</version>
</dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.4.GA</version>
- </dependency>
</dependencies>
</dependencyManagement>
Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/envers/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -110,13 +110,11 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/parent/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -335,6 +335,18 @@
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
+ <!-- javassist is optional, but if defined it should be version 3.9.0 -->
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.9.0.GA</version>
+ </dependency>
+ <!-- cglib is optional, but if defined it should be version 2.2 -->
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>2.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/testsuite/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -31,12 +31,10 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
</dependency>
<!-- optional dom4j dependency; needed here for dom4j (de)serialization -->
<dependency>
Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
+++ core/trunk/tutorials/pom.xml 2009-06-23 07:09:35 UTC (rev 16892)
@@ -62,18 +62,11 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.1_3</version>
</dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm-attrs</artifactId>
- <version>1.5.3</version>
- </dependency>
<!-- optional dom4j dependency; needed here for dom4j (de)serialization -->
<dependency>
<groupId>jaxen</groupId>
15 years, 5 months
Hibernate SVN: r16891 - in core/branches/Branch_3_3: cache-jbosscache and 7 other directories.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 03:09:12 -0400 (Tue, 23 Jun 2009)
New Revision: 16891
Modified:
core/branches/Branch_3_3/cache-ehcache/pom.xml
core/branches/Branch_3_3/cache-jbosscache/pom.xml
core/branches/Branch_3_3/cache-jbosscache2/pom.xml
core/branches/Branch_3_3/core/pom.xml
core/branches/Branch_3_3/distribution/pom.xml
core/branches/Branch_3_3/documentation/manual/pom.xml
core/branches/Branch_3_3/parent/pom.xml
core/branches/Branch_3_3/testsuite/pom.xml
core/branches/Branch_3_3/tutorials/pom.xml
Log:
HHH-3979 - Upgrade to javassist 3.9.0
Modified: core/branches/Branch_3_3/cache-ehcache/pom.xml
===================================================================
--- core/branches/Branch_3_3/cache-ehcache/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/cache-ehcache/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -45,14 +45,12 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: core/branches/Branch_3_3/cache-jbosscache/pom.xml
===================================================================
--- core/branches/Branch_3_3/cache-jbosscache/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/cache-jbosscache/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -73,53 +73,21 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
+ <version>${slf4jVersion}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
<!-- these are optional on core... :( -->
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>3.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: core/branches/Branch_3_3/cache-jbosscache2/pom.xml
===================================================================
--- core/branches/Branch_3_3/cache-jbosscache2/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/cache-jbosscache2/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -45,13 +45,11 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core/branches/Branch_3_3/core/pom.xml
===================================================================
--- core/branches/Branch_3_3/core/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/core/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -30,7 +30,19 @@
<artifactId>dom4j</artifactId>
</dependency>
+ <!-- optional deps for bytecode providers until those are finally properly scoped -->
<dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<!-- YUCK, YUCK, YUCK!!!! -->
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
@@ -54,20 +66,6 @@
<version>1.6.5</version>
<scope>provided</scope>
</dependency>
-
- <!-- optional deps for bytecode providers until those are finally properly scoped -->
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.4.GA</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.2</version>
- <optional>true</optional>
- </dependency>
</dependencies>
<build>
Modified: core/branches/Branch_3_3/distribution/pom.xml
===================================================================
--- core/branches/Branch_3_3/distribution/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/distribution/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -117,13 +117,11 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
<optional>true</optional>
</dependency>
</dependencies>
Modified: core/branches/Branch_3_3/documentation/manual/pom.xml
===================================================================
--- core/branches/Branch_3_3/documentation/manual/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/documentation/manual/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -107,4 +107,24 @@
</plugins>
</build>
+
+ <properties>
+ <skipTranslations>true</skipTranslations>
+ </properties>
+
+ <profiles>
+ <profile>
+ <id>processTransations</id>
+ <activation>
+ <property>
+ <name>processTransations</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <properties>
+ <skipTranslations>false</skipTranslations>
+ </properties>
+ </profile>
+ </profiles>
+
</project>
\ No newline at end of file
Modified: core/branches/Branch_3_3/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3/parent/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/parent/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -334,6 +334,18 @@
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
+ <!-- javassist is optional, but if defined it should be version 3.9.0 -->
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.9.0.GA</version>
+ </dependency>
+ <!-- cglib is optional, but if defined it should be version 2.2 -->
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>2.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: core/branches/Branch_3_3/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_3/testsuite/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/testsuite/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -31,12 +31,10 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
</dependency>
<!-- optional dom4j dependency; needed here for dom4j (de)serialization -->
<dependency>
Modified: core/branches/Branch_3_3/tutorials/pom.xml
===================================================================
--- core/branches/Branch_3_3/tutorials/pom.xml 2009-06-23 06:20:55 UTC (rev 16890)
+++ core/branches/Branch_3_3/tutorials/pom.xml 2009-06-23 07:09:12 UTC (rev 16891)
@@ -62,18 +62,11 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
- <version>2.2</version>
</dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm-attrs</artifactId>
- <version>1.5.3</version>
- </dependency>
<!-- optional dom4j dependency; needed here for dom4j (de)serialization -->
<dependency>
<groupId>jaxen</groupId>
15 years, 5 months
Hibernate SVN: r16889 - in core/trunk/documentation/manual: src/main/docbook/en-US and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 02:16:45 -0400 (Tue, 23 Jun 2009)
New Revision: 16889
Added:
core/trunk/documentation/manual/src/main/docbook/en-US/author_group.xml
Removed:
core/trunk/documentation/manual/src/main/docbook/en-US/translators.xml
Modified:
core/trunk/documentation/manual/pom.xml
core/trunk/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
Log:
HHH-3981 - Upgrade to jDocBook 2.2.0
Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml 2009-06-23 06:16:25 UTC (rev 16888)
+++ core/trunk/documentation/manual/pom.xml 2009-06-23 06:16:45 UTC (rev 16889)
@@ -19,11 +19,27 @@
<build>
<plugins>
<plugin>
+ <!-- Needed in order to load the proper 'artifact handler' for the 'jdocbook-style' packaging -->
<groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-style-plugin</artifactId>
+ <version>2.0.0</version>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.1.2</version>
+ <version>2.2.0</version>
<extensions>true</extensions>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-jdocbook-style</artifactId>
+ <version>2.0.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ </dependencies>
+
<executions>
<execution>
<!--
@@ -37,49 +53,16 @@
</goals>
</execution>
</executions>
-<!--
- <dependencies>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-jdocbook-style</artifactId>
- <version>1.0.2</version>
- <type>jdocbook-style</type>
- </dependency>
- </dependencies>
--->
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-docbook-xslt</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.1.0</version>
- <type>jdocbook-style</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jbosstools-docbook-xslt</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
<configuration>
<sourceDocumentName>Hibernate_Reference.xml</sourceDocumentName>
<masterTranslation>en-US</masterTranslation>
<translations>
-<!--
<translation>es-ES</translation>
--->
<translation>fr-FR</translation>
<translation>ja-JP</translation>
<translation>ko-KR</translation>
-<!--
<translation>pt-BR</translation>
--->
<translation>zh-CN</translation>
</translations>
<imageResource>
@@ -91,30 +74,33 @@
<exclude>**/*.zargo</exclude>
</excludes>
</imageResource>
+ <profiling>
+ <enabled>true</enabled>
+ </profiling>
<formats>
<format>
<formatName>pdf</formatName>
- <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
<finalName>hibernate_reference.pdf</finalName>
- <profilingTypeName>two_pass</profilingTypeName>
</format>
<format>
<formatName>html_single</formatName>
- <stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
- <profilingTypeName>two_pass</profilingTypeName>
</format>
<format>
<formatName>html</formatName>
- <stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
- <profilingTypeName>two_pass</profilingTypeName>
</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>
- <useRelativeImageUris>false</useRelativeImageUris>
</options>
</configuration>
</plugin>
Modified: core/trunk/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml 2009-06-23 06:16:25 UTC (rev 16888)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml 2009-06-23 06:16:45 UTC (rev 16889)
@@ -23,7 +23,8 @@
~ Boston, MA 02110-1301 USA
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY versionNumber "3.3.0.GA">
+ <!ENTITY versionNumber "WORKING">
+ <!ENTITY today "TODAY">
<!ENTITY copyrightYear "2004">
<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
]>
@@ -35,6 +36,7 @@
<subtitle>Hibernate Reference Documentation</subtitle>
<releaseinfo>&versionNumber;</releaseinfo>
<productnumber>&versionNumber;</productnumber>
+ <pubdate>&today;</pubdate>
<issuenum>1</issuenum>
<mediaobject>
<imageobject role="fo">
@@ -49,7 +51,7 @@
<holder>©rightHolder;</holder>
</copyright>
<xi:include href="legal_notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- include translators... -->
+ <xi:include href="author_group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
<toc/>
@@ -94,6 +96,5 @@
<xi:include href="content/portability.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="content/bibliography.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
</book>
Added: core/trunk/documentation/manual/src/main/docbook/en-US/author_group.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/author_group.xml (rev 0)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/author_group.xml 2009-06-23 06:16:45 UTC (rev 16889)
@@ -0,0 +1,188 @@
+<!--
+ ~ Hibernate, Relational Persistence for Idiomatic Java
+ ~
+ ~ Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ This copyrighted material is made available to anyone wishing to use, modify,
+ ~ copy, or redistribute it subject to the terms and conditions of the GNU
+ ~ Lesser General Public License, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ ~ for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public License
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 51 Franklin Street, Fifth Floor
+ ~ Boston, MA 02110-1301 USA
+ -->
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<authorgroup>
+ <author>
+ <firstname>Gavin</firstname>
+ <surname>King</surname>
+ </author>
+ <author>
+ <firstname>Christian</firstname>
+ <surname>Bauer</surname>
+ </author>
+ <author>
+ <firstname>Max</firstname>
+ <othername>Rydahl</othername>
+ <surname>Andersen</surname>
+ </author>
+ <author>
+ <firstname>Emmanuel</firstname>
+ <surname>Bernard</surname>
+ </author>
+ <author>
+ <firstname>Steve</firstname>
+ <surname>Ebersole</surname>
+ </author>
+
+ <othercredit>
+ <firstname>James</firstname>
+ <surname>Cobb</surname>
+ <affiliation>
+ <shortaffil>Graphic Design</shortaffil>
+ </affiliation>
+ </othercredit>
+ <othercredit>
+ <firstname>Cheyenne</firstname>
+ <surname>Weaver</surname>
+ <affiliation>
+ <shortaffil>Graphic Design</shortaffil>
+ </affiliation>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # Spanish
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="es-ES">
+ <othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername>
+ <email>kreimer(a)bbs.frc.utn.edu.ar</email>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # French
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Vincent</firstname>
+ <surname>Ricard</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Sebastien</firstname>
+ <surname>Cesbron</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Michael</firstname>
+ <surname>Courcy</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Vincent</firstname>
+ <surname>Giguère</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Baptiste</firstname>
+ <surname>Mathus</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Emmanuel</firstname>
+ <surname>Bernard</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Anthony</firstname>
+ <surname>Patricio</surname>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # Portugese
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Alvaro</firstname>
+ <surname>Netto</surname>
+ <email>alvaronetto(a)cetip.com.br</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Anderson</firstname>
+ <surname>Braulio</surname>
+ <email>andersonbraulio(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Daniel Vieira</firstname>
+ <surname>Costa</surname>
+ <email>danielvc(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Francisco</firstname>
+ <surname>gamarra</surname>
+ <email>francisco.gamarra(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Gamarra</firstname>
+ <email>mauricio.gamarra(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Luiz Carlos</firstname>
+ <surname>Rodrigues</surname>
+ <email>luizcarlos_rodrigues(a)yahoo.com.br</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Marcel</firstname>
+ <surname>Castelo</surname>
+ <email>marcel.castelo(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Paulo</firstname>
+ <surname>César</surname>
+ <email>paulocol(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Pablo L.</firstname>
+ <surname>de Miranda</surname>
+ <email>pablolmiranda(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Renato</firstname>
+ <surname>Deggau</surname>
+ <email>rdeggau(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Rogério</firstname>
+ <surname>Araújo</surname>
+ <email>rgildoaraujo(a)yahoo.com.br</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Wanderson</firstname>
+ <surname>Siqueira</surname>
+ <email>wandersonxs(a)gmail.com</email>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # Chinese
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="zh-CN">
+ <firstname>Cao</firstname>
+ <surname>Xiaogang</surname>
+ <affiliation>
+ <orgname>RedSaga</orgname>
+ </affiliation>
+ <contrib>Translation Lead</contrib>
+ <email>caoxg(a)yahoo.com</email>
+ </othercredit>
+
+</authorgroup>
Deleted: core/trunk/documentation/manual/src/main/docbook/en-US/translators.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/translators.xml 2009-06-23 06:16:25 UTC (rev 16888)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/translators.xml 2009-06-23 06:16:45 UTC (rev 16889)
@@ -1,154 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!--
- ~ Hibernate, Relational Persistence for Idiomatic Java
- ~
- ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
- ~ indicated by the @author tags or express copyright attribution
- ~ statements applied by the authors. All third-party contributions are
- ~ distributed under license by Red Hat Middleware LLC.
- ~
- ~ This copyrighted material is made available to anyone wishing to use, modify,
- ~ copy, or redistribute it subject to the terms and conditions of the GNU
- ~ Lesser General Public License, as published by the Free Software Foundation.
- ~
- ~ This program is distributed in the hope that it will be useful,
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- ~ for more details.
- ~
- ~ You should have received a copy of the GNU Lesser General Public License
- ~ along with this distribution; if not, write to:
- ~ Free Software Foundation, Inc.
- ~ 51 Franklin Street, Fifth Floor
- ~ Boston, MA 02110-1301 USA
- -->
-
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-
-<authorgroup id="AuthorGroup">
-
- <!--
- #######################################################################
- # Spanish
- #######################################################################
- -->
- <othercredit class="translator" lang="es-ES">
- <othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername>
- <email>kreimer(a)bbs.frc.utn.edu.ar</email>
- </othercredit>
-
- <!--
- #######################################################################
- # French
- #######################################################################
- -->
- <othercredit class="translator" lang="fr-FR">
- <firstname>Vincent</firstname>
- <surname>Ricard</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Sebastien</firstname>
- <surname>Cesbron</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Michael</firstname>
- <surname>Courcy</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Vincent</firstname>
- <surname>Giguère</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Baptiste</firstname>
- <surname>Mathus</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Emmanuel</firstname>
- <surname>Bernard</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Anthony</firstname>
- <surname>Patricio</surname>
- </othercredit>
-
- <!--
- #######################################################################
- # Portugese
- #######################################################################
- -->
- <othercredit class="translator" lang="pt-BR">
- <firstname>Alvaro</firstname>
- <surname>Netto</surname>
- <email>alvaronetto(a)cetip.com.br</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Anderson</firstname>
- <surname>Braulio</surname>
- <email>andersonbraulio(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Daniel Vieira</firstname>
- <surname>Costa</surname>
- <email>danielvc(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Francisco</firstname>
- <surname>gamarra</surname>
- <email>francisco.gamarra(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Gamarra</firstname>
- <email>mauricio.gamarra(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Luiz Carlos</firstname>
- <surname>Rodrigues</surname>
- <email>luizcarlos_rodrigues(a)yahoo.com.br</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Marcel</firstname>
- <surname>Castelo</surname>
- <email>marcel.castelo(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Paulo</firstname>
- <surname>César</surname>
- <email>paulocol(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Pablo L.</firstname>
- <surname>de Miranda</surname>
- <email>pablolmiranda(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Renato</firstname>
- <surname>Deggau</surname>
- <email>rdeggau(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Rogério</firstname>
- <surname>Araújo</surname>
- <email>rgildoaraujo(a)yahoo.com.br</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Wanderson</firstname>
- <surname>Siqueira</surname>
- <email>wandersonxs(a)gmail.com</email>
- </othercredit>
-
- <!--
- #######################################################################
- # Chinese
- #######################################################################
- -->
- <othercredit class="translator" lang="zh-CN">
- <firstname>Cao</firstname>
- <surname>Xiaogang</surname>
- <affiliation>
- <orgname>RedSaga</orgname>
- </affiliation>
- <contrib>Translation Lead</contrib>
- <email>caoxg(a)yahoo.com</email>
- </othercredit>
-
-</authorgroup>
15 years, 5 months
Hibernate SVN: r16888 - in core/branches/Branch_3_3/documentation/manual: src/main/docbook/en-US and 13 other directories.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 02:16:25 -0400 (Tue, 23 Jun 2009)
New Revision: 16888
Added:
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/author_group.xml
core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/author_group.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/content/bibliography.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/author_group.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/content/bibliography.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/author_group.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/content/bibliography.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/author_group.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/content/bibliography.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/pot/author_group.pot
core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/author_group.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/content/bibliography.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/author_group.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/content/bibliography.po
Removed:
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/translators.xml
Modified:
core/branches/Branch_3_3/documentation/manual/pom.xml
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/Hibernate_Reference.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/legal_notice.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/Hibernate_Reference.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/legal_notice.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/Hibernate_Reference.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/legal_notice.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/Hibernate_Reference.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/legal_notice.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/Hibernate_Reference.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/legal_notice.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/Hibernate_Reference.po
core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/legal_notice.po
Log:
HHH-3981 - Upgrade to jDocBook 2.2.0
Modified: core/branches/Branch_3_3/documentation/manual/pom.xml
===================================================================
--- core/branches/Branch_3_3/documentation/manual/pom.xml 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/pom.xml 2009-06-23 06:16:25 UTC (rev 16888)
@@ -19,10 +19,27 @@
<build>
<plugins>
<plugin>
+ <!-- Needed in order to load the proper 'artifact handler' for the 'jdocbook-style' packaging -->
<groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-style-plugin</artifactId>
+ <version>2.0.0</version>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.1.2</version>
+ <version>2.2.0</version>
<extensions>true</extensions>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-jdocbook-style</artifactId>
+ <version>2.0.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ </dependencies>
+
<executions>
<execution>
<!--
@@ -36,28 +53,17 @@
</goals>
</execution>
</executions>
- <dependencies>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-jdocbook-style</artifactId>
- <version>1.0.2</version>
- <type>jdocbook-style</type>
- </dependency>
- </dependencies>
+
<configuration>
<sourceDocumentName>Hibernate_Reference.xml</sourceDocumentName>
<masterTranslation>en-US</masterTranslation>
<translations>
-<!--
<translation>es-ES</translation>
--->
<translation>fr-FR</translation>
-<!--
<translation>ja-JP</translation>
<translation>ko-KR</translation>
<translation>pt-BR</translation>
<translation>zh-CN</translation>
--->
</translations>
<imageResource>
<directory>${basedir}/src/main/docbook/en-US</directory>
@@ -68,30 +74,33 @@
<exclude>**/*.zargo</exclude>
</excludes>
</imageResource>
+ <profiling>
+ <enabled>true</enabled>
+ </profiling>
<formats>
<format>
<formatName>pdf</formatName>
- <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
<finalName>hibernate_reference.pdf</finalName>
- <profilingTypeName>two_pass</profilingTypeName>
</format>
<format>
<formatName>html_single</formatName>
- <stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
- <profilingTypeName>two_pass</profilingTypeName>
</format>
<format>
<formatName>html</formatName>
- <stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
- <profilingTypeName>two_pass</profilingTypeName>
</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>
- <useRelativeImageUris>false</useRelativeImageUris>
</options>
</configuration>
</plugin>
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml 2009-06-23 06:16:25 UTC (rev 16888)
@@ -23,7 +23,8 @@
~ Boston, MA 02110-1301 USA
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY versionNumber "3.3.1">
+ <!ENTITY versionNumber "WORKING">
+ <!ENTITY today "TODAY">
<!ENTITY copyrightYear "2004">
<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
]>
@@ -35,6 +36,7 @@
<subtitle>Hibernate Reference Documentation</subtitle>
<releaseinfo>&versionNumber;</releaseinfo>
<productnumber>&versionNumber;</productnumber>
+ <pubdate>&today;</pubdate>
<issuenum>1</issuenum>
<mediaobject>
<imageobject role="fo">
@@ -49,7 +51,7 @@
<holder>©rightHolder;</holder>
</copyright>
<xi:include href="legal_notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- include translators... -->
+ <xi:include href="author_group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
<toc/>
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/author_group.xml
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/author_group.xml (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/author_group.xml 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,188 @@
+<!--
+ ~ Hibernate, Relational Persistence for Idiomatic Java
+ ~
+ ~ Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ This copyrighted material is made available to anyone wishing to use, modify,
+ ~ copy, or redistribute it subject to the terms and conditions of the GNU
+ ~ Lesser General Public License, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ ~ for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public License
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 51 Franklin Street, Fifth Floor
+ ~ Boston, MA 02110-1301 USA
+ -->
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<authorgroup>
+ <author>
+ <firstname>Gavin</firstname>
+ <surname>King</surname>
+ </author>
+ <author>
+ <firstname>Christian</firstname>
+ <surname>Bauer</surname>
+ </author>
+ <author>
+ <firstname>Max</firstname>
+ <othername>Rydahl</othername>
+ <surname>Andersen</surname>
+ </author>
+ <author>
+ <firstname>Emmanuel</firstname>
+ <surname>Bernard</surname>
+ </author>
+ <author>
+ <firstname>Steve</firstname>
+ <surname>Ebersole</surname>
+ </author>
+
+ <othercredit>
+ <firstname>James</firstname>
+ <surname>Cobb</surname>
+ <affiliation>
+ <shortaffil>Graphic Design</shortaffil>
+ </affiliation>
+ </othercredit>
+ <othercredit>
+ <firstname>Cheyenne</firstname>
+ <surname>Weaver</surname>
+ <affiliation>
+ <shortaffil>Graphic Design</shortaffil>
+ </affiliation>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # Spanish
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="es-ES">
+ <othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername>
+ <email>kreimer(a)bbs.frc.utn.edu.ar</email>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # French
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Vincent</firstname>
+ <surname>Ricard</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Sebastien</firstname>
+ <surname>Cesbron</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Michael</firstname>
+ <surname>Courcy</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Vincent</firstname>
+ <surname>Giguère</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Baptiste</firstname>
+ <surname>Mathus</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Emmanuel</firstname>
+ <surname>Bernard</surname>
+ </othercredit>
+ <othercredit class="translator" lang="fr-FR">
+ <firstname>Anthony</firstname>
+ <surname>Patricio</surname>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # Portugese
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Alvaro</firstname>
+ <surname>Netto</surname>
+ <email>alvaronetto(a)cetip.com.br</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Anderson</firstname>
+ <surname>Braulio</surname>
+ <email>andersonbraulio(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Daniel Vieira</firstname>
+ <surname>Costa</surname>
+ <email>danielvc(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Francisco</firstname>
+ <surname>gamarra</surname>
+ <email>francisco.gamarra(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Gamarra</firstname>
+ <email>mauricio.gamarra(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Luiz Carlos</firstname>
+ <surname>Rodrigues</surname>
+ <email>luizcarlos_rodrigues(a)yahoo.com.br</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Marcel</firstname>
+ <surname>Castelo</surname>
+ <email>marcel.castelo(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Paulo</firstname>
+ <surname>César</surname>
+ <email>paulocol(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Pablo L.</firstname>
+ <surname>de Miranda</surname>
+ <email>pablolmiranda(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Renato</firstname>
+ <surname>Deggau</surname>
+ <email>rdeggau(a)gmail.com</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Rogério</firstname>
+ <surname>Araújo</surname>
+ <email>rgildoaraujo(a)yahoo.com.br</email>
+ </othercredit>
+ <othercredit class="translator" lang="pt-BR">
+ <firstname>Wanderson</firstname>
+ <surname>Siqueira</surname>
+ <email>wandersonxs(a)gmail.com</email>
+ </othercredit>
+
+ <!--
+ #######################################################################
+ # Chinese
+ #######################################################################
+ -->
+ <othercredit class="translator" lang="zh-CN">
+ <firstname>Cao</firstname>
+ <surname>Xiaogang</surname>
+ <affiliation>
+ <orgname>RedSaga</orgname>
+ </affiliation>
+ <contrib>Translation Lead</contrib>
+ <email>caoxg(a)yahoo.com</email>
+ </othercredit>
+
+</authorgroup>
Deleted: core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/translators.xml
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/translators.xml 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/translators.xml 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,154 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!--
- ~ Hibernate, Relational Persistence for Idiomatic Java
- ~
- ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
- ~ indicated by the @author tags or express copyright attribution
- ~ statements applied by the authors. All third-party contributions are
- ~ distributed under license by Red Hat Middleware LLC.
- ~
- ~ This copyrighted material is made available to anyone wishing to use, modify,
- ~ copy, or redistribute it subject to the terms and conditions of the GNU
- ~ Lesser General Public License, as published by the Free Software Foundation.
- ~
- ~ This program is distributed in the hope that it will be useful,
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- ~ for more details.
- ~
- ~ You should have received a copy of the GNU Lesser General Public License
- ~ along with this distribution; if not, write to:
- ~ Free Software Foundation, Inc.
- ~ 51 Franklin Street, Fifth Floor
- ~ Boston, MA 02110-1301 USA
- -->
-
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-
-<authorgroup id="AuthorGroup">
-
- <!--
- #######################################################################
- # Spanish
- #######################################################################
- -->
- <othercredit class="translator" lang="es-ES">
- <othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername>
- <email>kreimer(a)bbs.frc.utn.edu.ar</email>
- </othercredit>
-
- <!--
- #######################################################################
- # French
- #######################################################################
- -->
- <othercredit class="translator" lang="fr-FR">
- <firstname>Vincent</firstname>
- <surname>Ricard</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Sebastien</firstname>
- <surname>Cesbron</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Michael</firstname>
- <surname>Courcy</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Vincent</firstname>
- <surname>Giguère</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Baptiste</firstname>
- <surname>Mathus</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Emmanuel</firstname>
- <surname>Bernard</surname>
- </othercredit>
- <othercredit class="translator" lang="fr-FR">
- <firstname>Anthony</firstname>
- <surname>Patricio</surname>
- </othercredit>
-
- <!--
- #######################################################################
- # Portugese
- #######################################################################
- -->
- <othercredit class="translator" lang="pt-BR">
- <firstname>Alvaro</firstname>
- <surname>Netto</surname>
- <email>alvaronetto(a)cetip.com.br</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Anderson</firstname>
- <surname>Braulio</surname>
- <email>andersonbraulio(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Daniel Vieira</firstname>
- <surname>Costa</surname>
- <email>danielvc(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Francisco</firstname>
- <surname>gamarra</surname>
- <email>francisco.gamarra(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Gamarra</firstname>
- <email>mauricio.gamarra(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Luiz Carlos</firstname>
- <surname>Rodrigues</surname>
- <email>luizcarlos_rodrigues(a)yahoo.com.br</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Marcel</firstname>
- <surname>Castelo</surname>
- <email>marcel.castelo(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Paulo</firstname>
- <surname>César</surname>
- <email>paulocol(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Pablo L.</firstname>
- <surname>de Miranda</surname>
- <email>pablolmiranda(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Renato</firstname>
- <surname>Deggau</surname>
- <email>rdeggau(a)gmail.com</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Rogério</firstname>
- <surname>Araújo</surname>
- <email>rgildoaraujo(a)yahoo.com.br</email>
- </othercredit>
- <othercredit class="translator" lang="pt-BR">
- <firstname>Wanderson</firstname>
- <surname>Siqueira</surname>
- <email>wandersonxs(a)gmail.com</email>
- </othercredit>
-
- <!--
- #######################################################################
- # Chinese
- #######################################################################
- -->
- <othercredit class="translator" lang="zh-CN">
- <firstname>Cao</firstname>
- <surname>Xiaogang</surname>
- <affiliation>
- <orgname>RedSaga</orgname>
- </affiliation>
- <contrib>Translation Lead</contrib>
- <email>caoxg(a)yahoo.com</email>
- </othercredit>
-
-</authorgroup>
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/Hibernate_Reference.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/Hibernate_Reference.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/Hibernate_Reference.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,24 +1,32 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:26
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: Hibernate_Reference.xml:34
+#, no-c-format
msgid "HIBERNATE - Relational Persistence for Idiomatic Java"
msgstr "HIBERNATE - Persistencia Relacional para Java Idiomático"
-#: index.docbook:27
+#. Tag: subtitle
+#: Hibernate_Reference.xml:35
+#, no-c-format
msgid "Hibernate Reference Documentation"
msgstr "Documentación de Referencia de Hibernate"
-#: index.docbook:41
+#. Tag: holder
+#: Hibernate_Reference.xml:49
+#, no-c-format
msgid "©rightHolder;"
msgstr "©rightHolder;"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/author_group.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/author_group.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/author_group.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,221 @@
+# Language es-ES translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: 2009-06-16 18:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid ""
+"<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</"
+"surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid ""
+"<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid ""
+"<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> "
+"<email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid ""
+"<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></"
+"othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid ""
+"<firstname>Alvaro</firstname> <surname>Netto</surname> "
+"<email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid ""
+"<firstname>Anderson</firstname> <surname>Braulio</surname> "
+"<email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid ""
+"<firstname>Daniel Vieira</firstname> <surname>Costa</surname> "
+"<email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid ""
+"<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco."
+"gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid ""
+"<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid ""
+"<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> "
+"<email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid ""
+"<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel."
+"castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid ""
+"<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid ""
+"<firstname>Pablo L.</firstname> <surname>de Miranda</surname> "
+"<email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid ""
+"<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid ""
+"<firstname>Rogério</firstname> <surname>Araújo</surname> "
+"<email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid ""
+"<firstname>Wanderson</firstname> <surname>Siqueira</surname> "
+"<email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid ""
+"<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> "
+"<orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</"
+"contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/content/bibliography.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/content/bibliography.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/content/bibliography.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,68 @@
+# Language es-ES translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
+"PO-Revision-Date: 2009-06-10 21:02+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#: bibliography.xml:27
+#, no-c-format
+msgid "References"
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:31
+#, no-c-format
+msgid "Patterns of Enterprise Application Architecture"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:34
+#, no-c-format
+msgid "<firstname>Martin</firstname> <surname>Fowler</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:41
+#, no-c-format
+msgid "Pearson Education, Inc."
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:50
+#, no-c-format
+msgid "Java Persistence with Hibernate"
+msgstr ""
+
+#. Tag: subtitle
+#: bibliography.xml:51
+#, no-c-format
+msgid "Second Edition of Hibernate in Action"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:57
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:61
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:68
+#, no-c-format
+msgid "Manning Publications Co."
+msgstr ""
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/legal_notice.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/legal_notice.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/es-ES/legal_notice.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,40 +1,84 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:20
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: legal_notice.xml:28
+#, no-c-format
msgid "Legal Notice"
msgstr "Legal Notice"
-#: index.docbook:22
-msgid "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
-msgstr "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
+#. Tag: address
+#: legal_notice.xml:30
+#, no-c-format
+msgid ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
+msgstr ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
-#: index.docbook:31
-msgid "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
-msgstr "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
+#. Tag: para
+#: legal_notice.xml:39
+#, fuzzy, no-c-format
+msgid ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
+msgstr ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
-#: index.docbook:40
-msgid "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
-msgstr "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
+#. Tag: para
+#: legal_notice.xml:45
+#, no-c-format
+msgid ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
+msgstr ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
-#: index.docbook:43
-msgid "All other trademarks referenced herein are the property of their respective owners."
-msgstr "All other trademarks referenced herein are the property of their respective owners."
+#. Tag: para
+#: legal_notice.xml:48
+#, no-c-format
+msgid ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
+msgstr ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
-#: index.docbook:46
+#. Tag: para
+#: legal_notice.xml:51
+#, no-c-format
msgid "The GPG fingerprint of the security(a)redhat.com key is:"
msgstr "The GPG fingerprint of the security(a)redhat.com key is:"
-#: index.docbook:49
+#. Tag: para
+#: legal_notice.xml:54
+#, no-c-format
msgid "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
msgstr "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/Hibernate_Reference.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/Hibernate_Reference.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/Hibernate_Reference.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,24 +1,32 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:26
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: Hibernate_Reference.xml:34
+#, no-c-format
msgid "HIBERNATE - Relational Persistence for Idiomatic Java"
msgstr "HIBERNATE - Persistance relationnelle en Java standard"
-#: index.docbook:27
+#. Tag: subtitle
+#: Hibernate_Reference.xml:35
+#, no-c-format
msgid "Hibernate Reference Documentation"
msgstr "Documentation de référence d'Hibernate"
-#: index.docbook:41
+#. Tag: holder
+#: Hibernate_Reference.xml:49
+#, no-c-format
msgid "©rightHolder;"
msgstr "©rightHolder;"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/author_group.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/author_group.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/author_group.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,221 @@
+# Language fr-FR translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: 2009-06-16 18:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid ""
+"<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</"
+"surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid ""
+"<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid ""
+"<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> "
+"<email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid ""
+"<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></"
+"othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid ""
+"<firstname>Alvaro</firstname> <surname>Netto</surname> "
+"<email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid ""
+"<firstname>Anderson</firstname> <surname>Braulio</surname> "
+"<email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid ""
+"<firstname>Daniel Vieira</firstname> <surname>Costa</surname> "
+"<email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid ""
+"<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco."
+"gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid ""
+"<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid ""
+"<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> "
+"<email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid ""
+"<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel."
+"castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid ""
+"<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid ""
+"<firstname>Pablo L.</firstname> <surname>de Miranda</surname> "
+"<email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid ""
+"<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid ""
+"<firstname>Rogério</firstname> <surname>Araújo</surname> "
+"<email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid ""
+"<firstname>Wanderson</firstname> <surname>Siqueira</surname> "
+"<email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid ""
+"<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> "
+"<orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</"
+"contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/content/bibliography.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/content/bibliography.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/content/bibliography.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,68 @@
+# Language fr-FR translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
+"PO-Revision-Date: 2009-06-10 21:02+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#: bibliography.xml:27
+#, no-c-format
+msgid "References"
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:31
+#, no-c-format
+msgid "Patterns of Enterprise Application Architecture"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:34
+#, no-c-format
+msgid "<firstname>Martin</firstname> <surname>Fowler</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:41
+#, no-c-format
+msgid "Pearson Education, Inc."
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:50
+#, no-c-format
+msgid "Java Persistence with Hibernate"
+msgstr ""
+
+#. Tag: subtitle
+#: bibliography.xml:51
+#, no-c-format
+msgid "Second Edition of Hibernate in Action"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:57
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:61
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:68
+#, no-c-format
+msgid "Manning Publications Co."
+msgstr ""
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/legal_notice.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/legal_notice.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/fr-FR/legal_notice.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,40 +1,84 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:20
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: legal_notice.xml:28
+#, no-c-format
msgid "Legal Notice"
msgstr "Legal Notice"
-#: index.docbook:22
-msgid "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
-msgstr "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
+#. Tag: address
+#: legal_notice.xml:30
+#, no-c-format
+msgid ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
+msgstr ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
-#: index.docbook:31
-msgid "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
-msgstr "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
+#. Tag: para
+#: legal_notice.xml:39
+#, fuzzy, no-c-format
+msgid ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
+msgstr ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
-#: index.docbook:40
-msgid "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
-msgstr "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
+#. Tag: para
+#: legal_notice.xml:45
+#, no-c-format
+msgid ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
+msgstr ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
-#: index.docbook:43
-msgid "All other trademarks referenced herein are the property of their respective owners."
-msgstr "All other trademarks referenced herein are the property of their respective owners."
+#. Tag: para
+#: legal_notice.xml:48
+#, no-c-format
+msgid ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
+msgstr ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
-#: index.docbook:46
+#. Tag: para
+#: legal_notice.xml:51
+#, no-c-format
msgid "The GPG fingerprint of the security(a)redhat.com key is:"
msgstr "The GPG fingerprint of the security(a)redhat.com key is:"
-#: index.docbook:49
+#. Tag: para
+#: legal_notice.xml:54
+#, no-c-format
msgid "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
msgstr "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/Hibernate_Reference.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/Hibernate_Reference.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/Hibernate_Reference.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,24 +1,32 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:26
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: Hibernate_Reference.xml:34
+#, no-c-format
msgid "HIBERNATE - Relational Persistence for Idiomatic Java"
msgstr "HIBERNATE - Relational Persistence for Idiomatic Java"
-#: index.docbook:27
+#. Tag: subtitle
+#: Hibernate_Reference.xml:35
+#, no-c-format
msgid "Hibernate Reference Documentation"
msgstr "Hibernate Reference Documentation"
-#: index.docbook:41
+#. Tag: holder
+#: Hibernate_Reference.xml:49
+#, no-c-format
msgid "©rightHolder;"
msgstr "©rightHolder;"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/author_group.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/author_group.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/author_group.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,221 @@
+# Language ja-JP translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: 2009-06-16 18:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid ""
+"<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</"
+"surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid ""
+"<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid ""
+"<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> "
+"<email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid ""
+"<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></"
+"othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid ""
+"<firstname>Alvaro</firstname> <surname>Netto</surname> "
+"<email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid ""
+"<firstname>Anderson</firstname> <surname>Braulio</surname> "
+"<email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid ""
+"<firstname>Daniel Vieira</firstname> <surname>Costa</surname> "
+"<email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid ""
+"<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco."
+"gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid ""
+"<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid ""
+"<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> "
+"<email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid ""
+"<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel."
+"castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid ""
+"<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid ""
+"<firstname>Pablo L.</firstname> <surname>de Miranda</surname> "
+"<email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid ""
+"<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid ""
+"<firstname>Rogério</firstname> <surname>Araújo</surname> "
+"<email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid ""
+"<firstname>Wanderson</firstname> <surname>Siqueira</surname> "
+"<email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid ""
+"<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> "
+"<orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</"
+"contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/content/bibliography.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/content/bibliography.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/content/bibliography.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,68 @@
+# Language ja-JP translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
+"PO-Revision-Date: 2009-06-10 21:02+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#: bibliography.xml:27
+#, no-c-format
+msgid "References"
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:31
+#, no-c-format
+msgid "Patterns of Enterprise Application Architecture"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:34
+#, no-c-format
+msgid "<firstname>Martin</firstname> <surname>Fowler</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:41
+#, no-c-format
+msgid "Pearson Education, Inc."
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:50
+#, no-c-format
+msgid "Java Persistence with Hibernate"
+msgstr ""
+
+#. Tag: subtitle
+#: bibliography.xml:51
+#, no-c-format
+msgid "Second Edition of Hibernate in Action"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:57
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:61
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:68
+#, no-c-format
+msgid "Manning Publications Co."
+msgstr ""
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/legal_notice.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/legal_notice.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ja-JP/legal_notice.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,40 +1,84 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:20
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: legal_notice.xml:28
+#, no-c-format
msgid "Legal Notice"
msgstr "Legal Notice"
-#: index.docbook:22
-msgid "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
-msgstr "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
+#. Tag: address
+#: legal_notice.xml:30
+#, no-c-format
+msgid ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
+msgstr ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
-#: index.docbook:31
-msgid "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
-msgstr "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
+#. Tag: para
+#: legal_notice.xml:39
+#, fuzzy, no-c-format
+msgid ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
+msgstr ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
-#: index.docbook:40
-msgid "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
-msgstr "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
+#. Tag: para
+#: legal_notice.xml:45
+#, no-c-format
+msgid ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
+msgstr ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
-#: index.docbook:43
-msgid "All other trademarks referenced herein are the property of their respective owners."
-msgstr "All other trademarks referenced herein are the property of their respective owners."
+#. Tag: para
+#: legal_notice.xml:48
+#, no-c-format
+msgid ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
+msgstr ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
-#: index.docbook:46
+#. Tag: para
+#: legal_notice.xml:51
+#, no-c-format
msgid "The GPG fingerprint of the security(a)redhat.com key is:"
msgstr "The GPG fingerprint of the security(a)redhat.com key is:"
-#: index.docbook:49
+#. Tag: para
+#: legal_notice.xml:54
+#, no-c-format
msgid "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
msgstr "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/Hibernate_Reference.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/Hibernate_Reference.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/Hibernate_Reference.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,24 +1,32 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:26
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: Hibernate_Reference.xml:34
+#, no-c-format
msgid "HIBERNATE - Relational Persistence for Idiomatic Java"
msgstr "HIBERNATE - 개성있는 자바를 위한 관계 영속"
-#: index.docbook:27
+#. Tag: subtitle
+#: Hibernate_Reference.xml:35
+#, no-c-format
msgid "Hibernate Reference Documentation"
msgstr "하이버네이트 참조 문서"
-#: index.docbook:41
+#. Tag: holder
+#: Hibernate_Reference.xml:49
+#, no-c-format
msgid "©rightHolder;"
msgstr "©rightHolder;"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/author_group.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/author_group.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/author_group.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,221 @@
+# Language ko-KR translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: 2009-06-16 18:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid ""
+"<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</"
+"surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid ""
+"<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid ""
+"<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> "
+"<email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid ""
+"<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></"
+"othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid ""
+"<firstname>Alvaro</firstname> <surname>Netto</surname> "
+"<email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid ""
+"<firstname>Anderson</firstname> <surname>Braulio</surname> "
+"<email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid ""
+"<firstname>Daniel Vieira</firstname> <surname>Costa</surname> "
+"<email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid ""
+"<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco."
+"gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid ""
+"<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid ""
+"<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> "
+"<email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid ""
+"<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel."
+"castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid ""
+"<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid ""
+"<firstname>Pablo L.</firstname> <surname>de Miranda</surname> "
+"<email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid ""
+"<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid ""
+"<firstname>Rogério</firstname> <surname>Araújo</surname> "
+"<email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid ""
+"<firstname>Wanderson</firstname> <surname>Siqueira</surname> "
+"<email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid ""
+"<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> "
+"<orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</"
+"contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/content/bibliography.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/content/bibliography.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/content/bibliography.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,68 @@
+# Language ko-KR translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
+"PO-Revision-Date: 2009-06-10 21:02+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#: bibliography.xml:27
+#, no-c-format
+msgid "References"
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:31
+#, no-c-format
+msgid "Patterns of Enterprise Application Architecture"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:34
+#, no-c-format
+msgid "<firstname>Martin</firstname> <surname>Fowler</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:41
+#, no-c-format
+msgid "Pearson Education, Inc."
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:50
+#, no-c-format
+msgid "Java Persistence with Hibernate"
+msgstr ""
+
+#. Tag: subtitle
+#: bibliography.xml:51
+#, no-c-format
+msgid "Second Edition of Hibernate in Action"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:57
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:61
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:68
+#, no-c-format
+msgid "Manning Publications Co."
+msgstr ""
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/legal_notice.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/legal_notice.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/ko-KR/legal_notice.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,40 +1,84 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:20
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: legal_notice.xml:28
+#, no-c-format
msgid "Legal Notice"
msgstr "Legal Notice"
-#: index.docbook:22
-msgid "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
-msgstr "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
+#. Tag: address
+#: legal_notice.xml:30
+#, no-c-format
+msgid ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
+msgstr ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
-#: index.docbook:31
-msgid "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
-msgstr "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
+#. Tag: para
+#: legal_notice.xml:39
+#, fuzzy, no-c-format
+msgid ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
+msgstr ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
-#: index.docbook:40
-msgid "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
-msgstr "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
+#. Tag: para
+#: legal_notice.xml:45
+#, no-c-format
+msgid ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
+msgstr ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
-#: index.docbook:43
-msgid "All other trademarks referenced herein are the property of their respective owners."
-msgstr "All other trademarks referenced herein are the property of their respective owners."
+#. Tag: para
+#: legal_notice.xml:48
+#, no-c-format
+msgid ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
+msgstr ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
-#: index.docbook:46
+#. Tag: para
+#: legal_notice.xml:51
+#, no-c-format
msgid "The GPG fingerprint of the security(a)redhat.com key is:"
msgstr "The GPG fingerprint of the security(a)redhat.com key is:"
-#: index.docbook:49
+#. Tag: para
+#: legal_notice.xml:54
+#, no-c-format
msgid "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
msgstr "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/pot/author_group.pot
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/pot/author_group.pot (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/pot/author_group.pot 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,190 @@
+# SOME DESCRIPTIVE TITLE.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-xml2pot; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid "<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid "<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid "<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> <email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid "<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid "<firstname>Alvaro</firstname> <surname>Netto</surname> <email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid "<firstname>Anderson</firstname> <surname>Braulio</surname> <email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid "<firstname>Daniel Vieira</firstname> <surname>Costa</surname> <email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid "<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid "<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid "<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> <email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid "<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel.castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid "<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid "<firstname>Pablo L.</firstname> <surname>de Miranda</surname> <email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid "<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid "<firstname>Rogério</firstname> <surname>Araújo</surname> <email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid "<firstname>Wanderson</firstname> <surname>Siqueira</surname> <email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid "<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> <orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
+
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/Hibernate_Reference.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/Hibernate_Reference.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/Hibernate_Reference.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,24 +1,32 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:26
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: Hibernate_Reference.xml:34
+#, no-c-format
msgid "HIBERNATE - Relational Persistence for Idiomatic Java"
msgstr "HIBERNATE - Relational Persistence for Idiomatic Java"
-#: index.docbook:27
+#. Tag: subtitle
+#: Hibernate_Reference.xml:35
+#, no-c-format
msgid "Hibernate Reference Documentation"
msgstr "Documentação da Referência do Hibernate"
-#: index.docbook:41
+#. Tag: holder
+#: Hibernate_Reference.xml:49
+#, no-c-format
msgid "©rightHolder;"
msgstr "©rightHolder;"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/author_group.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/author_group.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/author_group.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,221 @@
+# Language pt-BR translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: 2009-06-16 18:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid ""
+"<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</"
+"surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid ""
+"<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid ""
+"<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> "
+"<email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid ""
+"<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></"
+"othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid ""
+"<firstname>Alvaro</firstname> <surname>Netto</surname> "
+"<email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid ""
+"<firstname>Anderson</firstname> <surname>Braulio</surname> "
+"<email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid ""
+"<firstname>Daniel Vieira</firstname> <surname>Costa</surname> "
+"<email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid ""
+"<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco."
+"gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid ""
+"<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid ""
+"<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> "
+"<email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid ""
+"<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel."
+"castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid ""
+"<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid ""
+"<firstname>Pablo L.</firstname> <surname>de Miranda</surname> "
+"<email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid ""
+"<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid ""
+"<firstname>Rogério</firstname> <surname>Araújo</surname> "
+"<email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid ""
+"<firstname>Wanderson</firstname> <surname>Siqueira</surname> "
+"<email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid ""
+"<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> "
+"<orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</"
+"contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/content/bibliography.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/content/bibliography.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/content/bibliography.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,68 @@
+# Language pt-BR translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
+"PO-Revision-Date: 2009-06-10 21:02+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#: bibliography.xml:27
+#, no-c-format
+msgid "References"
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:31
+#, no-c-format
+msgid "Patterns of Enterprise Application Architecture"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:34
+#, no-c-format
+msgid "<firstname>Martin</firstname> <surname>Fowler</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:41
+#, no-c-format
+msgid "Pearson Education, Inc."
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:50
+#, no-c-format
+msgid "Java Persistence with Hibernate"
+msgstr ""
+
+#. Tag: subtitle
+#: bibliography.xml:51
+#, no-c-format
+msgid "Second Edition of Hibernate in Action"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:57
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:61
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:68
+#, no-c-format
+msgid "Manning Publications Co."
+msgstr ""
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/legal_notice.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/legal_notice.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/pt-BR/legal_notice.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,40 +1,84 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:20
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: legal_notice.xml:28
+#, no-c-format
msgid "Legal Notice"
msgstr "Legal Notice"
-#: index.docbook:22
-msgid "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
-msgstr "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
+#. Tag: address
+#: legal_notice.xml:30
+#, no-c-format
+msgid ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
+msgstr ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
-#: index.docbook:31
-msgid "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
-msgstr "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
+#. Tag: para
+#: legal_notice.xml:39
+#, fuzzy, no-c-format
+msgid ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
+msgstr ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
-#: index.docbook:40
-msgid "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
-msgstr "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
+#. Tag: para
+#: legal_notice.xml:45
+#, no-c-format
+msgid ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
+msgstr ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
-#: index.docbook:43
-msgid "All other trademarks referenced herein are the property of their respective owners."
-msgstr "All other trademarks referenced herein are the property of their respective owners."
+#. Tag: para
+#: legal_notice.xml:48
+#, no-c-format
+msgid ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
+msgstr ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
-#: index.docbook:46
+#. Tag: para
+#: legal_notice.xml:51
+#, no-c-format
msgid "The GPG fingerprint of the security(a)redhat.com key is:"
msgstr "The GPG fingerprint of the security(a)redhat.com key is:"
-#: index.docbook:49
+#. Tag: para
+#: legal_notice.xml:54
+#, no-c-format
msgid "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
msgstr "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/Hibernate_Reference.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/Hibernate_Reference.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/Hibernate_Reference.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,24 +1,32 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:26
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: Hibernate_Reference.xml:34
+#, no-c-format
msgid "HIBERNATE - Relational Persistence for Idiomatic Java"
msgstr "HIBERNATE - 符合Java习惯的关系数据库持久化"
-#: index.docbook:27
+#. Tag: subtitle
+#: Hibernate_Reference.xml:35
+#, no-c-format
msgid "Hibernate Reference Documentation"
msgstr "Hibernate参考文档"
-#: index.docbook:41
+#. Tag: holder
+#: Hibernate_Reference.xml:49
+#, no-c-format
msgid "©rightHolder;"
msgstr "©rightHolder;"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/author_group.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/author_group.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/author_group.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,221 @@
+# Language zh-CN translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
+"PO-Revision-Date: 2009-06-16 18:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: author
+#: author_group.xml:27
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:31
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:35
+#, no-c-format
+msgid ""
+"<firstname>Max</firstname> <othername>Rydahl</othername> <surname>Andersen</"
+"surname>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:40
+#, no-c-format
+msgid ""
+"<author><firstname>Emmanuel</firstname> <surname>Bernard</surname></author>"
+msgstr ""
+
+#. Tag: author
+#: author_group.xml:44
+#, no-c-format
+msgid "<firstname>Steve</firstname> <surname>Ebersole</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:49
+#, no-c-format
+msgid "<firstname>James</firstname> <surname>Cobb</surname>"
+msgstr ""
+
+#. Tag: shortaffil
+#: author_group.xml:53 author_group.xml:60
+#, no-c-format
+msgid "Graphic Design"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:56
+#, no-c-format
+msgid "<firstname>Cheyenne</firstname> <surname>Weaver</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:69
+#, no-c-format
+msgid ""
+"<othername><![CDATA[Bernardo Antonio Buffa Colomé]]></othername> "
+"<email>kreimer(a)bbs.frc.utn.edu.ar</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:79
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Ricard</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:83
+#, no-c-format
+msgid "<firstname>Sebastien</firstname> <surname>Cesbron</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:87
+#, no-c-format
+msgid "<firstname>Michael</firstname> <surname>Courcy</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:91
+#, no-c-format
+msgid "<firstname>Vincent</firstname> <surname>Giguère</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:95
+#, no-c-format
+msgid "<firstname>Baptiste</firstname> <surname>Mathus</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:99
+#, no-c-format
+msgid ""
+"<othercredit><firstname>Emmanuel</firstname> <surname>Bernard</surname></"
+"othercredit>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:103
+#, no-c-format
+msgid "<firstname>Anthony</firstname> <surname>Patricio</surname>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:113
+#, no-c-format
+msgid ""
+"<firstname>Alvaro</firstname> <surname>Netto</surname> "
+"<email>alvaronetto(a)cetip.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:118
+#, no-c-format
+msgid ""
+"<firstname>Anderson</firstname> <surname>Braulio</surname> "
+"<email>andersonbraulio(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:123
+#, no-c-format
+msgid ""
+"<firstname>Daniel Vieira</firstname> <surname>Costa</surname> "
+"<email>danielvc(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:128
+#, no-c-format
+msgid ""
+"<firstname>Francisco</firstname> <surname>gamarra</surname> <email>francisco."
+"gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:133
+#, no-c-format
+msgid ""
+"<firstname>Gamarra</firstname> <email>mauricio.gamarra(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:137
+#, no-c-format
+msgid ""
+"<firstname>Luiz Carlos</firstname> <surname>Rodrigues</surname> "
+"<email>luizcarlos_rodrigues(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:142
+#, no-c-format
+msgid ""
+"<firstname>Marcel</firstname> <surname>Castelo</surname> <email>marcel."
+"castelo(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:147
+#, no-c-format
+msgid ""
+"<firstname>Paulo</firstname> <surname>César</surname> <email>paulocol@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:152
+#, no-c-format
+msgid ""
+"<firstname>Pablo L.</firstname> <surname>de Miranda</surname> "
+"<email>pablolmiranda(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:157
+#, no-c-format
+msgid ""
+"<firstname>Renato</firstname> <surname>Deggau</surname> <email>rdeggau@gmail."
+"com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:162
+#, no-c-format
+msgid ""
+"<firstname>Rogério</firstname> <surname>Araújo</surname> "
+"<email>rgildoaraujo(a)yahoo.com.br</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:167
+#, no-c-format
+msgid ""
+"<firstname>Wanderson</firstname> <surname>Siqueira</surname> "
+"<email>wandersonxs(a)gmail.com</email>"
+msgstr ""
+
+#. Tag: othercredit
+#: author_group.xml:178
+#, no-c-format
+msgid ""
+"<firstname>Cao</firstname> <surname>Xiaogang</surname> <affiliation> "
+"<orgname>RedSaga</orgname> </affiliation> <contrib>Translation Lead</"
+"contrib> <email>caoxg(a)yahoo.com</email>"
+msgstr ""
Added: core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/content/bibliography.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/content/bibliography.po (rev 0)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/content/bibliography.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -0,0 +1,68 @@
+# Language zh-CN translations for Branch package.
+# Automatically generated, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Branch 3_3\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-10 21:02+0000\n"
+"PO-Revision-Date: 2009-06-10 21:02+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#: bibliography.xml:27
+#, no-c-format
+msgid "References"
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:31
+#, no-c-format
+msgid "Patterns of Enterprise Application Architecture"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:34
+#, no-c-format
+msgid "<firstname>Martin</firstname> <surname>Fowler</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:41
+#, no-c-format
+msgid "Pearson Education, Inc."
+msgstr ""
+
+#. Tag: title
+#: bibliography.xml:50
+#, no-c-format
+msgid "Java Persistence with Hibernate"
+msgstr ""
+
+#. Tag: subtitle
+#: bibliography.xml:51
+#, no-c-format
+msgid "Second Edition of Hibernate in Action"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:57
+#, no-c-format
+msgid "<firstname>Christian</firstname> <surname>Bauer</surname>"
+msgstr ""
+
+#. Tag: author
+#: bibliography.xml:61
+#, no-c-format
+msgid "<firstname>Gavin</firstname> <surname>King</surname>"
+msgstr ""
+
+#. Tag: holder
+#: bibliography.xml:68
+#, no-c-format
+msgid "Manning Publications Co."
+msgstr ""
Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/legal_notice.po
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/legal_notice.po 2009-06-23 06:05:40 UTC (rev 16887)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/zh-CN/legal_notice.po 2009-06-23 06:16:25 UTC (rev 16888)
@@ -1,40 +1,84 @@
#, fuzzy
msgid ""
msgstr ""
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2009-06-16 18:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Content-Type: text/plain; charset=utf-8\n"
-#: index.docbook:20
+"Content-Type: text/plain; charset=UTF-8\n"
+
+#. Tag: title
+#: legal_notice.xml:28
+#, no-c-format
msgid "Legal Notice"
msgstr "Legal Notice"
-#: index.docbook:22
-msgid "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
-msgstr "<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>"
+#. Tag: address
+#: legal_notice.xml:30
+#, no-c-format
+msgid ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
+msgstr ""
+"<street>1801 Varsity Drive</street> <city>Raleigh</city>, <state>NC</"
+"state><postcode>27606-2072</postcode><country>USA</country> <phone>Phone: +1 "
+"919 754 3700</phone> <phone>Phone: 888 733 4281</phone> <fax>Fax: +1 919 754 "
+"3701</fax> <pob>PO Box 13588</pob><city>Research Triangle Park</city>, "
+"<state>NC</state><postcode>27709</postcode><country>USA</country>"
-#: index.docbook:31
-msgid "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
-msgstr "Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General Public License</ulink>, as published by the Free Software Foundation."
+#. Tag: para
+#: legal_notice.xml:39
+#, fuzzy, no-c-format
+msgid ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
+msgstr ""
+"Copyright <trademark class=\"copyright\"></trademark> 2007 by Red Hat, Inc. "
+"This copyrighted material is made available to anyone wishing to use, "
+"modify, copy, or redistribute it subject to the terms and conditions of the "
+"GNU <ulink url=\"http://www.gnu.org/licenses/lgpl-2.1.html\">Lesser General "
+"Public License</ulink>, as published by the Free Software Foundation."
-#: index.docbook:40
-msgid "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
-msgstr "Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red Hat, Inc. in the United States and other countries."
+#. Tag: para
+#: legal_notice.xml:45
+#, no-c-format
+msgid ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
+msgstr ""
+"Red Hat and the Red Hat \"Shadow Man\" logo are registered trademarks of Red "
+"Hat, Inc. in the United States and other countries."
-#: index.docbook:43
-msgid "All other trademarks referenced herein are the property of their respective owners."
-msgstr "All other trademarks referenced herein are the property of their respective owners."
+#. Tag: para
+#: legal_notice.xml:48
+#, no-c-format
+msgid ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
+msgstr ""
+"All other trademarks referenced herein are the property of their respective "
+"owners."
-#: index.docbook:46
+#. Tag: para
+#: legal_notice.xml:51
+#, no-c-format
msgid "The GPG fingerprint of the security(a)redhat.com key is:"
msgstr "The GPG fingerprint of the security(a)redhat.com key is:"
-#: index.docbook:49
+#. Tag: para
+#: legal_notice.xml:54
+#, no-c-format
msgid "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
msgstr "CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E"
-msgid "ROLES_OF_TRANSLATORS"
-msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
+#~ msgid "ROLES_OF_TRANSLATORS"
+#~ msgstr "<!--TRANS:ROLES_OF_TRANSLATORS-->"
-msgid "CREDIT_FOR_TRANSLATORS"
-msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
-
+#~ msgid "CREDIT_FOR_TRANSLATORS"
+#~ msgstr "<!--TRANS:CREDIT_FOR_TRANSLATORS-->"
15 years, 5 months
Hibernate SVN: r16886 - in hibernate-jdocbook-style/tags: hibernate-jdocbook-style-2.0.0 and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-06-23 02:05:37 -0400 (Tue, 23 Jun 2009)
New Revision: 16886
Added:
hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/
hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml
Removed:
hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml
Log:
[maven-release-plugin] copy for tag hibernate-jdocbook-style-2.0.0
Copied: hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0 (from rev 16881, hibernate-jdocbook-style/trunk)
Deleted: hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml
===================================================================
--- hibernate-jdocbook-style/trunk/pom.xml 2009-06-23 06:00:00 UTC (rev 16881)
+++ hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml 2009-06-23 06:05:37 UTC (rev 16886)
@@ -1,121 +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.hibernate</groupId>
- <artifactId>hibernate-jdocbook-style</artifactId>
- <packaging>jdocbook-style</packaging>
- <version>2.0.0</version>
-
- <name>Hibernate jDocBook Style Bundle</name>
- <description>
- The jDocBook style bundle for the Hibernate reference documentation.
- </description>
- <url>http://hibernate.org</url>
-
- <organization>
- <name>Hibernate.org</name>
- <url>http://hibernate.org</url>
- </organization>
-
- <developers>
- <developer>
- <name>Cheyenne Weaver</name>
- <organization>JBoss, a divsion of Red Hat</organization>
- <roles>
- <role>Graphic Design</role>
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Mark Newton</name>
- <email>mark.newton(a)jboss.org</email>
- <organization>Red Hat</organization>
- <roles>
- <role>Content Lead</role>
- </roles>
- <timezone>+1</timezone>
- </contributor>
- </contributors>
-
- <licenses>
- <license>
- <name>GNU Lesser General Public License</name>
- <url>http://www.gnu.org/copyleft/lesser.html</url>
- <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/hibernate-jdocbook-style...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/hibernate-jdocbook-style/ta...</developerConnection>
- <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/hibernate-jdocbook-s...</url>
- </scm>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.1.0</version>
- <type>jdocbook-style</type>
- <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</groupId>
- <artifactId>jbossorg-docbook-xslt</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-fonts</artifactId>
- <type>jdocbook-style</type>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
-
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-style-plugin</artifactId>
- <version>2.0.0</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
-
- <distributionManagement>
- <repository>
- <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
- <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
- <!-- todo : replace this with direct svn access once the svnkit providers are available -->
- <id>repository.jboss.org</id>
- <url>file://${maven.repository.root}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- </distributionManagement>
-
-</project>
\ No newline at end of file
Copied: hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml (from rev 16885, hibernate-jdocbook-style/trunk/pom.xml)
===================================================================
--- hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml (rev 0)
+++ hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml 2009-06-23 06:05:37 UTC (rev 16886)
@@ -0,0 +1,121 @@
+<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.hibernate</groupId>
+ <artifactId>hibernate-jdocbook-style</artifactId>
+ <packaging>jdocbook-style</packaging>
+ <version>2.0.0</version>
+
+ <name>Hibernate jDocBook Style Bundle</name>
+ <description>
+ The jDocBook style bundle for the Hibernate reference documentation.
+ </description>
+ <url>http://hibernate.org</url>
+
+ <organization>
+ <name>Hibernate.org</name>
+ <url>http://hibernate.org</url>
+ </organization>
+
+ <developers>
+ <developer>
+ <name>Cheyenne Weaver</name>
+ <organization>JBoss, a divsion of Red Hat</organization>
+ <roles>
+ <role>Graphic Design</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <contributors>
+ <contributor>
+ <name>Mark Newton</name>
+ <email>mark.newton(a)jboss.org</email>
+ <organization>Red Hat</organization>
+ <roles>
+ <role>Content Lead</role>
+ </roles>
+ <timezone>+1</timezone>
+ </contributor>
+ </contributors>
+
+ <licenses>
+ <license>
+ <name>GNU Lesser General Public License</name>
+ <url>http://www.gnu.org/copyleft/lesser.html</url>
+ <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/hibernate-jdocbook-style...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/hibernate-jdocbook-style/ta...</developerConnection>
+ <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/hibernate-jdocbook-s...</url>
+ </scm>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ <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</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-fonts</artifactId>
+ <type>jdocbook-style</type>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-style-plugin</artifactId>
+ <version>2.0.0</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+ <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+ <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+ <id>repository.jboss.org</id>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+</project>
\ No newline at end of file
15 years, 5 months