From 5247312d00c9b7096ff10337cc83d974bf78b8e8 Mon Sep 17 00:00:00 2001 From: tosmers Date: Mon, 9 May 2016 15:19:24 +0000 Subject: [PATCH] moves interface identifiable to package portation git-svn-id: https://svn.libreccm.org/ccm/trunk@4063 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/kernel/ACSObject.java | 6 ++---- .../src/com/arsdigita/portation/AbstractMarshaller.java | 1 - .../com/arsdigita/{kernel => portation}/Identifiable.java | 4 +--- ccm-core/src/com/arsdigita/portation/Marshaller.java | 1 - ccm-docrepo/src/com/arsdigita/docrepo/File.java | 1 - ccm-sci-bundle/bundles/devel/cfg/integration.properties | 3 ++- 6 files changed, 5 insertions(+), 11 deletions(-) rename ccm-core/src/com/arsdigita/{kernel => portation}/Identifiable.java (92%) diff --git a/ccm-core/src/com/arsdigita/kernel/ACSObject.java b/ccm-core/src/com/arsdigita/kernel/ACSObject.java index 8438854d3..4fa97a9c4 100755 --- a/ccm-core/src/com/arsdigita/kernel/ACSObject.java +++ b/ccm-core/src/com/arsdigita/kernel/ACSObject.java @@ -32,14 +32,12 @@ import com.arsdigita.persistence.OID; import com.arsdigita.persistence.PersistenceException; import com.arsdigita.persistence.metadata.ObjectType; import com.arsdigita.persistence.metadata.Property; +import org.apache.log4j.Logger; +import org.apache.log4j.Priority; import java.math.BigDecimal; import java.sql.SQLException; -import com.arsdigita.portation.AbstractMarshaller; -import org.apache.log4j.Logger; -import org.apache.log4j.Priority; - /** * An ACSObject is a generic object that can be handled by any of a * number of Core services e.g., versioning, permissions. Subclass diff --git a/ccm-core/src/com/arsdigita/portation/AbstractMarshaller.java b/ccm-core/src/com/arsdigita/portation/AbstractMarshaller.java index 8faffe8ff..2ce599035 100644 --- a/ccm-core/src/com/arsdigita/portation/AbstractMarshaller.java +++ b/ccm-core/src/com/arsdigita/portation/AbstractMarshaller.java @@ -23,7 +23,6 @@ import com.fasterxml.jackson.databind.SerializationFeature; import com.fasterxml.jackson.dataformat.xml.JacksonXmlModule; import com.fasterxml.jackson.dataformat.xml.XmlMapper; import org.apache.log4j.Logger; -import com.arsdigita.kernel.Identifiable; import java.io.File; import java.io.FileWriter; diff --git a/ccm-core/src/com/arsdigita/kernel/Identifiable.java b/ccm-core/src/com/arsdigita/portation/Identifiable.java similarity index 92% rename from ccm-core/src/com/arsdigita/kernel/Identifiable.java rename to ccm-core/src/com/arsdigita/portation/Identifiable.java index dfb4cd9db..f8b15fbf5 100644 --- a/ccm-core/src/com/arsdigita/kernel/Identifiable.java +++ b/ccm-core/src/com/arsdigita/portation/Identifiable.java @@ -16,9 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301 USA */ -package com.arsdigita.kernel; - -import com.arsdigita.portation.AbstractMarshaller; +package com.arsdigita.portation; /** * @author