diff options
author | Simon Kaegi | 2008-01-07 22:24:39 +0000 |
---|---|---|
committer | Simon Kaegi | 2008-01-07 22:24:39 +0000 |
commit | e5e0fd273caee15aee957f2ef8313be64aed77b9 (patch) | |
tree | ac5e9d00f390b01949da5870bd371f14a3f478d1 /bundles/org.eclipse.equinox.p2.updatesite/.classpath | |
parent | 6299cd7ffcba063b0fd82630da7930cbd62615cc (diff) | |
download | rt.equinox.p2-e5e0fd273caee15aee957f2ef8313be64aed77b9.tar.gz rt.equinox.p2-e5e0fd273caee15aee957f2ef8313be64aed77b9.tar.xz rt.equinox.p2-e5e0fd273caee15aee957f2ef8313be64aed77b9.zip |
Adding preliminary updatesite compatability bundle.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.updatesite/.classpath')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.updatesite/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.updatesite/.classpath b/bundles/org.eclipse.equinox.p2.updatesite/.classpath new file mode 100644 index 000000000..7cdeb7319 --- /dev/null +++ b/bundles/org.eclipse.equinox.p2.updatesite/.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/CDC-1.1%Foundation-1.1"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="output" path="bin"/> +</classpath> |