[FOray-commit] SF.net SVN: foray:[12442] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2022-01-21 16:46:33
|
Revision: 12442
http://sourceforge.net/p/foray/code/12442
Author: victormote
Date: 2022-01-21 16:46:30 +0000 (Fri, 21 Jan 2022)
Log Message:
-----------
Conform to aXSL change: Move WritingSystem interface to i18n.
Modified Paths:
--------------
trunk/foray/foray-common/src/main/java/org/foray/common/i18n/WritingSystem4a.java
trunk/foray/foray-fotree/src/main/java/org/foray/fotree/FoObj.java
trunk/foray/foray-orthography/src/main/java/org/foray/orthography/OrthographyServer4a.java
trunk/foray/foray-orthography/src/main/java/org/foray/orthography/util/SpellChecker.java
Modified: trunk/foray/foray-common/src/main/java/org/foray/common/i18n/WritingSystem4a.java
===================================================================
--- trunk/foray/foray-common/src/main/java/org/foray/common/i18n/WritingSystem4a.java 2022-01-21 16:35:19 UTC (rev 12441)
+++ trunk/foray/foray-common/src/main/java/org/foray/common/i18n/WritingSystem4a.java 2022-01-21 16:46:30 UTC (rev 12442)
@@ -34,7 +34,7 @@
import org.axsl.i18n.Country;
import org.axsl.i18n.Language;
import org.axsl.i18n.Script;
-import org.axsl.orthography.WritingSystem;
+import org.axsl.i18n.WritingSystem;
import com.ibm.icu.util.ULocale;
Modified: trunk/foray/foray-fotree/src/main/java/org/foray/fotree/FoObj.java
===================================================================
--- trunk/foray/foray-fotree/src/main/java/org/foray/fotree/FoObj.java 2022-01-21 16:35:19 UTC (rev 12441)
+++ trunk/foray/foray-fotree/src/main/java/org/foray/fotree/FoObj.java 2022-01-21 16:46:30 UTC (rev 12442)
@@ -75,12 +75,12 @@
import org.axsl.graphic.Graphic;
import org.axsl.graphic.GraphicServer;
import org.axsl.i18n.Script;
+import org.axsl.i18n.WritingSystem;
import org.axsl.kpModel.ParaConfig;
import org.axsl.kpModel.ParaGlue;
import org.axsl.kpModel.ParaLeaf;
import org.axsl.orthography.Orthography;
import org.axsl.orthography.OrthographyServer;
-import org.axsl.orthography.WritingSystem;
import org.axsl.speech.SpeechException;
import org.axsl.speech.SpeechServer;
import org.axsl.speech.Voice;
Modified: trunk/foray/foray-orthography/src/main/java/org/foray/orthography/OrthographyServer4a.java
===================================================================
--- trunk/foray/foray-orthography/src/main/java/org/foray/orthography/OrthographyServer4a.java 2022-01-21 16:35:19 UTC (rev 12441)
+++ trunk/foray/foray-orthography/src/main/java/org/foray/orthography/OrthographyServer4a.java 2022-01-21 16:46:30 UTC (rev 12442)
@@ -42,8 +42,8 @@
import org.axsl.fotree.text.FoOrthographyServer;
import org.axsl.i18n.Language;
+import org.axsl.i18n.WritingSystem;
import org.axsl.orthography.OrthographyException;
-import org.axsl.orthography.WritingSystem;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Modified: trunk/foray/foray-orthography/src/main/java/org/foray/orthography/util/SpellChecker.java
===================================================================
--- trunk/foray/foray-orthography/src/main/java/org/foray/orthography/util/SpellChecker.java 2022-01-21 16:35:19 UTC (rev 12441)
+++ trunk/foray/foray-orthography/src/main/java/org/foray/orthography/util/SpellChecker.java 2022-01-21 16:46:30 UTC (rev 12442)
@@ -40,8 +40,8 @@
import org.foray.orthography.OrthographyServerConfig;
import org.foray.orthography.SegmentDictionary;
+import org.axsl.i18n.WritingSystem;
import org.axsl.orthography.OrthographyException;
-import org.axsl.orthography.WritingSystem;
import org.axsl.orthography.optional.Dictionary;
import org.apache.commons.cli.CommandLine;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|