net.sf.ant4eclipse.tools.internal
Interface ContainerTypes


public interface ContainerTypes

Definition of container types currently supported by Ant4Eclipse. A container type specifies a classpath bundle that is used by an Eclispe project.


Field Summary
static java.lang.String JRE_CONTAINER
          Reference to JRE specific classpathes.
static java.lang.String PDE_REQUIRED_PLUGINS
          The classpath needs to be resolved using the corresponding 'plugin.xml'.
 

Field Detail

PDE_REQUIRED_PLUGINS

static final java.lang.String PDE_REQUIRED_PLUGINS
The classpath needs to be resolved using the corresponding 'plugin.xml'.

See Also:
Constant Field Values

JRE_CONTAINER

static final java.lang.String JRE_CONTAINER
Reference to JRE specific classpathes.

See Also:
Constant Field Values