MIDlet suite library

Identifier:
org.eclipse.mtj.core.library.MIDletLibrary

Since:
0.9.1

Description:
Define the concept of MIDlet suite library. A MIDlet suite project will be able to select the different libraries that it wants to use and those libraries will be automatically added to the final MIDlet suite.

Configuration Markup:

<!ELEMENT extension (library+)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT library (ClasspathEntry+ , License , Security?)>

<!ATTLIST library

name        CDATA #REQUIRED

version     CDATA #REQUIRED

description CDATA #IMPLIED

visibility  (PUBLIC|INTERNAL) >


<!ELEMENT ClasspathEntry (AccessRule)*>

<!ATTLIST ClasspathEntry

jarFile     CDATA #REQUIRED

javadocPath CDATA #IMPLIED

srcPath     CDATA #IMPLIED>


<!ELEMENT AccessRule EMPTY>

<!ATTLIST AccessRule

kind    (ACCESSIBLE|NON_ACCESSIBLE|DISCOURAGED)

pattern CDATA #REQUIRED>

Describes an access rule to source and class files on a classpath entry. An access rule is composed of a file pattern and a kind (accessible, non accessible, or discouraged).

See org.eclipse.jdt.core.IAccessRule for more information about access rules.



<!ELEMENT License EMPTY>

<!ATTLIST License

name CDATA #REQUIRED

url  CDATA #REQUIRED>

Licensing information



<!ELEMENT Security EMPTY>

<!ATTLIST Security

ProtectionDomain (MANUFACTURER|OPERATOR|THIRD_PARTY|UNTRUSTED)

Premissions      CDATA #IMPLIED>



Copyright (c) 2008 Motorola. 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