Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2008-02-26 20:02:06 +0000
committerPawel Piech2008-02-26 20:02:06 +0000
commite8d462f047bec91dfdbdbac1e519a67107d52183 (patch)
treed9ed20ee8ac8a13bebc23e3e2a690f66bb714c9a /plugins/org.eclipse.dd.examples.dsf/.classpath
parent398f01e873b597835bac75a341c7d6f91de3fb0a (diff)
downloadorg.eclipse.cdt-e8d462f047bec91dfdbdbac1e519a67107d52183.tar.gz
org.eclipse.cdt-e8d462f047bec91dfdbdbac1e519a67107d52183.tar.xz
org.eclipse.cdt-e8d462f047bec91dfdbdbac1e519a67107d52183.zip
[220446] Added and preprocessor for tutorial excercises.
Diffstat (limited to 'plugins/org.eclipse.dd.examples.dsf/.classpath')
-rw-r--r--plugins/org.eclipse.dd.examples.dsf/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.dd.examples.dsf/.classpath b/plugins/org.eclipse.dd.examples.dsf/.classpath
index 304e86186aa..5f6c0064a2e 100644
--- a/plugins/org.eclipse.dd.examples.dsf/.classpath
+++ b/plugins/org.eclipse.dd.examples.dsf/.classpath
@@ -3,5 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src_ant"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top