Joey Armstrong | 4048c1f | 2022-12-17 22:24:42 -0500 | [diff] [blame] | 1 | #!/bin/bash |
Matt Jeanneret | c7b437c | 2019-05-13 12:33:08 -0400 | [diff] [blame] | 2 | # |
Joey Armstrong | 695ba5c | 2023-01-20 11:17:49 -0500 | [diff] [blame] | 3 | # Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors |
Matt Jeanneret | c7b437c | 2019-05-13 12:33:08 -0400 | [diff] [blame] | 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | # |
| 17 | |
| 18 | set -x |
| 19 | |
| 20 | mkdir -p local_imports/oar |
| 21 | cp ../olt/app/target/*.oar local_imports/oar/ |
| 22 | cp ../sadis/app/target/*.oar local_imports/oar/ |
Matt Jeanneret | 38995f2 | 2019-08-02 14:22:40 -0400 | [diff] [blame] | 23 | cp ../aaa/app/target/*.oar local_imports/oar/ |
| 24 | cp ../dhcpl2relay/app/target/*.oar local_imports/oar/ |
| 25 | cp ../kafka-onos/target/*.oar local_imports/oar/ |
Matteo Scandolo | e9acaed | 2020-09-15 13:41:40 -0700 | [diff] [blame] | 26 | cp ../igmpproxy/app/target/*.oar local_imports/oar/ |
| 27 | cp ../mcast/app/target/*.oar local_imports/oar/ |
Andrea Campanella | 090ffd6 | 2022-02-08 13:41:53 +0100 | [diff] [blame] | 28 | cp ../mac-learning/target/*.oar local_imports/oar/ |
Andrea Campanella | c9d60ac | 2022-05-26 14:06:44 +0200 | [diff] [blame] | 29 | cp ../pppoeagent/app/target/*.oar local_imports/oar/ |
Matteo Scandolo | 384994d | 2021-12-02 16:27:27 -0800 | [diff] [blame] | 30 | cp ../trellis-control/app/target/*.oar local_imports/oar/ |