Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drigo Pastore2010-01-15 17:01:40 +0000
committerDaniel Drigo Pastore2010-01-15 17:01:40 +0000
commit23389f35bded4da952d6f3e625561f4aaed4de6f (patch)
treecf3add465ec1bc42fb71537fe39b1fef5cc3e00a /proctools/plugins/org.eclipse.sequoyah.device.linuxtools/.classpath
parent2d82a866435c9726dfb705bb6471f759246b6924 (diff)
downloadorg.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.tar.gz
org.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.tar.xz
org.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.zip
Refactoring TmL to Sequoyah
Diffstat (limited to 'proctools/plugins/org.eclipse.sequoyah.device.linuxtools/.classpath')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/.classpath b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/.classpath
new file mode 100644
index 0000000000..304e86186a
--- /dev/null
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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="output" path="bin"/>
+</classpath>

Back to the top