Change package name for makedict.

Bug: 6188977
Change-Id: I1d82479dc6b678c68835f0a291570f86fe879f5d
main
Tom Ouyang 2012-03-19 17:23:26 +09:00
parent 660776e09b
commit cdc51fc6af
11 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
Main-Class: com.android.inputmethod.latin.DictionaryMaker Main-Class: com.android.inputmethod.latin.makedict.DictionaryMaker

View File

@ -14,11 +14,11 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import com.android.inputmethod.latin.FusionDictionary.CharGroup; import com.android.inputmethod.latin.makedict.FusionDictionary.CharGroup;
import com.android.inputmethod.latin.FusionDictionary.Node; import com.android.inputmethod.latin.makedict.FusionDictionary.Node;
import com.android.inputmethod.latin.FusionDictionary.WeightedString; import com.android.inputmethod.latin.makedict.FusionDictionary.WeightedString;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.IOException; import java.io.IOException;

View File

@ -14,7 +14,7 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -14,7 +14,7 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;

View File

@ -14,7 +14,7 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;

View File

@ -14,7 +14,7 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
/** /**
* Wrapper to redirect log events to the right output medium. * Wrapper to redirect log events to the right output medium.

View File

@ -14,7 +14,7 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
/** /**
* A not-yet-resolved attribute. * A not-yet-resolved attribute.

View File

@ -14,7 +14,7 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
/** /**
* Simple exception thrown when a file format is not recognized. * Simple exception thrown when a file format is not recognized.

View File

@ -14,9 +14,9 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import com.android.inputmethod.latin.FusionDictionary.WeightedString; import com.android.inputmethod.latin.makedict.FusionDictionary.WeightedString;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -14,9 +14,9 @@
* the License. * the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import com.android.inputmethod.latin.FusionDictionary.WeightedString; import com.android.inputmethod.latin.makedict.FusionDictionary.WeightedString;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;

View File

@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.android.inputmethod.latin; package com.android.inputmethod.latin.makedict;
import com.android.inputmethod.latin.FusionDictionary.Node; import com.android.inputmethod.latin.makedict.FusionDictionary.Node;
import java.util.ArrayList; import java.util.ArrayList;