[hibernate-commits] Hibernate SVN: r11689 - in trunk/Hibernate3: code and 22 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jun 14 00:12:39 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-06-14 00:12:39 -0400 (Thu, 14 Jun 2007)
New Revision: 11689

Modified:
   trunk/Hibernate3/
   trunk/Hibernate3/code/
   trunk/Hibernate3/code/cache-ehcache/
   trunk/Hibernate3/code/cache-jbosscache/
   trunk/Hibernate3/code/cache-jbosscache2/
   trunk/Hibernate3/code/cache-oscache/
   trunk/Hibernate3/code/cache-swarmcache/
   trunk/Hibernate3/code/connection-c3p0/
   trunk/Hibernate3/code/connection-proxool/
   trunk/Hibernate3/code/core/
   trunk/Hibernate3/code/eg/
   trunk/Hibernate3/code/jmx/
   trunk/Hibernate3/code/testing/
   trunk/Hibernate3/code/testsuite/
   trunk/Hibernate3/documentation/
   trunk/Hibernate3/documentation/manual/
   trunk/Hibernate3/documentation/manual/en-US/
   trunk/Hibernate3/documentation/manual/en-US/pom.xml
   trunk/Hibernate3/documentation/manual/es-ES/
   trunk/Hibernate3/documentation/manual/fr-FR/
   trunk/Hibernate3/documentation/manual/ja-JP/
   trunk/Hibernate3/documentation/manual/ko-KR/
   trunk/Hibernate3/documentation/manual/pt-BR/
   trunk/Hibernate3/documentation/manual/zh-CN/
   trunk/Hibernate3/documentation/tutorial/
Log:
applied svn:ignore to module dirs


Property changes on: trunk/Hibernate3
___________________________________________________________________
Name: svn:ignore
   - build
testout
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
.clover
local
*.properties

   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/cache-ehcache
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/cache-jbosscache
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/cache-jbosscache2
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/cache-oscache
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/cache-swarmcache
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/connection-c3p0
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/connection-proxool
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/core
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/eg
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/jmx
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/testing
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/code/testsuite
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual/en-US
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover


Modified: trunk/Hibernate3/documentation/manual/en-US/pom.xml
===================================================================
--- trunk/Hibernate3/documentation/manual/en-US/pom.xml	2007-06-14 03:27:42 UTC (rev 11688)
+++ trunk/Hibernate3/documentation/manual/en-US/pom.xml	2007-06-14 04:12:39 UTC (rev 11689)
@@ -12,9 +12,52 @@
     </parent>
 
     <artifactId>hibernate-manual-${translation}</artifactId>
-    <packaging>pom</packaging>
+    <packaging>docbook</packaging>
     <name>Hibernate Manual (${translation})</name>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jboss-docbook-plugin</artifactId>
+                <version>2.0-SNAPSHOT</version>
+                <extensions>true</extensions>
+                <dependencies>
+                    <dependency>
+                        <groupId>com.redhat</groupId>
+                        <artifactId>docbook-xslt</artifactId>
+                        <version>0.1</version>
+                    </dependency>
+                </dependencies>
+                <configuration>
+                    <sourceDocumentName>master.xml</sourceDocumentName>
+                    <formats>
+                        <format>
+                            <formatName>pdf</formatName>
+                            <stylesheetResource>/standard/fopdf.xsl</stylesheetResource>
+                            <finalName>Hibernate_Reference.pdf</finalName>
+                        </format>
+                        <format>
+                            <formatName>eclipse</formatName>
+                        </format>
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>/standard/html.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                    </formats>
+                    <options>
+                        <xincludeSupported>true</xincludeSupported>
+                        <xmlTransformerType>saxon</xmlTransformerType>
+                        <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
+                        <!--     could also locate the docbook dependency and inspect its version... -->
+                        <docbookVersion>1.72.0</docbookVersion>
+                    </options>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <properties>
         <translation>en-US</translation>
     </properties>


Property changes on: trunk/Hibernate3/documentation/manual/es-ES
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual/fr-FR
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual/ja-JP
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual/ko-KR
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual/pt-BR
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/manual/zh-CN
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover



Property changes on: trunk/Hibernate3/documentation/tutorial
___________________________________________________________________
Name: svn:ignore
   + target
local
*.ipr
*.iws
*.iml
.classpath
.project
.nbattrs
*.log
*.properties
.clover





More information about the hibernate-commits mailing list