Working on JAXP 1.4 support.

This commit is contained in:
Arjen Poutsma
2008-01-11 13:03:00 +00:00
parent a55719a226
commit 95aca2e836
11 changed files with 216 additions and 112 deletions

View File

@@ -10,6 +10,20 @@
<packaging>bundle</packaging>
<name>Spring XML</name>
<description>Various XML support classes for Spring Web Services</description>
<profiles>
<profile>
<id>jdk14-jdk15</id>
<activation>
<jdk>!1.6</jdk>
</activation>
<dependencies>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
<build>
<plugins>
<plugin>