core/com.nokia.carbide.XULRunnerInitializer/.classpath
author timkelly
Wed, 28 Jul 2010 15:19:12 -0500
branchC3_BUILDER_WORK
changeset 1710 94cdcd7c5550
parent 1637 06fc2fdd1ac4
permissions -rw-r--r--
Refactor getBuiltInMacros() to be SBSv1 specific. This are the hard-coded macros misc macros we are adding for SBSv1. For SBSv2, they are retrieved from the sbs config query. Also, clean up some API and comments on public APIS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1637
06fc2fdd1ac4 add mozilla support
dadubrow
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
06fc2fdd1ac4 add mozilla support
dadubrow
parents:
diff changeset
     2
<classpath>
06fc2fdd1ac4 add mozilla support
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"/>
06fc2fdd1ac4 add mozilla support
dadubrow
parents:
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
06fc2fdd1ac4 add mozilla support
dadubrow
parents:
diff changeset
     5
	<classpathentry kind="src" path="src"/>
06fc2fdd1ac4 add mozilla support
dadubrow
parents:
diff changeset
     6
	<classpathentry kind="output" path="bin"/>
06fc2fdd1ac4 add mozilla support
dadubrow
parents:
diff changeset
     7
</classpath>