]> gitweb.fperrin.net Git - DictionaryPC.git/commit
go
authorThad Hughes <thad.hughes@gmail.com>
Thu, 24 Nov 2011 21:27:14 +0000 (13:27 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Tue, 13 Dec 2011 18:39:44 +0000 (10:39 -0800)
commit50408cbdec646b586a7c54d0d0d86e807d6c9657
tree60bdd331b3e6479648d16a8983d8f154d385ae39
parenteeb5667c56b2074b7eeac531589c9f1bf55ba738
go
12 files changed:
.gitignore [new file with mode: 0644]
src/com/hughes/android/dictionary/engine/DictionaryBuilderTest.java
src/com/hughes/android/dictionary/parser/EnWiktionaryXmlParser.java
src/com/hughes/android/dictionary/parser/WikiCallback.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiFunction.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiHeading.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiLineReader.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiLineReaderTest.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiParser.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiParserTest.java [deleted file]
src/com/hughes/android/dictionary/parser/WikiTokenizer.java
src/com/hughes/android/dictionary/parser/WikiTokenizerTest.java