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 12:35:48 UTC

svn commit: r1634303 - in /manifoldcf/branches/CONNECTORS-1085/framework: connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/ connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/ core/src/main/java/org/a...

Author: kwright
Date: Sun Oct 26 11:35:48 2014
New Revision: 1634303

URL: http://svn.apache.org/r1634303
Log:
Restore DateParser to core

Added:
    manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/DateParser.java
      - copied, changed from r1634302, manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java
    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/common/DateTest.java
      - copied unchanged from r1634298, manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/DateTest.java
Removed:
    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/test/java/org/apache/manifoldcf/connectorcommon/common/

Copied: manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/DateParser.java (from r1634302, 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/core/src/main/java/org/apache/manifoldcf/core/common/DateParser.java?p2=manifoldcf/branches/CONNECTORS-1085/framework/core/src/main/java/org/apache/manifoldcf/core/common/DateParser.java&p1=manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/main/java/org/apache/manifoldcf/connectorcommon/common/DateParser.java&r1=1634302&r2=1634303&rev=1634303&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/core/src/main/java/org/apache/manifoldcf/core/common/DateParser.java Sun Oct 26 11:35:48 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 java.util.*;