debuggercdi/com.nokia.carbide.trk.support/.classpath
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 2054 deb27f632e39
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<classpath>
cawthron
parents:
diff changeset
     3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
cawthron
parents:
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
cawthron
parents:
diff changeset
     5
		<attributes>
cawthron
parents:
diff changeset
     6
			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.nokia.carbide.trk.support/Native/GetTRKVersion/Release"/>
cawthron
parents:
diff changeset
     7
		</attributes>
cawthron
parents:
diff changeset
     8
	</classpathentry>
cawthron
parents:
diff changeset
     9
	<classpathentry kind="src" path="src"/>
cawthron
parents:
diff changeset
    10
	<classpathentry exported="true" kind="lib" path="lib/commons-httpclient-3.1.jar" sourcepath="com.nokia.carbide.trk.supportsrc.zip"/>
cawthron
parents:
diff changeset
    11
	<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.3.jar" sourcepath="com.nokia.carbide.trk.supportsrc.zip"/>
cawthron
parents:
diff changeset
    12
	<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.jar" sourcepath="com.nokia.carbide.trk.supportsrc.zip"/>
cawthron
parents:
diff changeset
    13
	<classpathentry kind="output" path="bin"/>
cawthron
parents:
diff changeset
    14
</classpath>