You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/10/26 11:50:36 UTC

svn commit: r1634297 - in /manifoldcf/branches/CONNECTORS-1085/framework: connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/ connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/extmimemap/ connector-common/src...

Author: kwright
Date: Sun Oct 26 10:50:35 2014
New Revision: 1634297

URL: http://svn.apache.org/r1634297
Log:
Change packages for all repackaged code

Added:
    manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java
      - copied, changed from r1634296, manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java
    manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/XMLDoc.java
      - copied unchanged from r1634296, manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XMLDoc.java
Removed:
    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/XMLDoc.java
Modified:
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadInputStream.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadOutputStream.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadStringBuffer.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/extmimemap/ExtensionMimeMap.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/AttrNameValue.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/BOMEncodingDetector.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteBuffer.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteReceiver.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterBuffer.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterReceiver.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/DecodingByteReceiver.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/EncodingDetector.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/HTMLParseState.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/Parser.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedInputStream.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ReplayableInputStream.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleByteReceiver.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleCharacterReceiver.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TagParseState.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLEncodingDetector.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFileParsingContext.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyHierarchicalParseState.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyParseState.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLOutputStreamParsingContext.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParseState.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParsingContext.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLStringParsingContext.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLWriterParsingContext.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONArrayReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONDoubleReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONIntegerReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONNameValueReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONObjectReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONStringReader.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONValueReader.java

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadInputStream.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadInputStream.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadInputStream.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadInputStream.java Sun Oct 26 10:50:35 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.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadOutputStream.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadOutputStream.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadOutputStream.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadOutputStream.java Sun Oct 26 10:50:35 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.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadStringBuffer.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadStringBuffer.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadStringBuffer.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/XThreadStringBuffer.java Sun Oct 26 10:50:35 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/extmimemap/ExtensionMimeMap.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/extmimemap/ExtensionMimeMap.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/extmimemap/ExtensionMimeMap.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/extmimemap/ExtensionMimeMap.java Sun Oct 26 10:50:35 2014
@@ -17,7 +17,7 @@
 * limitations under the License.
 */
 
-package org.apache.manifoldcf.core.extmimemap;
+package org.apache.manifoldcf.connectorcommon.extmimemap;
 
 import org.apache.manifoldcf.core.interfaces.ManifoldCFException;
 import org.apache.tika.Tika;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/AttrNameValue.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/AttrNameValue.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/AttrNameValue.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/AttrNameValue.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/BOMEncodingDetector.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/BOMEncodingDetector.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/BOMEncodingDetector.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/BOMEncodingDetector.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteBuffer.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteBuffer.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteBuffer.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteBuffer.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteReceiver.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteReceiver.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteReceiver.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ByteReceiver.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterBuffer.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterBuffer.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterBuffer.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterBuffer.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterReceiver.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterReceiver.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterReceiver.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/CharacterReceiver.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/DecodingByteReceiver.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/DecodingByteReceiver.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/DecodingByteReceiver.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/DecodingByteReceiver.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/EncodingDetector.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/EncodingDetector.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/EncodingDetector.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/EncodingDetector.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/HTMLParseState.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/HTMLParseState.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/HTMLParseState.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/HTMLParseState.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.core.system.Logging;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/Parser.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/Parser.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/Parser.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/Parser.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedInputStream.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedInputStream.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedInputStream.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedInputStream.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/PrefixedReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ReplayableInputStream.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ReplayableInputStream.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ReplayableInputStream.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/ReplayableInputStream.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleByteReceiver.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleByteReceiver.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleByteReceiver.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleByteReceiver.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleCharacterReceiver.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleCharacterReceiver.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleCharacterReceiver.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/SingleCharacterReceiver.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TagParseState.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TagParseState.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TagParseState.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TagParseState.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.core.system.Logging;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLEncodingDetector.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLEncodingDetector.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLEncodingDetector.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLEncodingDetector.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFileParsingContext.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFileParsingContext.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFileParsingContext.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFileParsingContext.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyHierarchicalParseState.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyHierarchicalParseState.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyHierarchicalParseState.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyHierarchicalParseState.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyParseState.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyParseState.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyParseState.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLFuzzyParseState.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.core.system.Logging;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLOutputStreamParsingContext.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLOutputStreamParsingContext.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLOutputStreamParsingContext.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLOutputStreamParsingContext.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParseState.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParseState.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParseState.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParseState.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.core.system.Logging;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParsingContext.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParsingContext.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParsingContext.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLParsingContext.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLStringParsingContext.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLStringParsingContext.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLStringParsingContext.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLStringParsingContext.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLWriterParsingContext.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLWriterParsingContext.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLWriterParsingContext.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/fuzzyml/XMLWriterParsingContext.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONArrayReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONArrayReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONArrayReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONArrayReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONDoubleReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONDoubleReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONDoubleReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONDoubleReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONIntegerReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONIntegerReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONIntegerReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONIntegerReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONNameValueReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONNameValueReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONNameValueReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONNameValueReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONObjectReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONObjectReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONObjectReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONObjectReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONStringReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONStringReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONStringReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONStringReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONValueReader.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONValueReader.java?rev=1634297&r1=1634296&r2=1634297&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONValueReader.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/jsongen/JSONValueReader.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 

Copied: manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java (from r1634296, 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/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java?p2=manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java&p1=manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/Base64.java&r1=1634296&r2=1634297&rev=1634297&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/core/src/main/java/org/apache/manifoldcf/core/common/Base64.java Sun Oct 26 10:50:35 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.connectorcommon.common;
+package org.apache.manifoldcf.core.common;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import java.io.*;