diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2017-04-19 13:49:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-19 13:49:23 +0000 |
commit | 6141f862b922c389edf0aed1e00b6dee3df4771a (patch) | |
tree | e74d5e995595b104600eb59e168be8a6cdb38f26 /ncomp-docker-adaptor/.classpath | |
parent | 107ddefe35773fedc5e98a6fcbfb8cac62904fb7 (diff) | |
parent | 572921972ce687527d6d60849eed8a55211b72ef (diff) |
Merge "[DCAE-15] Changes related to version 1.1"
Diffstat (limited to 'ncomp-docker-adaptor/.classpath')
-rw-r--r-- | ncomp-docker-adaptor/.classpath | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ncomp-docker-adaptor/.classpath b/ncomp-docker-adaptor/.classpath index d2d34b3..65e14ce 100644 --- a/ncomp-docker-adaptor/.classpath +++ b/ncomp-docker-adaptor/.classpath @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="config"/> <classpathentry kind="src" output="target/classes" path="src/main/java"> <attributes> <attribute name="optional" value="true"/> @@ -8,7 +7,6 @@ </attributes> </classpathentry> <classpathentry kind="src" path="src/main/server"/> - <classpathentry kind="src" path="src/main/server-gen"/> <classpathentry kind="src" path="src/main/sirius-gen"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> <attributes> @@ -21,7 +19,6 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/> <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/> <classpathentry kind="output" path="target/classes"/> </classpath> |