Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregoire Dupe2012-07-31 08:36:52 +0000
committerGregoire Dupe2012-07-31 08:36:52 +0000
commit1cc451536ea917d9afd24e76944aaee29ab73b1f (patch)
treeb74f0556eac6308a704cf6288caedd658b00b2c1 /org.eclipse.gmt.modisco.infra.query.jxpath/.classpath
parentce1991d9c24d41266ac6a2d62907de06f1738fd3 (diff)
downloadorg.eclipse.modisco-1cc451536ea917d9afd24e76944aaee29ab73b1f.tar.gz
org.eclipse.modisco-1cc451536ea917d9afd24e76944aaee29ab73b1f.tar.xz
org.eclipse.modisco-1cc451536ea917d9afd24e76944aaee29ab73b1f.zip
Bug 386235 - [Releng] Use tycho to build MoDisco -- Moving to trunk
Diffstat (limited to 'org.eclipse.gmt.modisco.infra.query.jxpath/.classpath')
-rw-r--r--org.eclipse.gmt.modisco.infra.query.jxpath/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.gmt.modisco.infra.query.jxpath/.classpath b/org.eclipse.gmt.modisco.infra.query.jxpath/.classpath
new file mode 100644
index 000000000..2d1a4302f
--- /dev/null
+++ b/org.eclipse.gmt.modisco.infra.query.jxpath/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top