[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Internationalization RCP app

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