You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ah...@apache.org on 2010/07/07 10:02:28 UTC

svn commit: r961284 [3/3] - in /incubator/oodt/trunk/filemgr/src/main/java: gov/nasa/jpl/oodt/ org/ org/apache/ org/apache/oodt/ org/apache/oodt/cas/filemgr/catalog/ org/apache/oodt/cas/filemgr/datatransfer/ org/apache/oodt/cas/filemgr/ingest/ org/apac...

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/Result.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/Result.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/Result.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/Result.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.system.auth;
+package org.apache.oodt.cas.filemgr.system.auth;
 
 /**
  * A Python-friendly wrapper that wraps an XML-RPC result.

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/SecureWebServer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/SecureWebServer.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/SecureWebServer.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/auth/SecureWebServer.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.system.auth;
+package org.apache.oodt.cas.filemgr.system.auth;
 
 //JDK imports
 import java.util.List;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CASAnalyzer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CASAnalyzer.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CASAnalyzer.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CASAnalyzer.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.io.Reader;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CatalogSearch.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CatalogSearch.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CatalogSearch.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/CatalogSearch.java Wed Jul  7 08:02:25 2010
@@ -15,18 +15,18 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Element;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.RangeQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.TermQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.CatalogException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.filemgr.structs.Element;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.TermQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
 
 //JDK imports
 import java.io.BufferedReader;
@@ -71,7 +71,7 @@ public class CatalogSearch {
     }
 
     public static void PostQuery(
-            gov.nasa.jpl.oodt.cas.filemgr.structs.Query casQuery) {
+            org.apache.oodt.cas.filemgr.structs.Query casQuery) {
         Vector products = new Vector();
         try {
             products = (Vector) client.getProductTypes();
@@ -87,7 +87,7 @@ public class CatalogSearch {
     }
 
     public static void PostQuery(String product,
-            gov.nasa.jpl.oodt.cas.filemgr.structs.Query casQuery) {
+            org.apache.oodt.cas.filemgr.structs.Query casQuery) {
         Vector results = new Vector();
         ProductType productType = null;
 
@@ -240,7 +240,7 @@ public class CatalogSearch {
     }
 
     public static void GenerateCASQuery(
-            gov.nasa.jpl.oodt.cas.filemgr.structs.Query casQuery,
+            org.apache.oodt.cas.filemgr.structs.Query casQuery,
             Query luceneQuery) {
         if (luceneQuery instanceof TermQuery) {
             Term t = ((TermQuery) luceneQuery).getTerm();
@@ -336,7 +336,7 @@ public class CatalogSearch {
                 }
                 System.out.println("querying for: " + query);
                 Query parsedQuery = ParseQuery(query);
-                gov.nasa.jpl.oodt.cas.filemgr.structs.Query casQuery = new gov.nasa.jpl.oodt.cas.filemgr.structs.Query();
+                org.apache.oodt.cas.filemgr.structs.Query casQuery = new org.apache.oodt.cas.filemgr.structs.Query();
 
                 GenerateCASQuery(casQuery, parsedQuery);
                 PostQuery(productFilter, casQuery);

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DeleteProduct.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DeleteProduct.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DeleteProduct.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DeleteProduct.java Wed Jul  7 08:02:25 2010
@@ -15,14 +15,14 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.CatalogException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.DataTransferException;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
 
 //JDK imports
 import java.io.BufferedReader;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DumpDbElementsToXml.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DumpDbElementsToXml.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DumpDbElementsToXml.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DumpDbElementsToXml.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.io.File;
@@ -23,9 +23,9 @@ import java.io.FileInputStream;
 import java.util.List;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.util.XmlStructFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer;
+import org.apache.oodt.cas.filemgr.util.XmlStructFactory;
+import org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory;
+import org.apache.oodt.cas.filemgr.validation.ValidationLayer;
 
 /**
  * @author mattmann

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ExpImpCatalog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ExpImpCatalog.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ExpImpCatalog.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ExpImpCatalog.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 // JDK imports
 import java.io.File;
@@ -27,15 +27,15 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 // OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.catalog.Catalog;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductPage;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.CatalogException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ConnectionException;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
-import gov.nasa.jpl.oodt.cas.filemgr.util.GenericFileManagerObjectFactory;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.catalog.Catalog;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.ProductPage;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory;
+import org.apache.oodt.cas.metadata.Metadata;
 
 /**
  * @author mattmann

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataBasedProductMover.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataBasedProductMover.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataBasedProductMover.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataBasedProductMover.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.io.File;
@@ -27,14 +27,14 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductPage;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ConnectionException;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
-import gov.nasa.jpl.oodt.cas.metadata.util.PathUtils;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.ProductPage;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.metadata.util.PathUtils;
+import org.apache.oodt.cas.metadata.Metadata;
 
 /**
  * @author mattmann

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataDumper.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataDumper.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataDumper.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/MetadataDumper.java Wed Jul  7 08:02:25 2010
@@ -15,14 +15,14 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ConnectionException;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
-import gov.nasa.jpl.oodt.cas.commons.xml.XMLUtils;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.commons.xml.XMLUtils;
 
 //JDK imports
 import java.io.File;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/OptimizeLuceneCatalog.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/OptimizeLuceneCatalog.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/OptimizeLuceneCatalog.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/OptimizeLuceneCatalog.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.io.IOException;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductDumper.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductDumper.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductDumper.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductDumper.java Wed Jul  7 08:02:25 2010
@@ -15,15 +15,15 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.CatalogException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ConnectionException;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
-import gov.nasa.jpl.oodt.cas.commons.xml.XMLUtils;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.commons.xml.XMLUtils;
 
 //JDK imports
 import java.io.File;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductTypeDocTool.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductTypeDocTool.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductTypeDocTool.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/ProductTypeDocTool.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.io.File;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/QueryTool.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/QueryTool.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/QueryTool.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/QueryTool.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.net.MalformedURLException;
@@ -27,18 +27,18 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.RangeQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.TermQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.CatalogException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ConnectionException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.QueryFormulationException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.ComplexQuery;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.QueryResult;
-import gov.nasa.jpl.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
-import gov.nasa.jpl.oodt.cas.filemgr.util.SqlParser;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.TermQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException;
+import org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException;
+import org.apache.oodt.cas.filemgr.structs.query.ComplexQuery;
+import org.apache.oodt.cas.filemgr.structs.query.QueryResult;
+import org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient;
+import org.apache.oodt.cas.filemgr.util.SqlParser;
 
 //APACHE imports
 import org.apache.lucene.index.Term;
@@ -93,7 +93,7 @@ public final class QueryTool {
         return luceneQ;
     }
 
-    public List query(gov.nasa.jpl.oodt.cas.filemgr.structs.Query query) {
+    public List query(org.apache.oodt.cas.filemgr.structs.Query query) {
         List prodIds = new Vector();
         List products = new Vector();
 
@@ -125,7 +125,7 @@ public final class QueryTool {
     }
 
     public void generateCASQuery(
-            gov.nasa.jpl.oodt.cas.filemgr.structs.Query casQuery,
+            org.apache.oodt.cas.filemgr.structs.Query casQuery,
             Query luceneQuery) {
         if (luceneQuery instanceof TermQuery) {
             Term t = ((TermQuery) luceneQuery).getTerm();
@@ -227,7 +227,7 @@ public final class QueryTool {
         if (queryType == QueryType.LUCENE) {
             URL fmUrl = new URL(fmUrlStr);
             QueryTool queryTool = new QueryTool(fmUrl);
-            gov.nasa.jpl.oodt.cas.filemgr.structs.Query casQuery = new gov.nasa.jpl.oodt.cas.filemgr.structs.Query();
+            org.apache.oodt.cas.filemgr.structs.Query casQuery = new org.apache.oodt.cas.filemgr.structs.Query();
             queryTool.generateCASQuery(casQuery, parseQuery(queryStr));
     
             List prodIds = queryTool.query(casQuery);

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/RangeQueryTester.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/RangeQueryTester.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/RangeQueryTester.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/RangeQueryTester.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.tools;
+package org.apache.oodt.cas.filemgr.tools;
 
 //JDK imports
 import java.io.IOException;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/DbStructFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/DbStructFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/DbStructFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/DbStructFactory.java Wed Jul  7 08:02:25 2010
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Element;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.Element;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.Reference;
 
 //JDK imports
 import java.sql.ResultSet;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/GenericFileManagerObjectFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/GenericFileManagerObjectFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/GenericFileManagerObjectFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/GenericFileManagerObjectFactory.java Wed Jul  7 08:02:25 2010
@@ -15,28 +15,28 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //JDK imports
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.datatransfer.DataTransfer;
-import gov.nasa.jpl.oodt.cas.filemgr.datatransfer.DataTransferFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.ingest.Cache;
-import gov.nasa.jpl.oodt.cas.filemgr.ingest.CacheFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.metadata.extractors.FilemgrMetExtractor;
-import gov.nasa.jpl.oodt.cas.filemgr.repository.RepositoryManager;
-import gov.nasa.jpl.oodt.cas.filemgr.repository.RepositoryManagerFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.conv.VersionConverter;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.filter.FilterAlgor;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.type.TypeHandler;
-import gov.nasa.jpl.oodt.cas.filemgr.catalog.Catalog;
-import gov.nasa.jpl.oodt.cas.filemgr.catalog.CatalogFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer;
-import gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayerFactory;
-import gov.nasa.jpl.oodt.cas.filemgr.versioning.Versioner;
+import org.apache.oodt.cas.filemgr.datatransfer.DataTransfer;
+import org.apache.oodt.cas.filemgr.datatransfer.DataTransferFactory;
+import org.apache.oodt.cas.filemgr.ingest.Cache;
+import org.apache.oodt.cas.filemgr.ingest.CacheFactory;
+import org.apache.oodt.cas.filemgr.metadata.extractors.FilemgrMetExtractor;
+import org.apache.oodt.cas.filemgr.repository.RepositoryManager;
+import org.apache.oodt.cas.filemgr.repository.RepositoryManagerFactory;
+import org.apache.oodt.cas.filemgr.structs.query.conv.VersionConverter;
+import org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor;
+import org.apache.oodt.cas.filemgr.structs.type.TypeHandler;
+import org.apache.oodt.cas.filemgr.catalog.Catalog;
+import org.apache.oodt.cas.filemgr.catalog.CatalogFactory;
+import org.apache.oodt.cas.filemgr.validation.ValidationLayer;
+import org.apache.oodt.cas.filemgr.validation.ValidationLayerFactory;
+import org.apache.oodt.cas.filemgr.versioning.Versioner;
 
 /**
  * @author mattmann

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/Pagination.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/Pagination.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/Pagination.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/Pagination.java Wed Jul  7 08:02:25 2010
@@ -15,12 +15,12 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //CAS imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductPage;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product; //for javadoc
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.ProductPage;
+import org.apache.oodt.cas.filemgr.structs.Product; //for javadoc
+import org.apache.oodt.cas.filemgr.structs.ProductType;
 
 //JDK imports
 import java.util.List; //for javadoc

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/QueryUtils.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/QueryUtils.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/QueryUtils.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/QueryUtils.java Wed Jul  7 08:02:25 2010
@@ -15,10 +15,10 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.QueryResult;
+import org.apache.oodt.cas.filemgr.structs.query.QueryResult;
 
 //JDK imports
 import java.util.List;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/SqlParser.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/SqlParser.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/SqlParser.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/SqlParser.java Wed Jul  7 08:02:25 2010
@@ -15,17 +15,17 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.BooleanQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.QueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.RangeQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.TermQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.QueryFormulationException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.ComplexQuery;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.QueryFilter;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.filter.FilterAlgor;
+import org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.QueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.TermQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException;
+import org.apache.oodt.cas.filemgr.structs.query.ComplexQuery;
+import org.apache.oodt.cas.filemgr.structs.query.QueryFilter;
+import org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor;
 
 
 //JDK imports

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlRpcStructFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlRpcStructFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlRpcStructFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlRpcStructFactory.java Wed Jul  7 08:02:25 2010
@@ -15,28 +15,28 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.BooleanQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ExtractorSpec;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.FileTransferStatus;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductPage;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Query;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.QueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.RangeQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Element;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.TermQueryCriteria;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.QueryFormulationException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.ComplexQuery;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.QueryFilter;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.QueryResult;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.query.filter.FilterAlgor;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.type.TypeHandler;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.ExtractorSpec;
+import org.apache.oodt.cas.filemgr.structs.FileTransferStatus;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.ProductPage;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.Query;
+import org.apache.oodt.cas.filemgr.structs.QueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.Element;
+import org.apache.oodt.cas.filemgr.structs.TermQueryCriteria;
+import org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException;
+import org.apache.oodt.cas.filemgr.structs.query.ComplexQuery;
+import org.apache.oodt.cas.filemgr.structs.query.QueryFilter;
+import org.apache.oodt.cas.filemgr.structs.query.QueryResult;
+import org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor;
+import org.apache.oodt.cas.filemgr.structs.type.TypeHandler;
+import org.apache.oodt.cas.metadata.Metadata;
 
 //JDK imports
 import java.util.Hashtable;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlStructFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlStructFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlStructFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/util/XmlStructFactory.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.util;
+package org.apache.oodt.cas.filemgr.util;
 
 //JDK imports
 import java.util.HashMap;
@@ -35,12 +35,12 @@ import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ExtractorSpec;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.type.TypeHandler;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
-import gov.nasa.jpl.oodt.cas.metadata.util.PathUtils;
-import gov.nasa.jpl.oodt.cas.commons.xml.XMLUtils;
+import org.apache.oodt.cas.filemgr.structs.ExtractorSpec;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.type.TypeHandler;
+import org.apache.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.metadata.util.PathUtils;
+import org.apache.oodt.cas.commons.xml.XMLUtils;
 
 /**
  * @author mattmann
@@ -208,13 +208,13 @@ public final class XmlStructFactory {
         return productType;
     }
 
-    public static void writeProductTypeMapXmLDocument(HashMap<String, List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element>> productTypeMap,
+    public static void writeProductTypeMapXmLDocument(HashMap<String, List<org.apache.oodt.cas.filemgr.structs.Element>> productTypeMap,
             HashMap<String, String> subToSuperMap, String xmlFilePath) {
         XMLUtils.writeXmlFile(getProductTypeMapXmlDocument(productTypeMap,
                 subToSuperMap), xmlFilePath);
     }
 
-    public static void writeElementXmlDocument(List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element> elements, String xmlFilePath) {
+    public static void writeElementXmlDocument(List<org.apache.oodt.cas.filemgr.structs.Element> elements, String xmlFilePath) {
         XMLUtils.writeXmlFile(getElementXmlDocument(elements), xmlFilePath);
     }
 
@@ -224,7 +224,7 @@ public final class XmlStructFactory {
                 xmlFilePath);
     }
 
-    public static Document getProductTypeMapXmlDocument(HashMap<String, List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element>> productTypeMap,
+    public static Document getProductTypeMapXmlDocument(HashMap<String, List<org.apache.oodt.cas.filemgr.structs.Element>> productTypeMap,
             HashMap<String, String> subToSuperMap) {
         DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
         factory.setNamespaceAware(true);
@@ -250,9 +250,9 @@ public final class XmlStructFactory {
                             .get(typeId));
                 }
 
-                List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element> elementIds = productTypeMap.get(typeId);
+                List<org.apache.oodt.cas.filemgr.structs.Element> elementIds = productTypeMap.get(typeId);
 
-                for (Iterator<gov.nasa.jpl.oodt.cas.filemgr.structs.Element> j = elementIds.iterator(); j.hasNext();) {
+                for (Iterator<org.apache.oodt.cas.filemgr.structs.Element> j = elementIds.iterator(); j.hasNext();) {
                     String elementId = j.next().getElementId();
 
                     Element elementElem = document.createElement("element");
@@ -274,7 +274,7 @@ public final class XmlStructFactory {
         return null;
     }
 
-    public static Document getElementXmlDocument(List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element> elements) {
+    public static Document getElementXmlDocument(List<org.apache.oodt.cas.filemgr.structs.Element> elements) {
         DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
         factory.setNamespaceAware(true);
         Document document = null;
@@ -287,8 +287,8 @@ public final class XmlStructFactory {
             root.setAttribute("xmlns:cas", "http://oodt.jpl.nasa.gov/1.0/cas");
             document.appendChild(root);
 
-            for (Iterator<gov.nasa.jpl.oodt.cas.filemgr.structs.Element> i = elements.iterator(); i.hasNext();) {
-                gov.nasa.jpl.oodt.cas.filemgr.structs.Element element = i.next();
+            for (Iterator<org.apache.oodt.cas.filemgr.structs.Element> i = elements.iterator(); i.hasNext();) {
+                org.apache.oodt.cas.filemgr.structs.Element element = i.next();
                 Element elementElem = document.createElement("element");
                 elementElem.setAttribute("id", element.getElementId());
                 elementElem.setAttribute("name", element.getElementName());
@@ -367,7 +367,7 @@ public final class XmlStructFactory {
 
     }
 
-    public static gov.nasa.jpl.oodt.cas.filemgr.structs.Element getElement(
+    public static org.apache.oodt.cas.filemgr.structs.Element getElement(
             Node elementNode) {
         org.w3c.dom.Element elementElem = (org.w3c.dom.Element) elementNode;
 
@@ -388,7 +388,7 @@ public final class XmlStructFactory {
                     true);
         }
 
-        gov.nasa.jpl.oodt.cas.filemgr.structs.Element element = new gov.nasa.jpl.oodt.cas.filemgr.structs.Element();
+        org.apache.oodt.cas.filemgr.structs.Element element = new org.apache.oodt.cas.filemgr.structs.Element();
         element.setDCElement(dcElement);
         element.setDescription(description);
         element.setElementId(id);
@@ -396,26 +396,26 @@ public final class XmlStructFactory {
         return element;
     }
 
-    public static HashMap<String, List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element>> 
-            getProductTypeElementList(Node typeMapNode, HashMap<String, gov.nasa.jpl.oodt.cas.filemgr.structs.Element> elements) {
+    public static HashMap<String, List<org.apache.oodt.cas.filemgr.structs.Element>> 
+            getProductTypeElementList(Node typeMapNode, HashMap<String, org.apache.oodt.cas.filemgr.structs.Element> elements) {
         org.w3c.dom.Element typeMapElement = (org.w3c.dom.Element) typeMapNode;
 
         String typeId = typeMapElement.getAttribute("id");
 
-        HashMap<String, List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element>> productTypeElementMap = new HashMap<String, List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element>>();
+        HashMap<String, List<org.apache.oodt.cas.filemgr.structs.Element>> productTypeElementMap = new HashMap<String, List<org.apache.oodt.cas.filemgr.structs.Element>>();
 
         org.w3c.dom.Element elementListRoot = XMLUtils.getFirstElement(
                 "elements", typeMapElement);
         NodeList elementNodeList = elementListRoot
                 .getElementsByTagName("element");
 
-        List<gov.nasa.jpl.oodt.cas.filemgr.structs.Element> elementList = new Vector<gov.nasa.jpl.oodt.cas.filemgr.structs.Element>(elementNodeList.getLength());
+        List<org.apache.oodt.cas.filemgr.structs.Element> elementList = new Vector<org.apache.oodt.cas.filemgr.structs.Element>(elementNodeList.getLength());
 
         for (int i = 0; i < elementNodeList.getLength(); i++) {
             org.w3c.dom.Element elementElem = (org.w3c.dom.Element) elementNodeList
                     .item(i);
             String elementId = elementElem.getAttribute("id");
-            gov.nasa.jpl.oodt.cas.filemgr.structs.Element element = elements
+            org.apache.oodt.cas.filemgr.structs.Element element = elements
                     .get(elementId);
             elementList.add(element);
         }

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayer.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayer.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayer.java Wed Jul  7 08:02:25 2010
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.validation;
+package org.apache.oodt.cas.filemgr.validation;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Element;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
-import gov.nasa.jpl.oodt.cas.filemgr.util.DbStructFactory;
+import org.apache.oodt.cas.filemgr.structs.Element;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
+import org.apache.oodt.cas.filemgr.util.DbStructFactory;
 
 //JDK imports
 import java.sql.Connection;
@@ -70,7 +70,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#addElement(gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#addElement(org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void addElement(Element element) throws ValidationLayerException {
         Connection conn = null;
@@ -155,7 +155,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#modifyElement(gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#modifyElement(org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void modifyElement(Element element) throws ValidationLayerException {
         Connection conn = null;
@@ -215,7 +215,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#removeElement(gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#removeElement(org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void removeElement(Element element) throws ValidationLayerException {
         Connection conn = null;
@@ -273,8 +273,8 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#addElementToProductType(gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType,
-     *      gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#addElementToProductType(org.apache.oodt.cas.filemgr.structs.ProductType,
+     *      org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void addElementToProductType(ProductType type, Element element)
             throws ValidationLayerException {
@@ -339,8 +339,8 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#removeElementFromProductType(gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType,
-     *      gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#removeElementFromProductType(org.apache.oodt.cas.filemgr.structs.ProductType,
+     *      org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void removeElementFromProductType(ProductType type, Element element)
             throws ValidationLayerException {
@@ -522,7 +522,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElements(gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElements(org.apache.oodt.cas.filemgr.structs.ProductType)
      */
     public List<Element> getElements(ProductType type)
             throws ValidationLayerException {
@@ -652,7 +652,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElements()
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElements()
      */
     public List<Element> getElements() throws ValidationLayerException {
         Connection conn = null;
@@ -720,7 +720,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElementById(java.lang.String)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElementById(java.lang.String)
      */
     public Element getElementById(String elementId)
             throws ValidationLayerException {
@@ -787,7 +787,7 @@ public class DataSourceValidationLayer i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElementByName(java.lang.String)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElementByName(java.lang.String)
      */
     public Element getElementByName(String elementName)
             throws ValidationLayerException {

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayerFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayerFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayerFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/DataSourceValidationLayerFactory.java Wed Jul  7 08:02:25 2010
@@ -15,10 +15,10 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.validation;
+package org.apache.oodt.cas.filemgr.validation;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.commons.database.DatabaseConnectionBuilder;
+import org.apache.oodt.cas.commons.database.DatabaseConnectionBuilder;
 
 //JDK imports
 import javax.sql.DataSource;
@@ -48,24 +48,24 @@ public class DataSourceValidationLayerFa
         String jdbcUrl = null, user = null, pass = null, driver = null;
 
         jdbcUrl = System
-                .getProperty("gov.nasa.jpl.oodt.cas.filemgr.validation.datasource.jdbc.url");
+                .getProperty("org.apache.oodt.cas.filemgr.validation.datasource.jdbc.url");
         user = System
-                .getProperty("gov.nasa.jpl.oodt.cas.filemgr.validation.datasource.jdbc.user");
+                .getProperty("org.apache.oodt.cas.filemgr.validation.datasource.jdbc.user");
         pass = System
-                .getProperty("gov.nasa.jpl.oodt.cas.filemgr.validation.datasource.jdbc.pass");
+                .getProperty("org.apache.oodt.cas.filemgr.validation.datasource.jdbc.pass");
         driver = System
-                .getProperty("gov.nasa.jpl.oodt.cas.filemgr.validation.datasource.jdbc.driver");
+                .getProperty("org.apache.oodt.cas.filemgr.validation.datasource.jdbc.driver");
 
         dataSource = DatabaseConnectionBuilder.buildDataSource(user, pass,
                 driver, jdbcUrl);
         quoteFields = Boolean
-                .getBoolean("gov.nasa.jpl.oodt.cas.filemgr.validation.datasource.quoteFields");
+                .getBoolean("org.apache.oodt.cas.filemgr.validation.datasource.quoteFields");
     }
 
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayerFactory#createValidationLayer()
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayerFactory#createValidationLayer()
      */
     public ValidationLayer createValidationLayer() {
         return new DataSourceValidationLayer(dataSource, quoteFields);

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayer.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayer.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayer.java Wed Jul  7 08:02:25 2010
@@ -15,12 +15,12 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.validation;
+package org.apache.oodt.cas.filemgr.validation;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Element;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
+import org.apache.oodt.cas.filemgr.structs.Element;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
 
 //JDK imports
 import java.util.List;

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayerFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayerFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayerFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/ValidationLayerFactory.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.validation;
+package org.apache.oodt.cas.filemgr.validation;
 
 /**
  * @author mattmann

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayer.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayer.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayer.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayer.java Wed Jul  7 08:02:25 2010
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.validation;
+package org.apache.oodt.cas.filemgr.validation;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Element;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
-import gov.nasa.jpl.oodt.cas.filemgr.util.XmlStructFactory;
+import org.apache.oodt.cas.filemgr.structs.Element;
+import org.apache.oodt.cas.filemgr.structs.ProductType;
+import org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException;
+import org.apache.oodt.cas.filemgr.util.XmlStructFactory;
 
 //JDK imports
 import java.io.File;
@@ -87,7 +87,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#addElement(gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#addElement(org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void addElement(Element element) throws ValidationLayerException {
         elementMap.put(element.getElementId(), element);
@@ -98,7 +98,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#modifyElement(gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#modifyElement(org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void modifyElement(Element element) throws ValidationLayerException {
         elementMap.put(element.getElementId(), element);
@@ -109,7 +109,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#removeElement(gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#removeElement(org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void removeElement(Element element) throws ValidationLayerException {
         elementMap.remove(element.getElementId());
@@ -120,8 +120,8 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#addElementToProductType(gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType,
-     *      gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#addElementToProductType(org.apache.oodt.cas.filemgr.structs.ProductType,
+     *      org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void addElementToProductType(ProductType type, Element element)
             throws ValidationLayerException {
@@ -139,8 +139,8 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#removeElementFromProductType(gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType,
-     *      gov.nasa.jpl.oodt.cas.filemgr.structs.Element)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#removeElementFromProductType(org.apache.oodt.cas.filemgr.structs.ProductType,
+     *      org.apache.oodt.cas.filemgr.structs.Element)
      */
     public void removeElementFromProductType(ProductType type, Element element)
             throws ValidationLayerException {
@@ -161,7 +161,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElements(gov.nasa.jpl.oodt.cas.filemgr.structs.ProductType)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElements(org.apache.oodt.cas.filemgr.structs.ProductType)
      */
     public List<Element> getElements(ProductType type)
             throws ValidationLayerException {
@@ -184,7 +184,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElements()
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElements()
      */
     public List<Element> getElements() throws ValidationLayerException {
         return Arrays.asList(elementMap.values().toArray(
@@ -194,7 +194,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElementById(java.lang.String)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElementById(java.lang.String)
      */
     public Element getElementById(String elementId)
             throws ValidationLayerException {
@@ -204,7 +204,7 @@ public class XMLValidationLayer implemen
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayer#getElementByName(java.lang.String)
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayer#getElementByName(java.lang.String)
      */
     public Element getElementByName(String elementName)
             throws ValidationLayerException {

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayerFactory.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayerFactory.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayerFactory.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/validation/XMLValidationLayerFactory.java Wed Jul  7 08:02:25 2010
@@ -15,10 +15,10 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.validation;
+package org.apache.oodt.cas.filemgr.validation;
 
 //JDk imports
-import gov.nasa.jpl.oodt.cas.metadata.util.PathUtils;
+import org.apache.oodt.cas.metadata.util.PathUtils;
 
 import java.util.Arrays;
 import java.util.List;
@@ -48,7 +48,7 @@ public class XMLValidationLayerFactory i
      */
     public XMLValidationLayerFactory() {
         String dirUris = System
-                .getProperty("gov.nasa.jpl.oodt.cas.filemgr.validation.dirs");
+                .getProperty("org.apache.oodt.cas.filemgr.validation.dirs");
 
         if (dirUris != null) {
             dirUris = PathUtils.replaceEnvVariables(dirUris);
@@ -60,7 +60,7 @@ public class XMLValidationLayerFactory i
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.validation.ValidationLayerFactory#createValidationLayer()
+     * @see org.apache.oodt.cas.filemgr.validation.ValidationLayerFactory#createValidationLayer()
      */
     public ValidationLayer createValidationLayer() {
         return new XMLValidationLayer(dirList);

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/BasicVersioner.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/BasicVersioner.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/BasicVersioner.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/BasicVersioner.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.versioning;
+package org.apache.oodt.cas.filemgr.versioning;
 
 //JDK imports
 import java.io.File;
@@ -28,10 +28,10 @@ import java.util.logging.Logger;
 import java.util.logging.Level;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.VersioningException;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException;
 
 /**
  * @author mattmann
@@ -58,7 +58,7 @@ public class BasicVersioner implements V
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.versioning.Versioner#createDataStoreReferences(gov.nasa.jpl.oodt.cas.data.structs.Product)
+     * @see org.apache.oodt.cas.versioning.Versioner#createDataStoreReferences(org.apache.oodt.cas.data.structs.Product)
      */
     public void createDataStoreReferences(Product product, Metadata metadata)
             throws VersioningException {

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/DateTimeVersioner.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/DateTimeVersioner.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/DateTimeVersioner.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/DateTimeVersioner.java Wed Jul  7 08:02:25 2010
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.versioning;
+package org.apache.oodt.cas.filemgr.versioning;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.VersioningException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.metadata.Metadata;
 import jpl.eda.util.DateConvert;
 
 //JDK imports
@@ -68,7 +68,7 @@ public class DateTimeVersioner implement
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.versioning.Versioner#createDataStoreReferences(gov.nasa.jpl.
+     * @see org.apache.oodt.cas.versioning.Versioner#createDataStoreReferences(org.apache.
      *      oodt.cas.data.structs.Product)
      */
     public void createDataStoreReferences(Product product, Metadata metadata)

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/MetadataBasedFileVersioner.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/MetadataBasedFileVersioner.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/MetadataBasedFileVersioner.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/MetadataBasedFileVersioner.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.versioning;
+package org.apache.oodt.cas.filemgr.versioning;
 
 //JDK imports
 import java.io.File;
@@ -23,11 +23,11 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.VersioningException;
-import gov.nasa.jpl.oodt.cas.metadata.util.PathUtils;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException;
+import org.apache.oodt.cas.metadata.util.PathUtils;
+import org.apache.oodt.cas.metadata.Metadata;
 
 /**
  * @author mattmann
@@ -68,9 +68,9 @@ public class MetadataBasedFileVersioner 
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.versioning.Versioner#createDataStoreReferences(gov.nasa.
+     * @see org.apache.oodt.cas.filemgr.versioning.Versioner#createDataStoreReferences(gov.nasa.
      *      jpl.oodt.cas.filemgr.structs.Product,
-     *      gov.nasa.jpl.oodt.cas.metadata.Metadata)
+     *      org.apache.oodt.cas.metadata.Metadata)
      */
     public void createDataStoreReferences(Product product, Metadata metadata)
             throws VersioningException {

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/SingleFileBasicVersioner.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/SingleFileBasicVersioner.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/SingleFileBasicVersioner.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/SingleFileBasicVersioner.java Wed Jul  7 08:02:25 2010
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.versioning;
+package org.apache.oodt.cas.filemgr.versioning;
 
 //JDK imports
 import java.io.File;
@@ -23,10 +23,10 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.VersioningException;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException;
+import org.apache.oodt.cas.metadata.Metadata;
 
 /**
  * @author mattmann
@@ -58,9 +58,9 @@ public class SingleFileBasicVersioner im
     /*
      * (non-Javadoc)
      * 
-     * @see gov.nasa.jpl.oodt.cas.filemgr.versioning.Versioner#createDataStoreReferences(gov.nasa.
+     * @see org.apache.oodt.cas.filemgr.versioning.Versioner#createDataStoreReferences(gov.nasa.
      *      jpl.oodt.cas.filemgr.structs.Product,
-     *      gov.nasa.jpl.oodt.cas.metadata.Metadata)
+     *      org.apache.oodt.cas.metadata.Metadata)
      */
     public void createDataStoreReferences(Product product, Metadata metadata)
             throws VersioningException {

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/Versioner.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/Versioner.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/Versioner.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/Versioner.java Wed Jul  7 08:02:25 2010
@@ -15,12 +15,12 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.versioning;
+package org.apache.oodt.cas.filemgr.versioning;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.exceptions.VersioningException;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
-import gov.nasa.jpl.oodt.cas.metadata.Metadata;
+import org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException;
+import org.apache.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.metadata.Metadata;
 
 /**
  * @author mattmann

Modified: incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/VersioningUtils.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/VersioningUtils.java?rev=961284&r1=961256&r2=961284&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/VersioningUtils.java (original)
+++ incubator/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/versioning/VersioningUtils.java Wed Jul  7 08:02:25 2010
@@ -15,11 +15,11 @@
  * limitations under the License.
  */
 
-package gov.nasa.jpl.oodt.cas.filemgr.versioning;
+package org.apache.oodt.cas.filemgr.versioning;
 
 //OODT imports
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Reference;
-import gov.nasa.jpl.oodt.cas.filemgr.structs.Product;
+import org.apache.oodt.cas.filemgr.structs.Reference;
+import org.apache.oodt.cas.filemgr.structs.Product;
 
 //JDK imports
 import java.io.File;