[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Internationalization RCP app
|
- From: mowry_889@xxxxxxxxx (David)
- Date: Mon, 21 Jul 2008 20:25:52 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
Yes doc doesn't match with eclise 3.3.
You create eclipse fragment as described in the doc. Open manifest.mf file
and switch to runtime tab and create new two jars in the classpath
sections.
nl1.jar and $nl$.jar.
Here is the sample manifest.mf file
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Project_Detached_nl1 Fragment
Bundle-SymbolicName: Project_Detached_nl1
Bundle-Version: 1.0.0
Fragment-Host: Project1_Detached;bundle-version="1.0.0"
Bundle-ClassPath: nl1.jar,
$nl$.jar
good luck!
David