diff options
author | BT2983 <BT2983@att.com> | 2018-08-16 21:48:07 -0600 |
---|---|---|
committer | BT2983 <BT2983@att.com> | 2018-08-16 21:48:07 -0600 |
commit | 9cbcdacf01abd92ca0952410760d3d8545b23ad8 (patch) | |
tree | b5cf281c43bd683ae4749944cc5348a9494864e0 /ms/neng/.classpath | |
parent | ec42fbdf2e1b1f985777cd6adc1a3287f842b28f (diff) |
Naming micro-service code.
Docker updates and tests.
Change-Id: Iba669453c4035290441c757f5b1c673ab41213d6
Issue-ID: CCSDK-342
Signed-off-by: BT2983 <BT2983@att.com>
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> |