diff options
author | lj1412 <lji@research.att.com> | 2017-02-14 15:12:22 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-14 15:12:24 +0000 |
commit | 2df01453c7e4cd35c41c6185dc2ea34710b29b7f (patch) | |
tree | 74689740e3be8757b00abd8083c8942100125d45 /operation-utils/.classpath | |
parent | 5f5ff4cf17e08099fac5d14e76dbc646c771156c (diff) |
Init dcae.operation
Change-Id: Ia36372d0fb3ba0b960b32a50d656a0e7035bdcac
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'operation-utils/.classpath')
-rw-r--r-- | operation-utils/.classpath | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/operation-utils/.classpath b/operation-utils/.classpath new file mode 100644 index 0000000..1ab68f0 --- /dev/null +++ b/operation-utils/.classpath @@ -0,0 +1,32 @@ +<?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="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"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <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="output" path="target/classes"/> +</classpath> |