blob: 31329ea5b72bfbbbd18b6ca63571054195947370 [file] [log] [blame]
Matt Jeanneretc7b437c2019-05-13 12:33:08 -04001#
2# Copyright 2016 the original author or authors.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17set -x
18
19mkdir -p local_imports/oar
20cp ../olt/app/target/*.oar local_imports/oar/
21cp ../sadis/app/target/*.oar local_imports/oar/
Matt Jeanneret38995f22019-08-02 14:22:40 -040022cp ../aaa/app/target/*.oar local_imports/oar/
23cp ../dhcpl2relay/app/target/*.oar local_imports/oar/
24cp ../kafka-onos/target/*.oar local_imports/oar/
Matteo Scandolo87cd82e2020-03-16 18:09:00 -070025cp ../igmpproxy/target/*.oar local_imports/oar/
26cp ../mcast/target/*.oar local_imports/oar/
Andrea Campanellae7575ae2020-05-19 14:11:55 +020027cp ../mac-learning/target/*.oar local_imports/oar/