git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17847 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Hardy Ferentschik 2009-10-27 09:39:38 +00:00
parent d9c931eb2f
commit f8fef6c6c1
2 changed files with 64 additions and 71 deletions

View File

@ -1,27 +1,22 @@
<?xml version="1.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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId> <artifactId>hibernate-parent</artifactId>
<version>3.5.0-SNAPSHOT</version> <version>3.5.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId> <artifactId>hibernate-entitymanager</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Hibernate Entitity Manager</name> <name>Hibernate Entitity Manager</name>
<description>Hibernate Entitity Manager</description> <description>Hibernate Entitity Manager</description>
<!-- Annotations and Commons-Annotations both use the ANN JIRA key --> <!-- Annotations and Commons-Annotations both use the ANN JIRA key -->
<issueManagement> <issueManagement>
<system>jira</system> <system>jira</system>
<url>http://opensource.atlassian.com/projects/hibernate/browse/ANN</url> <url>http://opensource.atlassian.com/projects/hibernate/browse/ANN</url>
</issueManagement> </issueManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
@ -52,7 +47,6 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
@ -67,7 +61,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<build> <build>
<testResources> <testResources>
<testResource> <testResource>
@ -93,8 +86,7 @@
<echo>processing JPA annotations</echo> <echo>processing JPA annotations</echo>
<property name="target.dir" value="target/generated-jpamodel-classes"/> <property name="target.dir" value="target/generated-jpamodel-classes"/>
<mkdir dir="${target.dir}"/> <mkdir dir="${target.dir}"/>
<javac srcdir="src/test/java" destdir="${target.dir}" <javac srcdir="src/test/java" destdir="${target.dir}" failonerror="false" excludes="test/**" fork="true" executable="${jdk16_home}/bin/javac" target="1.5">
failonerror="false" excludes="test/**" fork="true" executable="${jdk16_home}/bin/javac" target="1.5">
<compilerarg value="-proc:only"/> <compilerarg value="-proc:only"/>
<classpath> <classpath>
<path refid="maven.test.classpath"/> <path refid="maven.test.classpath"/>
@ -200,7 +192,6 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>doc</id> <id>doc</id>
@ -209,46 +200,49 @@
<plugin> <plugin>
<groupId>org.jboss.maven.plugins</groupId> <groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId> <artifactId>maven-jdocbook-plugin</artifactId>
<version>2.1.0</version> <version>2.2.0</version>
<extensions>true</extensions> <extensions>true</extensions>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-jdocbook-style</artifactId> <artifactId>hibernate-jdocbook-style</artifactId>
<version>1.0.2</version> <version>2.0.0</version>
<type>jdocbook-style</type> <type>jdocbook-style</type>
</dependency> </dependency>
</dependencies> </dependencies>
<configuration> <configuration>
<sourceDocumentName>master.xml</sourceDocumentName> <sourceDocumentName>master.xml</sourceDocumentName>
<sourceDirectory>${basedir}/src/main/docbook/en</sourceDirectory> <sourceDirectory>${basedir}/src/main/docbook</sourceDirectory>
<masterTranslation>en-US</masterTranslation> <masterTranslation>en</masterTranslation>
<imageResource> <imageResource>
<directory>${basedir}/src/main/docbook/en/images</directory> <directory>${basedir}/src/main/docbook/en/images</directory>
</imageResource> </imageResource>
<formats> <formats>
<format> <format>
<formatName>pdf</formatName> <formatName>pdf</formatName>
<stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource> <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
<finalName>hibernate-validator-legacy-guide.pdf</finalName> <finalName>hibernate_reference.pdf</finalName>
</format> </format>
<format> <format>
<formatName>html_single</formatName> <formatName>html_single</formatName>
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
</stylesheetResource> </stylesheetResource>
<finalName>index.html</finalName> <finalName>index.html</finalName>
</format> </format>
<format> <format>
<formatName>html</formatName> <formatName>html</formatName>
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
</stylesheetResource> </stylesheetResource>
<finalName>index.html</finalName> <finalName>index.html</finalName>
</format> </format>
</formats> </formats>
<options> <options>
<xincludeSupported>true</xincludeSupported> <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> <localeSeparator>-</localeSeparator>
<useRelativeImageUris>true</useRelativeImageUris>
</options> </options>
</configuration> </configuration>
<executions> <executions>
@ -266,5 +260,4 @@
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB