aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:11:01 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:11:03 +0000
commit0186ef27491b5adcbda1490c4a890a8cdea15443 (patch)
tree10f2f7c7c712084522276c5e17eb6b6f2928d242 /.classpath
parent3bbdd5a4b772ff094666d8680fdf7b7576c91b52 (diff)
Init dcae.collectors.ves
Change-Id: Ic112f107512ac263431613cfc60f848b854fa84b Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to '.classpath')
-rw-r--r--.classpath34
1 files changed, 34 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..a142ab2
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+ <classpathentry kind="lib" path="etc"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>