diff options
author | ARULNA <arul.nambi@amdocs.com> | 2017-06-13 11:18:22 -0400 |
---|---|---|
committer | ARULNA <arul.nambi@amdocs.com> | 2017-06-13 15:18:53 -0400 |
commit | 58964091be1bc53344c36ae261fa770ff6d59ed1 (patch) | |
tree | cafe98cf9e18707fa6200b02a10afd484a3dab44 /antBuild | |
parent | b4922d319d293894fddd512d29b5f0d1411915d9 (diff) |
Removing configurations moved to test-config
Change-Id: I8f1c5547ca44bdde9a198fda2f732f5ac04494d8
Signed-off-by: ARULNA <arul.nambi@amdocs.com>
Diffstat (limited to 'antBuild')
-rw-r--r-- | antBuild/build.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/antBuild/build.xml b/antBuild/build.xml index 4e216d3..ab0f890 100644 --- a/antBuild/build.xml +++ b/antBuild/build.xml @@ -154,9 +154,6 @@ failonerror="true"> <fileset dir="${basedir}/bundleconfig-local" includes="**/**" /> </copy> - <copy toDir="${basedir}/target/swm/package/nix/dist_files${distFilesRoot}/appconfig" failonerror="true"> - <fileset dir="${basedir}/appconfig-local" includes="**/**" /> - </copy> <copy toDir="${basedir}/target/swm/package/nix/dist_files${distFilesRoot}/bundleconfig/etc" failonerror="true"> |