| Summary: | Remove invalid dependency on org.eclipse.emf.query.ocl from features/org.eclipse.gmf.sdk*/feature.xml | ||
|---|---|---|---|
| Product: | [Modeling] GMP | Reporter: | Andrey Mishustin <andrey.mishustin> |
| Component: | Releng | Assignee: | Richard Gronback <richard.gronback> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | mfeldman, richard.gronback, tikhomirov.artem |
| Version: | 2.0 | Keywords: | plan |
| Target Milestone: | 2.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Andrey Mishustin
The *.emf.query.ocl plug-in is no longer listed as a dependency in the SDK feature. But, I do see two references to it elsewhere: - the org.eclipse.gmf.examples feature lists it, though I doubt it's required (Max will remove) - the test org.eclipse.gmf.test.migration.MigrationPatchesTest references it as well, though I also doubt this plug-in is really required. Artem? (In reply to comment #1) > the test org.eclipse.gmf.test.migration.MigrationPatchesTest references it as well This same test references org.eclipse.emf.ocl, which we're replacing throughout GMF with references to org.eclipse.ocl per bug 194633. There are also references to org.eclipse.emf.ocl and *.query.ocl in the test's /models/migration/testRequiredPluginsMoved.gmfgen model. (In reply to comment #2) The references you mention are not real 'references', it's merely checking values returned from the model, which is nothing but string. It doesn't prevent us from dropping dependency from oe.emf.query.ocl. Though, implementation of required plugins method from GMFGen should be updated anyway. (In reply to comment #3)) > The references you mention are not real 'references', it's merely checking > values returned from the model, which is nothing but string. Right, they are references as stated, and not dependencies. > It doesn't prevent us from dropping dependency from oe.emf.query.ocl. Done, verified using N200805121942. Closing this bug. > Though, implementation of required plugins method from GMFGen should be updated anyway. This can be handled under another bug. (In reply to comment #4) These were mere strings to ensure migration didn't lost any plugin id. Anyway, I've replaced them with fake identities not to get confused once again. [target cleanup] 2.1 RC was the original target milestone for this bug [GMF Restructure] Bug 319140 : product GMF and component Releng was the original product and component for this bug |