aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/.classpath
diff options
context:
space:
mode:
authorPooja03 <PM00501616@techmahindra.com>2018-03-30 18:22:32 +0530
committerPooja03 <PM00501616@techmahindra.com>2018-03-30 18:22:32 +0530
commitd2009aeed90083a9a4e5d2c3e525ca4b80a183b9 (patch)
treefb57be0004f38fd0f427b4e42790ffd231f7b5c8 /UniversalVesAdapter/.classpath
parent00a00a68862effd791ce3f127d0ddd5903598b89 (diff)
Adding Some Files and TestCases in Mapper
Adding Some Files and TestCases in Universal Adapter in Mapper Issue-ID: DCAEGEN2-335 Change-Id: Iecb5500b1b856b9f1f8558334219adb59b293e10 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
Diffstat (limited to 'UniversalVesAdapter/.classpath')
-rw-r--r--UniversalVesAdapter/.classpath31
1 files changed, 31 insertions, 0 deletions
diff --git a/UniversalVesAdapter/.classpath b/UniversalVesAdapter/.classpath
new file mode 100644
index 0000000..6d7587a
--- /dev/null
+++ b/UniversalVesAdapter/.classpath
@@ -0,0 +1,31 @@
+<?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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+ <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="output" path="target/classes"/>
+</classpath>