Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344406

Summary: [releng] Bad example plugin properties
Product: [Modeling] OCL Reporter: Ed Willink <ed>
Component: CoreAssignee: OCL Inbox <mdt-ocl-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipse
Version: 3.1.0   
Target Milestone: 3.1.0   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
Patch updating the plugin.properties accordingly none

Description Ed Willink CLA 2011-05-01 13:18:40 EDT
Using Help->About Eclipse->Installation Details->Plugins shows very irregular results for the impact plugins. Correct plugin.properties. If the changes don't take make sure the manifest has Eclipse localization.
Comment 1 Axel Uhl CLA 2011-05-01 13:48:53 EDT
Created attachment 194455 [details]
Patch updating the plugin.properties accordingly

Not sure if I need a +1 for this. Do I?
Comment 2 Ed Willink CLA 2011-05-01 14:20:33 EDT
No. They're your examples. This was one of the few respects in which they have a public imprint.
Comment 3 Axel Uhl CLA 2011-05-01 16:05:07 EDT
Committed to CVS HEAD
Comment 4 Ed Willink CLA 2011-05-03 12:26:30 EDT
In M7, impactanalyzer.util and impactanalyzer.ui are still a problem.
Comment 5 Axel Uhl CLA 2011-05-03 16:07:56 EDT
Here are the .util and .ui build.properties in their 1.1 revision:


# <copyright>
# </copyright>
#
# $Id: plugin.properties,v 1.1 2011/05/01 20:04:58 auhl Exp $

pluginName = OCL Impact Analyzer Utilities
providerName = Eclipse Modeling Project


and


# <copyright>
# </copyright>
#
# $Id: plugin.properties,v 1.1 2011/05/01 20:05:00 auhl Exp $

pluginName = OCL Impact Analyzer UI Integration
providerName = Eclipse Modeling Project


respectively. Closing again. Maybe you're on the wrong revision?
Comment 6 Ed Willink CLA 2011-05-03 16:37:57 EDT
I'm looking at M7. There is alot more than just plugin.properties.

See the orignal report "If the changes don't
take make sure the manifest has Eclipse localization."
Comment 7 Axel Uhl CLA 2011-05-03 17:07:55 EDT
(In reply to comment #6)
> I'm looking at M7. There is alot more than just plugin.properties.
> 
> See the orignal report "If the changes don't
> take make sure the manifest has Eclipse localization."

Ah, fixed by adding

Bundle-Localization: plugin


to the MANIFEST.MF files of

org.eclipse.ocl.examples.impactanalyzer.tests
org.eclipse.ocl.examples.impactanalyzer.testutils
org.eclipse.ocl.examples.impactanalyzer.util
org.eclipse.ocl.examples.impactanalyzer.ui