Added support module, initialy containing JMS transport

This commit is contained in:
Arjen Poutsma
2007-11-10 17:41:09 +00:00
parent 0c8f81dc86
commit 78cd869765
27 changed files with 2117 additions and 6 deletions

12
pom.xml
View File

@@ -1,5 +1,5 @@
<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/maven-v4_0_0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
@@ -103,9 +103,10 @@
<module>xml</module>
<module>oxm</module>
<module>core</module>
<module>support</module>
<module>security</module>
<module>archetype</module>
</modules>
</modules>
<profiles>
<profile>
<id>jdk1.5</id>
@@ -250,8 +251,7 @@
<include name="**/*.jpg"/>
</fileset>
</copy>
<move file="target/site/reference/pdf/index.pdf"
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
</postProcess>
</configuration>
</plugin>
@@ -733,4 +733,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>