diff options
author | 2018-08-20 16:38:00 +0000 | |
---|---|---|
committer | 2018-08-20 16:38:00 +0000 | |
commit | 7e2a1e010afaa8c9b7419ac01fcd1f8e3a9af0e4 (patch) | |
tree | ee74be92b9a406571105d4456ca5bf05c8f10e86 /ms/neng/.classpath | |
parent | 3b9a260d31728b2e974b040d4c3046773b5e1381 (diff) | |
parent | 9cbcdacf01abd92ca0952410760d3d8545b23ad8 (diff) |
Merge "Naming micro-service code."
Diffstat (limited to 'ms/neng/.classpath')
-rw-r--r-- | ms/neng/.classpath | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ms/neng/.classpath b/ms/neng/.classpath index 2fd27b36..1272921b 100644 --- a/ms/neng/.classpath +++ b/ms/neng/.classpath @@ -1,43 +1,43 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" output="target/classes" path="src/main/java"> + <classpathentry kind="src" output="target-ide/classes" path="src/main/java"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="opt/etc/config"> + <classpathentry kind="src" output="target-ide/classes" path="opt/etc/config"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="opt/etc/keystore"> + <classpathentry kind="src" output="target-ide/classes" path="opt/etc/keystore"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="opt/etc/truststore"> + <classpathentry kind="src" output="target-ide/classes" path="opt/etc/truststore"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> + <classpathentry kind="src" output="target-ide/classes" path="src/main/resources"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> + <classpathentry kind="src" output="target-ide/test-classes" path="src/test/java"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> + <classpathentry kind="src" output="target-ide/test-classes" path="src/test/resources"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="opt/aai/keystore"> + <classpathentry kind="src" output="target-ide/classes" path="opt/aai/keystore"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> @@ -57,5 +57,5 @@ <attribute name="optional" value="true"/> </attributes> </classpathentry> - <classpathentry kind="output" path="target/classes"/> + <classpathentry kind="output" path="target-ide/classes"/> </classpath> |