tools/java/.project
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 11 Mar 2013 00:21:26 +0000
branchdevelopment
changeset 2468 aa51b05ff118
parent 1919 d2f931428d34
child 3042 40beb6dad64f
permissions -rw-r--r--
Eclipse project files fixed. Apparently, eclipse project's cannot contain : or | in their name, however, it didn't complain.

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>stx.libjava.tools</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>