Merge "Change package name for makedict."

main
Tom Ouyang 2012-03-19 01:51:51 -07:00 committed by Android (Google) Code Review
commit 226987094a
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.
*/
package com.android.inputmethod.latin;
package com.android.inputmethod.latin.makedict;
import com.android.inputmethod.latin.FusionDictionary.CharGroup;
import com.android.inputmethod.latin.FusionDictionary.Node;
import com.android.inputmethod.latin.FusionDictionary.WeightedString;
import com.android.inputmethod.latin.makedict.FusionDictionary.CharGroup;
import com.android.inputmethod.latin.makedict.FusionDictionary.Node;
import com.android.inputmethod.latin.makedict.FusionDictionary.WeightedString;
import java.io.FileNotFoundException;
import java.io.IOException;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -14,9 +14,9 @@
* 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;

View File

@ -14,9 +14,9 @@
* 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.InputStream;

View File

@ -14,9 +14,9 @@
* 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;