diff options
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> |