diff options
author | DJ Houghton | 2009-09-10 20:00:15 +0000 |
---|---|---|
committer | DJ Houghton | 2009-09-10 20:00:15 +0000 |
commit | ffb402588075d2c5be1d26a67a7c2f33093a9d15 (patch) | |
tree | 12dd06966fdc02c8766157e921e9e17e288007ed /bundles/org.eclipse.equinox.p2.tests.verifier/.classpath | |
parent | af3e27e1e75f05041dadc445534bec9e4d6e5ac2 (diff) | |
download | rt.equinox.p2-ffb402588075d2c5be1d26a67a7c2f33093a9d15.tar.gz rt.equinox.p2-ffb402588075d2c5be1d26a67a7c2f33093a9d15.tar.xz rt.equinox.p2-ffb402588075d2c5be1d26a67a7c2f33093a9d15.zip |
Initial commit.v20090911
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.verifier/.classpath')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.tests.verifier/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath b/bundles/org.eclipse.equinox.p2.tests.verifier/.classpath new file mode 100644 index 000000000..2fbb7a23e --- /dev/null +++ b/bundles/org.eclipse.equinox.p2.tests.verifier/.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.4"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> +</classpath> |