diff options
author | Dan Timoney <dtimoney@att.com> | 2017-05-01 09:25:23 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-05-01 09:25:34 -0400 |
commit | 4a9c3e27c9dddf51dc6a0a4c3bc52713c2f4a4d7 (patch) | |
tree | 2a11d411c8017b5f323384c4f17585aae13cbaf0 | |
parent | 1ac2375d70617c8dd7295cbaeb55eb7f5bb1ac7f (diff) |
[SDNC-7] Remove ODL tarball
Remove OpenDaylight release tarball from Gerrit and instead use dependency plugin to pull from OpenDaylight nexus
Change-Id: Ie9071b3d5f5dbf18455d857815ec9927e6aa5a54
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 90ed6f02f881d5598c24a17a02b602abe0e1c342
5 files changed, 4 insertions, 5 deletions
diff --git a/installation/sdnc/src/main/resources/distribution-karaf-0.5.1-Boron-SR1.tar.gz.REMOVED.git-id b/installation/sdnc/src/main/resources/distribution-karaf-0.5.1-Boron-SR1.tar.gz.REMOVED.git-id deleted file mode 100644 index db18b750..00000000 --- a/installation/sdnc/src/main/resources/distribution-karaf-0.5.1-Boron-SR1.tar.gz.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -b6c13a8f784e9c0fa155c8230ecf4dbc13d81895
\ No newline at end of file diff --git a/installation/sdnc/src/main/scripts/installFeatures.sh b/installation/sdnc/src/main/scripts/installFeatures.sh index 91b71fc6..bdca3855 100644 --- a/installation/sdnc/src/main/scripts/installFeatures.sh +++ b/installation/sdnc/src/main/scripts/installFeatures.sh @@ -5,7 +5,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/sdnc/src/main/scripts/installSdncDb.sh b/installation/sdnc/src/main/scripts/installSdncDb.sh index 6f42e8f8..37329d7b 100644 --- a/installation/sdnc/src/main/scripts/installSdncDb.sh +++ b/installation/sdnc/src/main/scripts/installSdncDb.sh @@ -5,7 +5,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/sdnc/src/main/scripts/installZips.sh b/installation/sdnc/src/main/scripts/installZips.sh index ecff5a5f..06b13da0 100644 --- a/installation/sdnc/src/main/scripts/installZips.sh +++ b/installation/sdnc/src/main/scripts/installZips.sh @@ -5,7 +5,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/installation/sdnc/src/main/scripts/startODL.sh b/installation/sdnc/src/main/scripts/startODL.sh index bb50168f..3a6071ef 100644 --- a/installation/sdnc/src/main/scripts/startODL.sh +++ b/installation/sdnc/src/main/scripts/startODL.sh @@ -5,7 +5,7 @@ # openECOMP : SDN-C # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. +# reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |