Supported Java ME profiles
Identifier:
org.eclipse.mtj.core.profiles
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension provides a listof supported Java ME Profiles.
Configuration Markup:
<!ELEMENT extension (profile+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
extension that provides a listing of supported J2ME Profiles.
- point - a fully qualified identifier of the target extension point
- id - an optional identifier of the extension instance
- name - an optional name of the extension instance
<!ELEMENT profile EMPTY>
<!ATTLIST profile
id CDATA #REQUIRED
name CDATA #REQUIRED
version CDATA #REQUIRED>
definition of a single profile
- id - required identifier of the profile. This value will be used within the Java Application Descriptor for a midlet suite.
- name - required name of this profile. This value will be presented to the user via the Java Application Descriptor editor.
- version - required version of profile specification
Examples:
[Enter extension point usage example here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2003,2008 Craig Setera and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Craig Setera (EclipseME) - Initial implementation;
Diego Sandin (Motorola) - Refactoring extension name to follow eclipse
standards