ICU-4586 document the purpose of these files

X-SVN-Rev: 18447
This commit is contained in:
Ram Viswanadha 2005-08-17 19:09:21 +00:00
parent 67d1d05ddc
commit 82a1942fdc
2 changed files with 10 additions and 2 deletions

View File

@ -6,7 +6,11 @@
*/
import java.util.ListResourceBundle;
import com.ibm.icu.impl.ICUListResourceBundle;
/*
* Eclipse expects the java files in a package-like directory structure to have a package declaration at the top of the file.
* To fool Eclipse this file has an "jpp" extention. The ant build script copies this file to the default package and renames it
* before building.
*/
/**
* @author ram
*/

View File

@ -8,7 +8,11 @@ import java.util.MissingResourceException;
import com.ibm.icu.dev.test.TestFmwk;
import com.ibm.icu.util.UResourceBundle;
/*
* Eclipse expects the java files in a package-like directory structure to have a package declaration at the top of the file.
* To fool Eclipse this file has an "jpp" extention. The ant build script copies this file to the default package and renames it
* before building.
*/
/**
* @author ram
*/