You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2011/07/11 20:24:04 UTC

svn commit: r1145272 - /oodt/trunk/pom.xml

Author: bfoster
Date: Mon Jul 11 18:24:04 2011
New Revision: 1145272

URL: http://svn.apache.org/viewvc?rev=1145272&view=rev
Log:
Protocol component tests are passing ... adding to build

Modified:
    oodt/trunk/pom.xml

Modified: oodt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1145272&r1=1145271&r2=1145272&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Mon Jul 11 18:24:04 2011
@@ -43,6 +43,11 @@ the License.
         <module>commons</module>
         <module>pcs/input</module>
         <module>metadata</module>
+        <module>protocol/protocol-api</module>
+        <module>protocol/protocol-ftp</module>
+        <module>protocol/protocol-http</module>
+        <module>protocol/protocol-imaps</module>
+        <module>protocol/protocol-sftp</module>
         <module>xmlquery</module>
         <module>sso</module>
         <module>filemgr</module>