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
|
@ -23,8 +23,8 @@
|
|||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<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">
|
||||
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>
|
||||
|
||||
|
@ -133,7 +133,25 @@
|
|||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<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>
|
||||
<id>doc</id>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -165,14 +183,12 @@
|
|||
</format>
|
||||
<format>
|
||||
<formatName>html_single</formatName>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl
|
||||
</stylesheetResource>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl </stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
</format>
|
||||
<format>
|
||||
<formatName>html</formatName>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl
|
||||
</stylesheetResource>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl </stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
</format>
|
||||
</formats>
|
||||
|
@ -202,6 +218,7 @@
|
|||
<id>hsqldb</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<jdk>1.5</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -215,8 +232,8 @@
|
|||
<jdbc.driver>org.hsqldb.jdbcDriver</jdbc.driver>
|
||||
<jdbc.url>jdbc:hsqldb:target/test/db/hsqldb/hibernate</jdbc.url>
|
||||
<jdbc.user>sa</jdbc.user>
|
||||
<jdbc.pass />
|
||||
<jdbc.isolation />
|
||||
<jdbc.pass/>
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -235,8 +252,8 @@
|
|||
<jdbc.driver>org.h2.Driver</jdbc.driver>
|
||||
<jdbc.url>jdbc:h2:mem:target/test/db/h2/hibernate</jdbc.url>
|
||||
<jdbc.user>sa</jdbc.user>
|
||||
<jdbc.pass />
|
||||
<jdbc.isolation />
|
||||
<jdbc.pass/>
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -264,7 +281,7 @@
|
|||
<jdbc.url>jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com/hibbrtru</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -284,7 +301,7 @@
|
|||
<jdbc.url>jdbc:postgresql://dev01.qa.atl.jboss.com:5432:hibbrtru</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -315,7 +332,7 @@
|
|||
<jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -340,7 +357,7 @@
|
|||
<jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -361,7 +378,7 @@
|
|||
<jdbc.url>jdbc:oracle:thin:@dev20.qa.atl.jboss.com:1521:qa</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -382,7 +399,7 @@
|
|||
<jdbc.url>jdbc:oracle:thin:@dev01.qa.atl.jboss.com:1521:qadb01</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
@ -402,7 +419,7 @@
|
|||
<jdbc.url>jdbc:sybase:Tds:dev77.qa.atl2.redhat.com:5000/hibbrtru</jdbc.url>
|
||||
<jdbc.user>hibbrtru</jdbc.user>
|
||||
<jdbc.pass>hibbrtru</jdbc.pass>
|
||||
<jdbc.isolation />
|
||||
<jdbc.isolation/>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
|
Loading…
Reference in New Issue