blob: 6dff36fead03fc47be27c18147b6e9c42a948e6b [file] [log] [blame]
Joey Armstrong4048c1f2022-12-17 22:24:42 -05001#!/bin/bash
Matt Jeanneretc7b437c2019-05-13 12:33:08 -04002#
Joey Armstrong695ba5c2023-01-20 11:17:49 -05003# Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Matt Jeanneretc7b437c2019-05-13 12:33:08 -04004#
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
18set -x
19
20mkdir -p local_imports/oar
21cp ../olt/app/target/*.oar local_imports/oar/
22cp ../sadis/app/target/*.oar local_imports/oar/
Matt Jeanneret38995f22019-08-02 14:22:40 -040023cp ../aaa/app/target/*.oar local_imports/oar/
24cp ../dhcpl2relay/app/target/*.oar local_imports/oar/
25cp ../kafka-onos/target/*.oar local_imports/oar/
Matteo Scandoloe9acaed2020-09-15 13:41:40 -070026cp ../igmpproxy/app/target/*.oar local_imports/oar/
27cp ../mcast/app/target/*.oar local_imports/oar/
Andrea Campanella090ffd62022-02-08 13:41:53 +010028cp ../mac-learning/target/*.oar local_imports/oar/
Andrea Campanellac9d60ac2022-05-26 14:06:44 +020029cp ../pppoeagent/app/target/*.oar local_imports/oar/
Matteo Scandolo384994d2021-12-02 16:27:27 -080030cp ../trellis-control/app/target/*.oar local_imports/oar/