summaryrefslogtreecommitdiffstats
path: root/aai-core/.classpath
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-09 18:18:21 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-09 18:19:11 -0400
commit8944883589f74a9b1887469dbdba008e442edb20 (patch)
tree86a7c08217c69280cd11980bba2ee0ee6461df69 /aai-core/.classpath
parentae588b6cb80b8223e75705840ba43e70f2cb1fce (diff)
Initial commit with all the necessary files
Change-Id: I2760ca1e2c661028be946a4335d07b1b7671a4b4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core/.classpath')
-rw-r--r--aai-core/.classpath36
1 files changed, 36 insertions, 0 deletions
diff --git a/aai-core/.classpath b/aai-core/.classpath
new file mode 100644
index 00000000..7dcc5272
--- /dev/null
+++ b/aai-core/.classpath
@@ -0,0 +1,36 @@
+<?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 exported="true" 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 exported="true" 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>