Changes

Jump to: navigation, search

Teams Winter 2011/team2/project

7 bytes added, 16:43, 16 April 2011
no edit summary
3. Likewise create 2 more plug-in projects called interface and provider. Uncheck the 'Generate Activator' option for interface.
4. In the interface bundle, we create a package, ecl.team2.project.weather. We will create classes and interface java files that are used by consumer and provider bundles.<br/>
[[Image:ecl500Ecl500-Team2-Project_img04Project img04 interface.png]]<br/><br/>
5. The default MANIFEST.MF of interface bundle looks like this. It does not require any modification.
<codepre
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: ecl.team2.project.weather
</codepre>
6.
1
edit

Navigation menu