Author: kwright
Date: Sun Oct 26 10:39:30 2014
New Revision: 1634296
URL: http://svn.apache.org/r1634296
Log:
Initial reorganization
Added:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/extmimemap/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/extmimemap/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/jsongen/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/fuzzyml/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/fuzzyml/
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/jsongen/
- copied from r1634275,
manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/jsongen/
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/
Removed:
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/extmimemap/
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/
manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/jsongen/
manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/common/
manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/fuzzyml/
manifoldcf/branches/CONNECTORS-1085/framework/core/src/test/java/org/apache/manifoldcf/core/jsongen/
Modified:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/CommonsHTTPSender.java
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DeflateInputStream.java
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/InterruptibleSocketFactory.java
Modified:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java?rev=1634296&r1=1634275&r2=1634296&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java
(original)
+++
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java
Sun Oct 26 10:39:30 2014
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.manifoldcf.core.common;
+package org.apache.manifoldcf.connectorcommon.common;
import org.apache.manifoldcf.core.interfaces.*;
import java.io.*;
Modified:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/CommonsHTTPSender.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/CommonsHTTPSender.java?rev=1634296&r1=1634275&r2=1634296&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/CommonsHTTPSender.java
(original)
+++
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/CommonsHTTPSender.java
Sun Oct 26 10:39:30 2014
@@ -15,9 +15,9 @@
*
* $Id$
*/
-package org.apache.manifoldcf.core.common;
+package org.apache.manifoldcf.connectorcommon.common;
-import org.apache.manifoldcf.core.common.XThreadInputStream;
+import org.apache.manifoldcf.connectorcommon.common.XThreadInputStream;
import org.apache.axis.AxisFault;
import org.apache.axis.Constants;
Modified:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java?rev=1634296&r1=1634275&r2=1634296&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java
(original)
+++
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java
Sun Oct 26 10:39:30 2014
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.manifoldcf.core.common;
+package org.apache.manifoldcf.connectorcommon.common;
import java.util.*;
Modified:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DeflateInputStream.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DeflateInputStream.java?rev=1634296&r1=1634275&r2=1634296&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DeflateInputStream.java
(original)
+++
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DeflateInputStream.java
Sun Oct 26 10:39:30 2014
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.manifoldcf.core.common;
+package org.apache.manifoldcf.connectorcommon.common;
import java.io.IOException;
import java.io.InputStream;
Modified:
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/InterruptibleSocketFactory.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/InterruptibleSocketFactory.java?rev=1634296&r1=1634275&r2=1634296&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/InterruptibleSocketFactory.java
(original)
+++
manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/InterruptibleSocketFactory.java
Sun Oct 26 10:39:30 2014
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.manifoldcf.core.common;
+package org.apache.manifoldcf.connectorcommon.common;
import java.io.*;
import java.net.*;