From 41fd475a3fc32148851affb6979ab8aa2d3c2959 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 5 Sep 2012 08:50:33 +0000 Subject: [PATCH] Move Castor support to legacy git-svn-id: https://svn.argeo.org/slc/trunk@5552 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../runtime}/org.argeo.slc.support.castor/.classpath | 0 .../runtime}/org.argeo.slc.support.castor/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../runtime}/org.argeo.slc.support.castor/build.properties | 0 {runtime => legacy/runtime}/org.argeo.slc.support.castor/pom.xml | 0 .../org/argeo/slc/castor/execution/PrimitiveFieldHandler.java | 0 .../argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java | 0 .../java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java | 0 .../java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java | 0 .../java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java | 0 .../src/main/resources/org/argeo/slc/castor/attachment.xml | 0 .../src/main/resources/org/argeo/slc/castor/common.xml | 0 .../src/main/resources/org/argeo/slc/castor/execution.xml | 0 .../src/main/resources/org/argeo/slc/castor/msg.xml | 0 .../src/main/resources/org/argeo/slc/castor/process.xml | 0 .../src/main/resources/org/argeo/slc/castor/runtime.xml | 0 .../src/main/resources/org/argeo/slc/castor/spring.xml | 0 .../src/main/resources/org/argeo/slc/castor/structure.xml | 0 .../src/main/resources/org/argeo/slc/castor/test.xml | 0 .../runtime}/org.argeo.slc.support.castor/src/site/apt/index.apt | 0 .../test/java/org/argeo/slc/castor/AbstractCastorTestCase.java | 0 .../java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java | 0 .../argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java | 0 .../java/org/argeo/slc/castor/ModularDistributionCastorTest.java | 0 .../src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java | 0 .../java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java | 0 .../test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java | 0 .../test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java | 0 .../org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java | 0 .../src/test/resources/log4j.properties | 0 .../test/resources/org/argeo/slc/castor/applicationContext.xml | 0 runtime/pom.xml | 1 - 32 files changed, 1 deletion(-) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/.classpath (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/.project (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/build.properties (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/pom.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/site/apt/index.apt (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/resources/log4j.properties (100%) rename {runtime => legacy/runtime}/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml (100%) diff --git a/runtime/org.argeo.slc.support.castor/.classpath b/legacy/runtime/org.argeo.slc.support.castor/.classpath similarity index 100% rename from runtime/org.argeo.slc.support.castor/.classpath rename to legacy/runtime/org.argeo.slc.support.castor/.classpath diff --git a/runtime/org.argeo.slc.support.castor/.project b/legacy/runtime/org.argeo.slc.support.castor/.project similarity index 100% rename from runtime/org.argeo.slc.support.castor/.project rename to legacy/runtime/org.argeo.slc.support.castor/.project diff --git a/runtime/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs b/legacy/runtime/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from runtime/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs rename to legacy/runtime/org.argeo.slc.support.castor/.settings/org.eclipse.jdt.core.prefs diff --git a/runtime/org.argeo.slc.support.castor/build.properties b/legacy/runtime/org.argeo.slc.support.castor/build.properties similarity index 100% rename from runtime/org.argeo.slc.support.castor/build.properties rename to legacy/runtime/org.argeo.slc.support.castor/build.properties diff --git a/runtime/org.argeo.slc.support.castor/pom.xml b/legacy/runtime/org.argeo.slc.support.castor/pom.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/pom.xml rename to legacy/runtime/org.argeo.slc.support.castor/pom.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java b/legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java rename to legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/execution/PrimitiveFieldHandler.java diff --git a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java b/legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java rename to legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/structure/tree/TreeSPathFieldHandler.java diff --git a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java b/legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java rename to legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/castor/test/tree/StatusFieldHandler.java diff --git a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java b/legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java rename to legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java diff --git a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java b/legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java rename to legacy/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/test/tree/XsltReportGenerator.java diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/attachment.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/common.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/execution.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/msg.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/process.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/runtime.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/spring.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/structure.xml diff --git a/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml b/legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/main/resources/org/argeo/slc/castor/test.xml diff --git a/runtime/org.argeo.slc.support.castor/src/site/apt/index.apt b/legacy/runtime/org.argeo.slc.support.castor/src/site/apt/index.apt similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/site/apt/index.apt rename to legacy/runtime/org.argeo.slc.support.castor/src/site/apt/index.apt diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/AbstractCastorTestCase.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionAnswerCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ExecutionModuleDescriptorCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ModularDistributionCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/ObjectListCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcAgentDescriptorCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java b/legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java rename to legacy/runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/TreeTestResultCollectionCastorTest.java diff --git a/runtime/org.argeo.slc.support.castor/src/test/resources/log4j.properties b/legacy/runtime/org.argeo.slc.support.castor/src/test/resources/log4j.properties similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/resources/log4j.properties rename to legacy/runtime/org.argeo.slc.support.castor/src/test/resources/log4j.properties diff --git a/runtime/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml b/legacy/runtime/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml similarity index 100% rename from runtime/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml rename to legacy/runtime/org.argeo.slc.support.castor/src/test/resources/org/argeo/slc/castor/applicationContext.xml diff --git a/runtime/pom.xml b/runtime/pom.xml index 6a4135bbd..b13b90896 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -22,7 +22,6 @@ org.argeo.slc.support.maven org.argeo.slc.support.jemmy org.argeo.slc.support.jcr - org.argeo.slc.support.castor org.argeo.slc.detached org.argeo.slc.detached.launcher org.argeo.slc.launcher -- 2.39.2