blob: 52c304dd827eb04b93c9fdfd5f6bb3c882be927c [file] [log] [blame]
#*******************************************************************************
#* Copyright (C) 2007-2010, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
##
## Target eclipse version
##
## 3 digit eclipse version number without dots, for exmple 322.
## A directory name eclipse${eclipse.version} must exist
## under project_src directory.
##
eclipse.version=33
##
## Target eclipse version string
##
## Eclipse version number with dots, for exmaple, 3.2.2
## This version string is also referred by feature name/label
##
eclipse.version.string=3.3.2
##
## Year in copyright comment [optional]
##
## When this property is not set, current year is used.
##
copyright.year=2010
##
## Build date string
##
## When this property is not set, current date is used
##
build.date.str=v20100903
##
## Patch version
##
## When this property is not set, this version string is generated by
## the rule - ${eclipse.version.string}.${build.date.str}_${eclipse.version}.
## When you want to force the version string, use this property to set it.
##
patch.version=3.3.2.v20100903_332
##
## Olson tzdata version
##
## This version is used for locating ICU zoneinfo.res file -
## ../icu/${tz.version}/be/zoneinfo.res
##
tz.version=2010l
##
## ICU plug-in version
##
icu.version=3.6.1
##
## ICU data version (com.ibm.icu.impl.data.icu<icu.data.version>dt)
##
icu.data.version=36
##
## Target feature ID
##
## Make sure what feature is including ICU4J plug-in in the target
## eclipse version.
##
target.feature=org.eclipse.rcp
##
## Target feature version
##
## This version will likely be changed in each eclipse maintenance
## release.
##
target.feature.version=3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
##
## Patch number
##
## This number is referred by featre id/name/label. The number is a
## sequential number assigned by eclipse engineering team. Before
## creating a new patch, contact eclipse release engineering team to get
## a new number.
##
#patch.number=
##
## Patch feature ID
##
## This ID is used by the patch feature
##
#patch.feature.id=org.eclipse.rcp.patch${patch.number}
patch.feature.id=org.eclipse.rcp.patch.icudata${tz.version}
##
## Patch feature name (referenced by feature.xml)
##
## This string is used for the patch feature name.
##
#patch.feature.name=Eclipse RCP Patch ${patch.number} for ${eclipse.version.string}
patch.feature.name=Eclipse RCP Patch (ICU tzdata update ${tz.version}) for ${eclipse.version.string}
##
## Patch feature label (referenced by feature.xml)
##
## This string is used for the patch feature label.
##
#patch.feature.label=Eclipse RCP Patch ${patch.number} for ${eclipse.version.string}
patch.feature.label=Eclipse RCP Patch (ICU tzdata update ${tz.version}) for ${eclipse.version.string}
##
## Patch feature description (referenced by feature.xml)
##
#patch.feature.description=Eclipse RCP Patch ${patch.number} for ${eclipse.version.string} - \
#ICU4J data update including tzdata ${tz.version}
patch.feature.description=Eclipse RCP Patch for ${eclipse.version.string} - \
ICU4J data update including tzdata ${tz.version}
##
## ICU data update plug-in ID
##
icu.patch.plugin.id=com.ibm.icu36.data.update
##
## ICU data update plug-in version
##
## When this property is not set, this version string is generated by the rule -
## ${icu.version}.${build.date.str}_${tz.version}.
## When you want to force the version string, use this property to set it.
icu.patch.plugin.version=3.6.1.v20100903_2010l
##
## Supported ICU eclipse plug-in version
##
icu.patch.fragment.host.version=[3.6.1.v20070417,3.7.0)
##
## ICU data patch name used by update site
##
update.site.category.name=Eclipse ${eclipse.version.string} patches
##
## ICU data patch feature label used by update site
##
update.site.category.label=Eclipse ${eclipse.version.string} patches
##
## tzdata ICU version sub directory name
##
## For tzdata2010a or later versions, tzdata files are placed in
## ICU version specific directory, such as tzdata/icunew/2010a/36.
## This property specifies the target ICU version directory name.
##
## 36 - ICU4J 3.4 and 3.6
## 38 - ICU4J 3.8
## 40 - ICU4J 4.0
## 42 - ICU4J 4.2
## 44 - ICU4J 4.4 and later
##
icunew.version.dir=36