| Summary: | [JPA 2.0] Mechanism for filtering JPA platform based on facet version in wizard | ||
|---|---|---|---|
| Product: | [WebTools] Dali JPA Tools | Reporter: | Paul Fullbright <paul.fullbright> |
| Component: | General | Assignee: | Paul Fullbright <paul.fullbright> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | neil.hauge |
| Version: | 2.2 | Keywords: | plan |
| Target Milestone: | 2.3 M3 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | JPA2.0 | ||
|
Description
Paul Fullbright
Added the optional <jpaFacetVersion> tag to the platform extension point. All platforms which are specific to a particular JPA version should use this tag to be removed from the choices for all but that version. Platforms which do not use this tag will still be available for all facet versions. Apologies, jpaFacetVersion is an attribute, not an element.
example:
<jpaPlatform
id="generic"
label="%GENERIC_1_0_PLATFORM_LABEL"
factoryClass="org.eclipse.jpt.core.internal.GenericJpaPlatformFactory"
jpaFacetVersion="1.0"
default="false">
</jpaPlatform>
|