Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-11 22:11:07 +0000
committerPascal Rapicault2011-02-11 22:11:07 +0000
commit5d9b0a01b47f08368982f1fffbad818bc58334dc (patch)
tree06a5fd795ca5ab26813043bdcdd41f765990cedc /org.eclipse.m2e.usagedata/.classpath
parent0137f03b92ce37676c4295db2332b784c222d1cb (diff)
downloadm2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.tar.gz
m2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.tar.xz
m2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.zip
Capture packaging type and plugin ids using UDC infrastructure.
Diffstat (limited to 'org.eclipse.m2e.usagedata/.classpath')
-rw-r--r--org.eclipse.m2e.usagedata/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.m2e.usagedata/.classpath b/org.eclipse.m2e.usagedata/.classpath
new file mode 100644
index 00000000..288a7808
--- /dev/null
+++ b/org.eclipse.m2e.usagedata/.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="target/classes"/>
+</classpath>

Back to the top