Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-12-17 21:29:06 +0000
committerPascal Rapicault2010-12-17 21:29:06 +0000
commitdedc0450104015cb3b5c3a282c11040fd41dddf6 (patch)
treece51799fbe9603a8a28eabbad900ef53c9382f68 /org.eclipse.m2e.logging/.classpath
parentb8c7845024b97f7795c6140925dadad56527ff60 (diff)
downloadm2e-core-dedc0450104015cb3b5c3a282c11040fd41dddf6.tar.gz
m2e-core-dedc0450104015cb3b5c3a282c11040fd41dddf6.tar.xz
m2e-core-dedc0450104015cb3b5c3a282c11040fd41dddf6.zip
add logging bundle
Diffstat (limited to 'org.eclipse.m2e.logging/.classpath')
-rw-r--r--org.eclipse.m2e.logging/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.m2e.logging/.classpath b/org.eclipse.m2e.logging/.classpath
new file mode 100644
index 00000000..ad32c83a
--- /dev/null
+++ b/org.eclipse.m2e.logging/.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/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top