Start SLC 2 refactoring.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Feb 2020 09:55:52 +0000 (10:55 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Feb 2020 09:55:52 +0000 (10:55 +0100)
commitf8a9ca2e0faabe1e0cdcd3537da34e02a0e55f57
tree7ab8e7e688555e25d732e5a072090838a0456409
parente14154d2baba78852915304d51cbb56bed1d3d3e
Start SLC 2 refactoring.
76 files changed:
dep/org.argeo.slc.dep.backend/pom.xml
dep/org.argeo.slc.dep.e4.rap/pom.xml
dep/org.argeo.slc.dep.minimal/pom.xml
dep/org.argeo.slc.dep.spring/pom.xml
legacy/argeo-commons/dep/org.argeo.dep.cms.platform/pom.xml
org.argeo.slc.api/src/org/argeo/slc/attachment/Attachment.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/attachment/AttachmentsEnabled.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/attachment/AttachmentsStorage.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/execution/AbstractExecutionValue.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/execution/AbstractSpecAttribute.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/execution/RefSpecAttribute.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/execution/RefValue.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/execution/RefValueChoice.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/primitive/PrimitiveAccessor.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/primitive/PrimitiveSpecAttribute.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/primitive/PrimitiveUtils.java [new file with mode: 0644]
org.argeo.slc.api/src/org/argeo/slc/primitive/PrimitiveValue.java [new file with mode: 0644]
org.argeo.slc.client.ui/pom.xml
org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java
org.argeo.slc.e4/pom.xml
org.argeo.slc.jcr/.classpath [new file with mode: 0644]
org.argeo.slc.jcr/.gitignore [new file with mode: 0644]
org.argeo.slc.jcr/.project [new file with mode: 0644]
org.argeo.slc.jcr/META-INF/.gitignore [new file with mode: 0644]
org.argeo.slc.jcr/bnd.bnd [new file with mode: 0644]
org.argeo.slc.jcr/build.properties [new file with mode: 0644]
org.argeo.slc.jcr/pom.xml [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/JcrMetadataWriter.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/JcrTestResult.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/SlcJcrConstants.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/SlcJcrResultUtils.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/SlcJcrUtils.java [new file with mode: 0644]
org.argeo.slc.repo/pom.xml
org.argeo.slc.spring/bnd.bnd
org.argeo.slc.spring/pom.xml
org.argeo.slc.spring/src/org/argeo/slc/core/attachment/Attachment.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/attachment/AttachmentUploader.java
org.argeo.slc.spring/src/org/argeo/slc/core/attachment/AttachmentsEnabled.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/attachment/AttachmentsStorage.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/attachment/FileAttachmentsStorage.java
org.argeo.slc.spring/src/org/argeo/slc/core/attachment/SimpleAttachment.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/AbstractExecutionValue.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/AbstractSpecAttribute.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionSpec.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/InstantiationManager.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/PrimitiveAccessor.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/PrimitiveSpecAttribute.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/PrimitiveUtils.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/PrimitiveValue.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/RefSpecAttribute.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/RefValue.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/RefValueChoice.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/tasks/UploadAttachments.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/xml/SpecBeanDefinitionParser.java
org.argeo.slc.spring/src/org/argeo/slc/jcr/JcrMetadataWriter.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/JcrTestResult.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/SlcJcrConstants.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/SlcJcrResultUtils.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/SlcJcrUtils.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrAttachmentUploader.java
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrExecutionModulesListener.java
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrRealizedFlow.java
org.argeo.slc.spring/src/org/argeo/slc/spring/unit/AbstractExecutionFlowTestcase.java [new file with mode: 0644]
org.argeo.slc.spring/src/org/argeo/slc/spring/unit/AbstractOsgiRuntimeTestCase.java [new file with mode: 0644]
org.argeo.slc.spring/src/org/argeo/slc/spring/unit/AbstractSpringTestCase.java [new file with mode: 0644]
org.argeo.slc.spring/src/org/argeo/slc/spring/unit/ExecutionFlowDescriptorTestUtils.java [new file with mode: 0644]
org.argeo.slc.spring/src/org/argeo/slc/spring/unit/UnitUtils.java [new file with mode: 0644]
org.argeo.slc.support/pom.xml
org.argeo.slc.unit/pom.xml
org.argeo.slc.unit/src/org/argeo/slc/equinox/unit/AbstractOsgiRuntimeTestCase.java [deleted file]
org.argeo.slc.unit/src/org/argeo/slc/unit/AbstractSpringTestCase.java [deleted file]
org.argeo.slc.unit/src/org/argeo/slc/unit/UnitUtils.java [deleted file]
org.argeo.slc.unit/src/org/argeo/slc/unit/execution/AbstractExecutionFlowTestcase.java [deleted file]
org.argeo.slc.unit/src/org/argeo/slc/unit/execution/ExecutionFlowDescriptorTestUtils.java [deleted file]
pom.xml