[hibernate-commits] Hibernate SVN: r11469 - trunk/sandbox/maven-poc/Hibernate3/documentation.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Fri May 4 09:45:20 EDT 2007
Author: steve.ebersole at jboss.com
Date: 2007-05-04 09:45:20 -0400 (Fri, 04 May 2007)
New Revision: 11469
Modified:
trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml
Log:
simplify translation diff report config based on plugin changes
Modified: trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml 2007-05-04 13:14:04 UTC (rev 11468)
+++ trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml 2007-05-04 13:45:20 UTC (rev 11469)
@@ -106,22 +106,6 @@
<plugin>
<groupId>org.jboss.maven.plugin</groupId>
<artifactId>jboss-docbook-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>diff</report>
- </reports>
- </reportSet>
- </reportSets>
- <configuration>
- <masterTranslation>en</masterTranslation>
- <sourceIncludes>
- <include>master.xml</include>
- </sourceIncludes>
- <translations>
- <translation>fr</translation>
- </translations>
- </configuration>
</plugin>
</plugins>
</reporting>
More information about the hibernate-commits
mailing list