platform/org.eclipse.core.resources/.classpath
author dadubrow
Tue, 09 Jun 2009 10:02:47 -0500
changeset 25 68aa5b0d78d4
parent 12 063eb66097dc
permissions -rw-r--r--
test code for performance evaluation - will restore later
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     2
<classpath>
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     5
	<classpathentry kind="src" path="src/"/>
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     6
	<classpathentry kind="output" path="bin"/>
063eb66097dc Added build of org.eclipse.core.resources
Steve Sobek <steve.sobek@nokia.com>
parents:
diff changeset
     7
</classpath>