diff options
author | dglFromAtt <dgl@research.att.com> | 2018-04-10 19:01:35 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-04-10 19:09:21 -0400 |
commit | 0bff051a842b164b680bc938f4a56db435dd5841 (patch) | |
tree | 40169f6d6d3876d7e8a013239cbec0e4ee183ad8 /.classpath | |
parent | 89e6d8f0b87a84b2de6cdab641b28692b9cf3be1 (diff) |
Refactor code to support no AAF requests
Change-Id: Ib95ba2458eb9fab90013012718f708c15cbf9db3
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-320
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..17efa84 --- /dev/null +++ b/.classpath @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry including="**/*.java" 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> |