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/11/01 22:18:41 UTC

svn commit: r1196282 - in /oodt/trunk: CHANGES.txt pom.xml

Author: bfoster
Date: Tue Nov  1 21:18:41 2011
New Revision: 1196282

URL: http://svn.apache.org/viewvc?rev=1196282&view=rev
Log:
- updated CHANGES.txt
- added CAS-CLI to top-level pom.xml

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/pom.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1196282&r1=1196281&r2=1196282&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Tue Nov  1 21:18:41 2011
@@ -4,6 +4,9 @@ Apache OODT Change Log
 Release 0.4: Current Development
 --------------------------------------------
 
+* OODT-330 Factor out command line utility from oodt-commons
+    - check in CAS-CLI... integration to other components to come (bfoster)
+
 * OODT-333 XMLPS query doesn't quote literal string 
   (Ricky Nguyen, mattmann, Sheryl John)
 

Modified: oodt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1196282&r1=1196281&r2=1196282&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Tue Nov  1 21:18:41 2011
@@ -41,6 +41,7 @@ the License.
     <modules>
         <module>core</module>
         <module>commons</module>
+        <module>cli</module>
         <module>pcs/input</module>
         <module>metadata</module>
         <module>protocol/api</module>