]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Rename enwiktionary package to wiktionary.
authorThad Hughes <thad.hughes@gmail.com>
Fri, 10 Feb 2012 16:51:06 +0000 (08:51 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Fri, 10 Feb 2012 16:51:06 +0000 (08:51 -0800)
src/com/hughes/android/dictionary/engine/DictionaryBuilder.java
src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java
src/com/hughes/android/dictionary/engine/LanguageTest.java
src/com/hughes/android/dictionary/engine/WiktionarySplitter.java
src/com/hughes/android/dictionary/parser/wiktionary/AppendAndIndexWikiCallback.java [moved from src/com/hughes/android/dictionary/parser/enwiktionary/AppendAndIndexWikiCallback.java with 98% similarity]
src/com/hughes/android/dictionary/parser/wiktionary/EnWiktionaryXmlParser.java [moved from src/com/hughes/android/dictionary/parser/enwiktionary/EnWiktionaryXmlParser.java with 99% similarity]
src/com/hughes/android/dictionary/parser/wiktionary/FunctionCallback.java [moved from src/com/hughes/android/dictionary/parser/enwiktionary/FunctionCallback.java with 94% similarity]
src/com/hughes/android/dictionary/parser/wiktionary/FunctionCallbacksDefault.java [moved from src/com/hughes/android/dictionary/parser/enwiktionary/FunctionCallbacksDefault.java with 99% similarity]
src/com/hughes/android/dictionary/parser/wiktionary/WiktionaryLangs.java [moved from src/com/hughes/android/dictionary/parser/enwiktionary/WiktionaryLangs.java with 99% similarity]

index 5fd6fc10ed29a41044457c1c2bfced85445fd073..41a4492e69f67e23ca3be7bc2010e38d64073b97 100644 (file)
@@ -31,7 +31,7 @@ import javax.xml.parsers.ParserConfigurationException;
 import org.xml.sax.SAXException;
 
 import com.hughes.android.dictionary.parser.DictFileParser;
-import com.hughes.android.dictionary.parser.enwiktionary.EnWiktionaryXmlParser;
+import com.hughes.android.dictionary.parser.wiktionary.EnWiktionaryXmlParser;
 import com.hughes.util.Args;
 import com.hughes.util.FileUtil;
 
index 9f33164dde87925f6c8caca39d0b50c1fecf7739..201ac591df8912643f38baf8da0292207bc24f46 100644 (file)
@@ -19,7 +19,7 @@ import java.util.Map;
 
 import junit.framework.TestCase;
 
-import com.hughes.android.dictionary.parser.enwiktionary.WiktionaryLangs;
+import com.hughes.android.dictionary.parser.wiktionary.WiktionaryLangs;
 
 public class DictionaryBuilderMain extends TestCase {
   
index e281e50acb7c4cc0aee5128a8ce5dbeb51d0db35..7037172d88e8bee2327440f5288445c0b018da48 100644 (file)
@@ -23,7 +23,7 @@ import java.util.Set;
 
 import junit.framework.TestCase;
 
-import com.hughes.android.dictionary.parser.enwiktionary.WiktionaryLangs;
+import com.hughes.android.dictionary.parser.wiktionary.WiktionaryLangs;
 import com.ibm.icu.text.Transliterator;
 
 public class LanguageTest extends TestCase {
index d0423b3bd95b4880117429c06ec9938be588de13..4dd58a5b4b902b87394d99732697996981a68851 100644 (file)
@@ -33,7 +33,7 @@ import javax.xml.parsers.SAXParserFactory;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;
 
-import com.hughes.android.dictionary.parser.enwiktionary.WiktionaryLangs;
+import com.hughes.android.dictionary.parser.wiktionary.WiktionaryLangs;
 
 public class WiktionarySplitter extends org.xml.sax.helpers.DefaultHandler {
 
similarity index 98%
rename from src/com/hughes/android/dictionary/parser/enwiktionary/AppendAndIndexWikiCallback.java
rename to src/com/hughes/android/dictionary/parser/wiktionary/AppendAndIndexWikiCallback.java
index c28b86c1d1bc0daf9bbd56bbb71e4f734e85176a..2d67336a7cf1a1d2345b40829157220edb1f1187 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-package com.hughes.android.dictionary.parser.enwiktionary;
+package com.hughes.android.dictionary.parser.wiktionary;
 
 import java.util.LinkedHashMap;
 import java.util.List;
similarity index 99%
rename from src/com/hughes/android/dictionary/parser/enwiktionary/EnWiktionaryXmlParser.java
rename to src/com/hughes/android/dictionary/parser/wiktionary/EnWiktionaryXmlParser.java
index babc696577233bd3e6d0d3a267b547f47e0643e7..b422b984882fc16cce62a0e85f396a49713bbab5 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-package com.hughes.android.dictionary.parser.enwiktionary;
+package com.hughes.android.dictionary.parser.wiktionary;
 
 import java.io.BufferedInputStream;
 import java.io.DataInputStream;
similarity index 94%
rename from src/com/hughes/android/dictionary/parser/enwiktionary/FunctionCallback.java
rename to src/com/hughes/android/dictionary/parser/wiktionary/FunctionCallback.java
index 29b0fe19d53acde1f923e0f7665598c123d397db..6eeaaadc4c90e69d1ab6d2f06ac26bb4f93ed986 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-package com.hughes.android.dictionary.parser.enwiktionary;
+package com.hughes.android.dictionary.parser.wiktionary;
 
 import java.util.List;
 import java.util.Map;
similarity index 99%
rename from src/com/hughes/android/dictionary/parser/enwiktionary/FunctionCallbacksDefault.java
rename to src/com/hughes/android/dictionary/parser/wiktionary/FunctionCallbacksDefault.java
index a50e34c6ee3d2a4265eb9b96bc25f20130448baf..ac9c72eff0e8ba55908337a1a1a00316258ca9eb 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-package com.hughes.android.dictionary.parser.enwiktionary;
+package com.hughes.android.dictionary.parser.wiktionary;
 
 import java.util.Arrays;
 import java.util.Collections;
similarity index 99%
rename from src/com/hughes/android/dictionary/parser/enwiktionary/WiktionaryLangs.java
rename to src/com/hughes/android/dictionary/parser/wiktionary/WiktionaryLangs.java
index 77ff567c80d23775fa468852a60235700f2dfe8b..7e2e3df626c8e3d58b149cdd16817c9e202fdde0 100644 (file)
@@ -1,4 +1,4 @@
-package com.hughes.android.dictionary.parser.enwiktionary;
+package com.hughes.android.dictionary.parser.wiktionary;
 
 import java.util.LinkedHashMap;
 import java.util.Map;