mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 03:34:38 +00:00
ICU-5295 Clean up manifest files for eclipse release
X-SVN-Rev: 20008
This commit is contained in:
parent
80146ab3f7
commit
9b550906d4
2 changed files with 14 additions and 18 deletions
|
@ -1,13 +1,13 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: ICU4J Tests - Eclipse
|
||||
Bundle-Name: ICU Test Fragment
|
||||
Bundle-SymbolicName: com.ibm.icu.tests
|
||||
Bundle-Version: 3.4.3
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Vendor: IBM
|
||||
Bundle-Copyright: Licensed Materials - Property of IBM
|
||||
(C) Copyright IBM Corp. 2000, 2006. All Rights Reserved.
|
||||
IBM is a registered trademark of IBM Corp.
|
||||
Fragment-Host: com.ibm.icu;bundle-version="[3.4.2,3.5.0)"
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.junit,
|
||||
com.ibm.icu
|
||||
Bundle-ClassPath: icu4jtests.jar
|
||||
Bundle-Copyright: Licensed Materials - Property of IBM
|
||||
(C) Copyright IBM Corp. 2000-2006. All Rights Reserved.
|
||||
IBM is a registered trademark of IBM Corp.
|
||||
Require-Bundle: org.junit
|
||||
Bundle-ClassPath: icu4jtests.jar
|
|
@ -1,22 +1,18 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: International Components for Unicode for Java (ICU4J) - Eclipse
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: com.ibm.icu; singleton:=true
|
||||
Bundle-Version: 3.4.3
|
||||
Bundle-Vendor: IBM
|
||||
Bundle-Version: 3.4.4.1
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-Copyright: Licensed Materials - Property of IBM
|
||||
(C) Copyright IBM Corp. 2000, 2006. All Rights Reserved.
|
||||
(C) Copyright IBM Corp. 2000-2006. All Rights Reserved.
|
||||
IBM is a registered trademark of IBM Corp.
|
||||
Eclipse-AutoStart: true
|
||||
Export-Package: com.ibm.icu.impl;x-friends:="com.ibm.icu.tests",
|
||||
com.ibm.icu.impl.data;x-internal:=true,
|
||||
com.ibm.icu.lang,
|
||||
Export-Package: com.ibm.icu.lang,
|
||||
com.ibm.icu.math,
|
||||
com.ibm.icu.text,
|
||||
com.ibm.icu.util
|
||||
Bundle-ClassPath: icu4j.jar,
|
||||
bin/
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
|
||||
J2SE-1.3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue