diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-07-30 10:42:42 -0400 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2018-07-30 18:36:14 -0400 |
commit | 8fc90f019dc4811f859b184873902b156d85f0dd (patch) | |
tree | 181e3a66431e231a3c699d3c7c1dbc5555d475eb /reference/logging-library/.classpath | |
parent | cdb4949cf8cba60e593bb5c1d3d5b19fac6ae601 (diff) |
decouple aop lib wrapper from war
Change-Id: I8e34ca4c32fdd70646a99f66c880879bcd142224
Issue-ID: LOG-137
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'reference/logging-library/.classpath')
-rw-r--r-- | reference/logging-library/.classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reference/logging-library/.classpath b/reference/logging-library/.classpath index 16bf974..3304b94 100644 --- a/reference/logging-library/.classpath +++ b/reference/logging-library/.classpath @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"/> + <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + <attribute name="org.eclipse.jst.component.nondependency" value=""/> + </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="owner.project.facets" value="java"/> |