INT-874 added JDBC module to the main build
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user