core/com.nokia.carbide.discovery.ui/.classpath
author timkelly
Mon, 26 Jul 2010 11:32:21 -0500
branchC3_BUILDER_WORK
changeset 1681 6636e8c75e66
parent 1360 b609311b7b1c
permissions -rw-r--r--
Fix problem with sbs config xml parsing. Make sure to trim error message to avoid erroneously adding an error when there is none. Fix problem with adding system includes for variants.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     2
<classpath>
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     5
	<classpathentry kind="src" path="src"/>
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     6
	<classpathentry kind="output" path="bin"/>
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     7
</classpath>