From 3f0c7da3c81f7ed8d9d9db9fe149c944c0bf4e7d Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Mon, 24 Apr 2000 20:52:58 +0000 Subject: [PATCH] Modified package spec. X-SVN-Rev: 1234 --- icu4j/src/com/ibm/richtext/test/unit/TestAttributeMap.java | 4 ++-- icu4j/src/com/ibm/richtext/test/unit/TestAttributeSet.java | 4 ++-- icu4j/src/com/ibm/richtext/test/unit/TestFormatter.java | 4 ++-- icu4j/src/com/ibm/richtext/test/unit/TestMText.java | 4 ++-- icu4j/src/com/ibm/richtext/test/unit/TestMTextStreaming.java | 4 ++-- icu4j/src/com/ibm/richtext/test/unit/TestParagraphStyles.java | 4 ++-- icu4j/src/com/ibm/test/richtext/TestAttributeMap.java | 4 ++-- icu4j/src/com/ibm/test/richtext/TestAttributeSet.java | 4 ++-- icu4j/src/com/ibm/test/richtext/TestFormatter.java | 4 ++-- icu4j/src/com/ibm/test/richtext/TestMText.java | 4 ++-- icu4j/src/com/ibm/test/richtext/TestMTextStreaming.java | 4 ++-- icu4j/src/com/ibm/test/richtext/TestParagraphStyles.java | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/icu4j/src/com/ibm/richtext/test/unit/TestAttributeMap.java b/icu4j/src/com/ibm/richtext/test/unit/TestAttributeMap.java index cc8f7f44f6f..3f88ec6ff94 100755 --- a/icu4j/src/com/ibm/richtext/test/unit/TestAttributeMap.java +++ b/icu4j/src/com/ibm/richtext/test/unit/TestAttributeMap.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestAttributeMap.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestAttributeMap.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/richtext/test/unit/TestAttributeSet.java b/icu4j/src/com/ibm/richtext/test/unit/TestAttributeSet.java index 497e62024fe..fa9ed917995 100755 --- a/icu4j/src/com/ibm/richtext/test/unit/TestAttributeSet.java +++ b/icu4j/src/com/ibm/richtext/test/unit/TestAttributeSet.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestAttributeSet.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestAttributeSet.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; import com.ibm.textlayout.attributes.AttributeSet; diff --git a/icu4j/src/com/ibm/richtext/test/unit/TestFormatter.java b/icu4j/src/com/ibm/richtext/test/unit/TestFormatter.java index 8f264fc1974..9ba832488ac 100755 --- a/icu4j/src/com/ibm/richtext/test/unit/TestFormatter.java +++ b/icu4j/src/com/ibm/richtext/test/unit/TestFormatter.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestFormatter.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestFormatter.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/richtext/test/unit/TestMText.java b/icu4j/src/com/ibm/richtext/test/unit/TestMText.java index 413f97aaf2d..c34ac4a8ba6 100755 --- a/icu4j/src/com/ibm/richtext/test/unit/TestMText.java +++ b/icu4j/src/com/ibm/richtext/test/unit/TestMText.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestMText.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestMText.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/richtext/test/unit/TestMTextStreaming.java b/icu4j/src/com/ibm/richtext/test/unit/TestMTextStreaming.java index c45cff51fc0..52083462da4 100755 --- a/icu4j/src/com/ibm/richtext/test/unit/TestMTextStreaming.java +++ b/icu4j/src/com/ibm/richtext/test/unit/TestMTextStreaming.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestMTextStreaming.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestMTextStreaming.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/richtext/test/unit/TestParagraphStyles.java b/icu4j/src/com/ibm/richtext/test/unit/TestParagraphStyles.java index cc8bdc2396b..3f12b05be67 100755 --- a/icu4j/src/com/ibm/richtext/test/unit/TestParagraphStyles.java +++ b/icu4j/src/com/ibm/richtext/test/unit/TestParagraphStyles.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestParagraphStyles.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestParagraphStyles.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/test/richtext/TestAttributeMap.java b/icu4j/src/com/ibm/test/richtext/TestAttributeMap.java index cc8f7f44f6f..3f88ec6ff94 100755 --- a/icu4j/src/com/ibm/test/richtext/TestAttributeMap.java +++ b/icu4j/src/com/ibm/test/richtext/TestAttributeMap.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestAttributeMap.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestAttributeMap.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/test/richtext/TestAttributeSet.java b/icu4j/src/com/ibm/test/richtext/TestAttributeSet.java index 497e62024fe..fa9ed917995 100755 --- a/icu4j/src/com/ibm/test/richtext/TestAttributeSet.java +++ b/icu4j/src/com/ibm/test/richtext/TestAttributeSet.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestAttributeSet.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestAttributeSet.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; import com.ibm.textlayout.attributes.AttributeSet; diff --git a/icu4j/src/com/ibm/test/richtext/TestFormatter.java b/icu4j/src/com/ibm/test/richtext/TestFormatter.java index 8f264fc1974..9ba832488ac 100755 --- a/icu4j/src/com/ibm/test/richtext/TestFormatter.java +++ b/icu4j/src/com/ibm/test/richtext/TestFormatter.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestFormatter.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestFormatter.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/test/richtext/TestMText.java b/icu4j/src/com/ibm/test/richtext/TestMText.java index 413f97aaf2d..c34ac4a8ba6 100755 --- a/icu4j/src/com/ibm/test/richtext/TestMText.java +++ b/icu4j/src/com/ibm/test/richtext/TestMText.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestMText.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestMText.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/test/richtext/TestMTextStreaming.java b/icu4j/src/com/ibm/test/richtext/TestMTextStreaming.java index c45cff51fc0..52083462da4 100755 --- a/icu4j/src/com/ibm/test/richtext/TestMTextStreaming.java +++ b/icu4j/src/com/ibm/test/richtext/TestMTextStreaming.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestMTextStreaming.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestMTextStreaming.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk; diff --git a/icu4j/src/com/ibm/test/richtext/TestParagraphStyles.java b/icu4j/src/com/ibm/test/richtext/TestParagraphStyles.java index cc8bdc2396b..3f12b05be67 100755 --- a/icu4j/src/com/ibm/test/richtext/TestParagraphStyles.java +++ b/icu4j/src/com/ibm/test/richtext/TestParagraphStyles.java @@ -1,5 +1,5 @@ /* - * @(#)$RCSfile: TestParagraphStyles.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 20:38:00 $ + * @(#)$RCSfile: TestParagraphStyles.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $ * * (C) Copyright IBM Corp. 1998-1999. All Rights Reserved. * @@ -12,7 +12,7 @@ * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ -package com.ibm.richtext.tests; +package com.ibm.test.richtext; import com.ibm.test.TestFmwk;