Classpath Dependency Extension

Identifier:
org.eclipse.jst.j2ee.classpathdep

Since:
2.0

Description:
This extension point supports customization of the classpath dependency functionality whereby project classpath entries can be tagged for contribution to the published/exported structure of the module.

Configuration Markup:

<!ELEMENT extension (filteredClasspathContainer+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT filteredClasspathContainer EMPTY>

<!ATTLIST filteredClasspathContainer

containerID CDATA #IMPLIED>

Specified a classpath container that should be filtered from the list of classpath containers considered as potential contributions to the published/exported structure of the module.



Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


Copyright (c) 2007 BEA Systems, Inc.
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