INT-874 added JDBC module to the main build

This commit is contained in:
Mark Fisher
2009-11-03 16:05:41 +00:00
parent 098a0f1407
commit edb5b85127
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<pathelement location="${basedir}/../org.springframework.integration.file"/>
<pathelement location="${basedir}/../org.springframework.integration.http"/>
<pathelement location="${basedir}/../org.springframework.integration.httpinvoker"/>
<pathelement location="${basedir}/../org.springframework.integration.jdbc"/>
<pathelement location="${basedir}/../org.springframework.integration.jms"/>
<pathelement location="${basedir}/../org.springframework.integration.mail"/>
<pathelement location="${basedir}/../org.springframework.integration.rmi"/>

View File

@@ -25,6 +25,7 @@
<module>../org.springframework.integration.file</module>
<module>../org.springframework.integration.http</module>
<module>../org.springframework.integration.httpinvoker</module>
<module>../org.springframework.integration.jdbc</module>
<module>../org.springframework.integration.jms</module>
<module>../org.springframework.integration.mail</module>
<module>../org.springframework.integration.rmi</module>

View File

@@ -13,6 +13,7 @@
<pathelement location="${basedir}/../org.springframework.integration.file"/>
<pathelement location="${basedir}/../org.springframework.integration.http"/>
<pathelement location="${basedir}/../org.springframework.integration.httpinvoker"/>
<pathelement location="${basedir}/../org.springframework.integration.jdbc"/>
<pathelement location="${basedir}/../org.springframework.integration.jms"/>
<pathelement location="${basedir}/../org.springframework.integration.mail"/>
<pathelement location="${basedir}/../org.springframework.integration.rmi"/>