Author: mattmann
Date: Sat Aug 22 20:05:08 2015
New Revision: 1697114

URL: http://svn.apache.org/r1697114
Log:
- WIP: OODT-842: refactor Curator services into its own REST-ful package. 
related to OODT-824: port Curator to wicket.

Added:
    oodt/trunk/curator/services/
      - copied from r1697112, oodt/trunk/curator/curator-services/
    oodt/trunk/curator/webapp/
      - copied from r1697112, oodt/trunk/curator/curator-webapp/
Removed:
    oodt/trunk/curator/curator-services/
    oodt/trunk/curator/curator-webapp/
Modified:
    oodt/trunk/pom.xml

Modified: oodt/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1697114&r1=1697113&r2=1697114&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Sat Aug 22 20:05:08 2015
@@ -55,8 +55,8 @@ the License.
         <module>workflow</module>
         <module>crawler</module>
         <module>resource</module>
-        <module>curator/curator-services</module>
-        <module>curator/curator-webapp</module>
+        <module>curator/services</module>
+        <module>curator/webapp</module>
         <module>pge</module>
         <module>mvn/plugins/cas-install</module>
         <module>mvn/archetypes</module>


Reply via email to