| 1 | /******************************************************************************* | 
| 2 |  * Copyright (c) 2007, 2008 IBM Corporation and others. | 
| 3 |  * All rights reserved. This program and the accompanying materials | 
| 4 |  * are made available under the terms of the Eclipse Public License v1.0 | 
| 5 |  * which accompanies this distribution, and is available at | 
| 6 |  * http://www.eclipse.org/legal/epl-v10.html | 
| 7 |  * | 
| 8 |  * Contributors: | 
| 9 |  *     IBM Corporation - initial API and implementation | 
| 10 |  *******************************************************************************/ | 
| 11 | package org.eclipse.pde.api.tools.internal.provisional.scanner; | 
| 12 |   | 
| 13 | import org.eclipse.osgi.util.NLS; | 
| 14 |   | 
| 15 | public class ScannerMessages extends NLS { | 
| 16 |         private static final String BUNDLE_NAME = "org.eclipse.pde.api.tools.internal.provisional.scanner.ScannerMessages"; //$NON-NLS-1$ | 
| 17 |         public static String ApiDescriptionManager_0; | 
| 18 |         public static String ApiDescriptionManager_1; | 
| 19 |         public static String ApiDescriptionManager_2; | 
| 20 |         public static String ApiDescriptionManager_3; | 
| 21 |         public static String ApiDescriptionManager_4; | 
| 22 |         public static String ComponentXMLScanner_0; | 
| 23 |         public static String ComponentXMLScanner_1; | 
| 24 |         public static String ComponentXMLScanner_2; | 
| 25 |         public static String ComponentXMLScanner_3; | 
| 26 |         static { | 
| 27 |                 // initialize resource bundle | 
| 28 |                 NLS.initializeMessages(BUNDLE_NAME, ScannerMessages.class); | 
| 29 |         } | 
| 30 |   | 
| 31 |         private ScannerMessages() { | 
| 32 |         } | 
| 33 | } |