From ba730eaab40bf3345c2cb579b48028fc4c57dd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Tue, 14 Jul 2020 16:54:29 +0200 Subject: [PATCH] Move PRDocumentSample to rich text because Pillar-Tests-Core requires more package such as Exporter... So we will have to split --- .../PRDocumentSample.class.st | 2 +- .../PRDocumentSampleTest.class.st | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{Pillar-Tests-Core => Pillar-ExporterRichText}/PRDocumentSample.class.st (99%) rename src/{Pillar-Tests-Core => Pillar-ExporterRichText}/PRDocumentSampleTest.class.st (85%) diff --git a/src/Pillar-Tests-Core/PRDocumentSample.class.st b/src/Pillar-ExporterRichText/PRDocumentSample.class.st similarity index 99% rename from src/Pillar-Tests-Core/PRDocumentSample.class.st rename to src/Pillar-ExporterRichText/PRDocumentSample.class.st index dcfdf732..b991ca42 100644 --- a/src/Pillar-Tests-Core/PRDocumentSample.class.st +++ b/src/Pillar-ExporterRichText/PRDocumentSample.class.st @@ -5,7 +5,7 @@ I'm a holder of some samples for Pillar structures. Class { #name : #PRDocumentSample, #superclass : #PRDocument, - #category : #'Pillar-Tests-Core' + #category : #'Pillar-ExporterRichText' } { #category : #'annotated paragraph' } diff --git a/src/Pillar-Tests-Core/PRDocumentSampleTest.class.st b/src/Pillar-ExporterRichText/PRDocumentSampleTest.class.st similarity index 85% rename from src/Pillar-Tests-Core/PRDocumentSampleTest.class.st rename to src/Pillar-ExporterRichText/PRDocumentSampleTest.class.st index 0b2aa6dc..4cb723d0 100644 --- a/src/Pillar-Tests-Core/PRDocumentSampleTest.class.st +++ b/src/Pillar-ExporterRichText/PRDocumentSampleTest.class.st @@ -1,7 +1,7 @@ Class { #name : #PRDocumentSampleTest, #superclass : #TestCase, - #category : #'Pillar-Tests-Core' + #category : #'Pillar-ExporterRichText' } { #category : #tests }