META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/eclipse/core/
org/eclipse/core/resources/
org/eclipse/core/resources/ant/
META-INF/eclipse.inf
org/eclipse/core/resources/ant/ConvertPath.class
ConvertPath.java
package org.eclipse.core.resources.ant
public org.eclipse.core.resources.ant.ConvertPath extends org.apache.tools.ant.Task {
	private org.eclipse.core.runtime.IPath fileSystemPath
	private org.eclipse.core.runtime.IPath resourcePath
	private String property
	private String pathID
	public void  () 
	public void execute ()  throws org.apache.tools.ant.BuildException 
	protected void convertFileSystemPathToResourcePath (org.eclipse.core.runtime.IPath) 
		org.eclipse.core.runtime.IPath path
		org.eclipse.core.resources.IResource resource
		org.eclipse.core.resources.IResource resource
		org.apache.tools.ant.types.Path newPath
	protected void convertResourcePathToFileSystemPath (org.eclipse.core.runtime.IPath) 
		org.eclipse.core.runtime.IPath path
		org.eclipse.core.resources.IResource resource
		org.apache.tools.ant.types.Path newPath
	public void setFileSystemPath (java.io.File) 
		java.io.File value
	public void setResourcePath (java.lang.String) 
		String value
	public void setProperty (java.lang.String) 
		String value
	public void setPathId (java.lang.String) 
		String value
	protected void validateAttributes ()  throws org.apache.tools.ant.BuildException 
}

org/eclipse/core/resources/ant/IncrementalBuild.class
IncrementalBuild.java
package org.eclipse.core.resources.ant
public org.eclipse.core.resources.ant.IncrementalBuild extends org.apache.tools.ant.Task {
	private String builder
	private String project
	private int kind
	public static final String KIND_INCREMENTAL
	public static final String KIND_FULL
	public static final String KIND_AUTO
	public static final String KIND_CLEAN
	public void  () 
	public void execute ()  throws org.apache.tools.ant.BuildException 
		org.eclipse.core.runtime.IProgressMonitor monitor
		java.util.Hashtable references
		org.eclipse.core.resources.IProject targetProject
		org.eclipse.core.runtime.CoreException e
	public void setBuilder (java.lang.String) 
		String value
	public void setKind (java.lang.String) 
		String value
	public void setProject (java.lang.String) 
		String value
}

org/eclipse/core/resources/ant/Policy.class
Policy.java
package org.eclipse.core.resources.ant
public org.eclipse.core.resources.ant.Policy extends java.lang.Object {
	private static final String bundleName
	private static java.util.ResourceBundle bundle
	static void  () 
	public void  () 
	public static java.lang.String bind (java.lang.String) 
		String id
	public static org.eclipse.core.runtime.IProgressMonitor monitorFor (org.eclipse.core.runtime.IProgressMonitor) 
		org.eclipse.core.runtime.IProgressMonitor monitor
	public static java.lang.String bind (java.lang.String, java.lang.String) 
		String id
		String binding
	public static java.lang.String bind (java.lang.String, java.lang.String, java.lang.String) 
		String id
		String binding1
		String binding2
	public static java.lang.String bind (java.lang.String, java.lang.String[]) 
		String id
		String[] bindings
		String message
}

org/eclipse/core/resources/ant/RefreshLocalTask.class
RefreshLocalTask.java
package org.eclipse.core.resources.ant
public org.eclipse.core.resources.ant.RefreshLocalTask extends org.apache.tools.ant.Task {
	public static final String DEPTH_ZERO
	public static final String DEPTH_ONE
	public static final String DEPTH_INFINITE
	protected org.eclipse.core.resources.IResource resource
	protected int depth
	public void  () 
	public void execute ()  throws org.apache.tools.ant.BuildException 
		org.eclipse.core.runtime.IProgressMonitor monitor
		java.util.Hashtable references
		org.eclipse.core.runtime.CoreException e
	public void setDepth (java.lang.String) 
		String value
	public void setResource (java.lang.String) 
		String value
		org.eclipse.core.runtime.IPath path
}

org/eclipse/core/resources/ant/messages.properties