mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-3501 Remove CVS keywords and e-mail addresses.
X-SVN-Rev: 15952
This commit is contained in:
parent
0647d22468
commit
442316d468
3 changed files with 6 additions and 24 deletions
|
@ -1,14 +1,8 @@
|
|||
/*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 2000-2002, International Business Machines Corporation and *
|
||||
* Copyright (C) 2000-2004, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*****************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/rbm/RBJavaExporter.java,v $
|
||||
* $Date: 2004/06/29 20:39:59 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
*****************************************************************************
|
||||
*/
|
||||
package com.ibm.rbm;
|
||||
|
||||
|
@ -25,7 +19,7 @@ import java.util.*;
|
|||
* The output files are compilable java files that are not associated with any
|
||||
* package.
|
||||
*
|
||||
* @author Jared Jackson - Email: <a href="mailto:jjared@almaden.ibm.com">jjared@almaden.ibm.com</a>
|
||||
* @author Jared Jackson
|
||||
* @see com.ibm.rbm.RBManager
|
||||
*/
|
||||
public class RBJavaExporter extends RBExporter {
|
||||
|
|
|
@ -1,14 +1,8 @@
|
|||
/*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 2000-2002, International Business Machines Corporation and *
|
||||
* Copyright (C) 2000-2004, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*****************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/rbm/RBPropertiesExporter.java,v $
|
||||
* $Date: 2004/06/29 20:39:59 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
*****************************************************************************
|
||||
*/
|
||||
package com.ibm.rbm;
|
||||
|
||||
|
@ -21,7 +15,7 @@ import java.util.*;
|
|||
* standard .properties files in the according to the file structure of Resource
|
||||
* Bundles. Most all meta-data is lost in this export.
|
||||
*
|
||||
* @author Jared Jackson - Email: <a href="mailto:jjared@almaden.ibm.com">jjared@almaden.ibm.com</a>
|
||||
* @author Jared Jackson
|
||||
* @see com.ibm.rbm.RBManager
|
||||
*/
|
||||
public class RBPropertiesExporter extends RBExporter {
|
||||
|
|
|
@ -1,14 +1,8 @@
|
|||
/*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 2000-2002, International Business Machines Corporation and *
|
||||
* Copyright (C) 2000-2004, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*****************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/rbm/ScanResult.java,v $
|
||||
* $Date: 2002/05/20 18:53:08 $
|
||||
* $Revision: 1.1 $
|
||||
*
|
||||
*****************************************************************************
|
||||
*/
|
||||
package com.ibm.rbm;
|
||||
|
||||
|
@ -19,7 +13,7 @@ import java.util.*;
|
|||
* This class represents the results found for each resource key while
|
||||
* performing the code scan done by RBReporter.
|
||||
*
|
||||
* @author Jared Jackson - Email: <a href="mailto:jjared@almaden.ibm.com">jjared@almaden.ibm.com</a>
|
||||
* @author Jared Jackson
|
||||
* @see com.ibm.rbm.RBReporter
|
||||
*/
|
||||
public class ScanResult {
|
||||
|
|
Loading…
Add table
Reference in a new issue