You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/07/12 22:19:11 UTC

svn commit: r963469 - in /incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system: XmlRpcCatalogClient.java XmlRpcCatalogServer.java

Author: mattmann
Date: Mon Jul 12 20:19:11 2010
New Revision: 963469

URL: http://svn.apache.org/viewvc?rev=963469&view=rev
Log:
- progress towards OODT-15 One trunk for all OODT components with top level build

Modified:
    incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogClient.java
    incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogServer.java

Modified: incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogClient.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogClient.java?rev=963469&r1=963468&r2=963469&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogClient.java (original)
+++ incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogClient.java Mon Jul 12 20:19:11 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.oodt.cas.catalog.server.channel.xmlrpc;
+package org.apache.oodt.cas.catalog.sytem;
 
 //JDK imports
 import java.io.File;
@@ -38,7 +38,6 @@ import org.apache.oodt.cas.catalog.pagin
 import org.apache.oodt.cas.catalog.pagination.QueryPager;
 import org.apache.oodt.cas.catalog.pagination.TransactionReceipt;
 import org.apache.oodt.cas.catalog.query.QueryExpression;
-import org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelClient;
 import org.apache.oodt.cas.catalog.struct.Dictionary;
 import org.apache.oodt.cas.catalog.struct.Index;
 import org.apache.oodt.cas.catalog.struct.TransactionId;

Modified: incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogServer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogServer.java?rev=963469&r1=963468&r2=963469&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogServer.java (original)
+++ incubator/oodt/trunk/catalog/src/main/java/org/apache/oodt/cas/catalog/system/XmlRpcCatalogServer.java Mon Jul 12 20:19:11 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.oodt.cas.catalog.server.channel.xmlrpc;
+package org.apache.oodt.cas.catalog.system;
 
 //JDK imports
 import java.io.File;
@@ -33,7 +33,6 @@ import org.apache.oodt.cas.catalog.pagin
 import org.apache.oodt.cas.catalog.pagination.PageInfo;
 import org.apache.oodt.cas.catalog.pagination.QueryPager;
 import org.apache.oodt.cas.catalog.query.QueryExpression;
-import org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer;
 import org.apache.oodt.cas.catalog.struct.Dictionary;
 import org.apache.oodt.cas.catalog.struct.Index;
 import org.apache.oodt.cas.catalog.struct.TransactionId;