Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2010-12-21 04:30:01 +0000
committerIgor Fedorenko2010-12-21 13:53:33 +0000
commit7b5319b43e3fdffcf4c17c79f6e893fe7a23c956 (patch)
tree74fdac2f9f2b32c81c57323064b7e5e482a96acb /org.eclipse.m2e.tests.common/.classpath
parent22a292906ae4a040ceff1d498b7cb1ee4bfec6ce (diff)
downloadm2e-core-7b5319b43e3fdffcf4c17c79f6e893fe7a23c956.tar.gz
m2e-core-7b5319b43e3fdffcf4c17c79f6e893fe7a23c956.tar.xz
m2e-core-7b5319b43e3fdffcf4c17c79f6e893fe7a23c956.zip
fixed import as existing eclipse project
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.tests.common/.classpath')
-rw-r--r--org.eclipse.m2e.tests.common/.classpath10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.m2e.tests.common/.classpath b/org.eclipse.m2e.tests.common/.classpath
new file mode 100644
index 00000000..3ad27092
--- /dev/null
+++ b/org.eclipse.m2e.tests.common/.classpath
@@ -0,0 +1,10 @@
+<?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 exported="true" kind="lib" path="jars/servlet-api-2.5-20081211.jar"/>
+ <classpathentry exported="true" kind="lib" path="jars/jetty-util-6.1.22.jar"/>
+ <classpathentry exported="true" kind="lib" path="jars/jetty-6.1.22.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top