summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/sca-scopes/.classpath
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/sca-scopes/.classpath')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/sca-scopes/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/.classpath b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/.classpath
new file mode 100644
index 0000000000..fb2f7c1050
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>