diff options
Diffstat (limited to 'aai-resources/.classpath')
-rw-r--r-- | aai-resources/.classpath | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/.classpath b/aai-resources/.classpath index e89215e..bc00f63 100644 --- a/aai-resources/.classpath +++ b/aai-resources/.classpath @@ -34,17 +34,17 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" path="target/generated-sources/annotations"> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/docker"> <attributes> - <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> - <attribute name="ignore_optional_problems" value="true"/> - <attribute name="m2e-apt" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/docker"> + <classpathentry kind="src" path="target/generated-sources/annotations"> <attributes> + <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> + <attribute name="ignore_optional_problems" value="true"/> + <attribute name="m2e-apt" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> |