david_williams | 64401e8 | 2009-05-25 17:09:29 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2009 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 | |
| 12 | # about.properties |
| 13 | # contains externalized strings for about.ini |
| 14 | # When added for feature branding, be sure to fill in (replace) the parts in |
| 15 | # square brackets. |
| 16 | # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| 17 | # fill-ins are supplied by about.mappings |
| 18 | # This file should be translated. |
| 19 | |
| 20 | blurb=[provide 'feature name' here]\n\ |
| 21 | \n\ |
| 22 | Version: {featureVersion}\n\ |
| 23 | Build id: {0}\n\ |
| 24 | \n\ |
| 25 | [Provide short description of feature and functions provided here. Up do, approximately |
| 26 | 200 characters or so] |
| 27 | \n\ |
| 28 | (c) Copyright Eclipse contributors and others 2005, 2009. All rights reserved.\n\ |
| 29 | Visit http://www.eclipse.org/webtools |