org.apache.ant/.project

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (download) (annotate)
Wed Feb 28 16:35:12 2007 UTC (2 years, 9 months ago) by darins
Branch: MAIN
CVS Tags: R3_3_1_1, v20070312, pre_R3_3, v20070416, HEAD
Changes since 1.3: +11 -0 lines
Bug 175823 - org.apache.ant should have plug-in nature
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>org.apache.ant</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.ManifestBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.SchemaBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.eclipse.pde.PluginNature</nature>
	</natures>
</projectDescription>