Added ip to the main build; removed udp

This commit is contained in:
Gary Russell
2010-02-13 01:38:38 +00:00
parent 92aaadc00f
commit 35f80fb83b

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.ip"/>
<pathelement location="${basedir}/../org.springframework.integration.jdbc"/>
<pathelement location="${basedir}/../org.springframework.integration.jms"/>
<pathelement location="${basedir}/../org.springframework.integration.jmx"/>
@@ -17,7 +18,6 @@
<pathelement location="${basedir}/../org.springframework.integration.rmi"/>
<pathelement location="${basedir}/../org.springframework.integration.stream"/>
<pathelement location="${basedir}/../org.springframework.integration.ws"/>
<pathelement location="${basedir}/../org.springframework.integration.udp"/>
<pathelement location="${basedir}/../org.springframework.integration.osgi"/>
<pathelement location="${basedir}/../org.springframework.integration.test"/>
</path>