david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2007, 2008 WSO2 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 | # WSO2 - initial API and implementation |
| 10 | ############################################################################### |
| 11 | # feature.properties |
| 12 | # contains externalized strings for feature.xml |
| 13 | # "%foo" in feature.xml corresponds to the key "foo" in this file |
| 14 | # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| 15 | # This file should be translated. |
| 16 | |
| 17 | # "featureName" property - name of the feature |
david_williams | 1242a6b | 2009-05-24 21:09:16 +0000 | [diff] [blame] | 18 | featureName=Axis2 Tools |
david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 19 | |
| 20 | # "providerName" property - name of the company that provides the feature |
david_williams | 1242a6b | 2009-05-24 21:09:16 +0000 | [diff] [blame] | 21 | providerName=Eclipse Web Tools Platform |
david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 22 | |
david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 23 | |
| 24 | # "description" property - description of the feature |
david_williams | 301596a | 2008-05-19 14:57:56 +0000 | [diff] [blame] | 25 | description=Axis2 Tools (Optional) |
david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 26 | |
| 27 | # "copyright" property - text of the "Feature Update Copyright" |
| 28 | feature.copyright=\ |
| 29 | Copyright (c) 2008 WSO2.\ |
| 30 | All rights reserved. This program and the accompanying materials\ |
| 31 | are made available under the terms of the Eclipse Public License v1.0\ |
| 32 | which accompanies this distribution, and is available at\ |
| 33 | http://www.eclipse.org/legal/epl-v10.html\ |
| 34 | \n\ |
| 35 | Contributors:\n\ |
| 36 | WSO2 - initial API and implementation\n |
| 37 | ################ end of copyright property #################################### |
| 38 | |
| 39 | # "licenseURL" property - URL of the "Feature License" |
| 40 | # do not translate value - just change to point to a locale-specific HTML page |
david_williams | fb447ae | 2011-02-20 05:52:55 +0000 | [diff] [blame] | 41 | # license and licenseURL properties were removed as a result to migrating to new PDE license support. |
| 42 | # Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. |
david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 43 | |
| 44 | # "license" property - text of the "Feature Update License" |
| 45 | # should be plain text version of license agreement pointed to be "licenseURL" |
david_williams | fb447ae | 2011-02-20 05:52:55 +0000 | [diff] [blame] | 46 | # license and licenseURL properties were removed as a result to migrating to new PDE license support. |
| 47 | # Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. |
david_williams | 2fec408 | 2008-04-02 05:45:38 +0000 | [diff] [blame] | 48 | ########### end of license property ########################################## |