ANN-851 added the jaxb profile in case of jdk5
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17156 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
54ddb119a4
commit
e1032aa509
|
@ -133,6 +133,24 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>jaxb</id>
|
||||||
|
<activation>
|
||||||
|
<jdk>1.5</jdk>
|
||||||
|
</activation>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
<version>2.1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sun.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-impl</artifactId>
|
||||||
|
<version>2.1.3</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>doc</id>
|
<id>doc</id>
|
||||||
<build>
|
<build>
|
||||||
|
@ -165,14 +183,12 @@
|
||||||
</format>
|
</format>
|
||||||
<format>
|
<format>
|
||||||
<formatName>html_single</formatName>
|
<formatName>html_single</formatName>
|
||||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl
|
<stylesheetResource>classpath:/xslt/hibernate/html/main-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/hibernate/html/main-chunk.xsl </stylesheetResource>
|
||||||
</stylesheetResource>
|
|
||||||
<finalName>index.html</finalName>
|
<finalName>index.html</finalName>
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
@ -202,6 +218,7 @@
|
||||||
<id>hsqldb</id>
|
<id>hsqldb</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
|
<jdk>1.5</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue