diff options
author | Carsten Lund <lund@research.att.com> | 2017-04-16 14:12:28 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-04-16 14:12:43 +0000 |
commit | 572921972ce687527d6d60849eed8a55211b72ef (patch) | |
tree | e74d5e995595b104600eb59e168be8a6cdb38f26 /ncomp-docker-adaptor/.classpath | |
parent | cf6df0d665930d80aca05398e9262545eba7df83 (diff) |
[DCAE-15] Changes related to version 1.1
See Jira for details
Change-Id: Ic346dd5d5faf9816faa84eddb89f14654ea20156
Signed-off-by: Carsten Lund <lund@research.att.com>
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> |