xref: /AOO41X/main/solenv/bin/download_missing_extensions.pl (revision 48fb67a72e9cc26668bf272c51448b934818993e)
1*c6dedb65SAndre Fischer#! /usr/bin/perl -w
2*c6dedb65SAndre Fischer
3*c6dedb65SAndre Fischer#**************************************************************
4*c6dedb65SAndre Fischer#
5*c6dedb65SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
6*c6dedb65SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
7*c6dedb65SAndre Fischer#  distributed with this work for additional information
8*c6dedb65SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
9*c6dedb65SAndre Fischer#  to you under the Apache License, Version 2.0 (the
10*c6dedb65SAndre Fischer#  "License"); you may not use this file except in compliance
11*c6dedb65SAndre Fischer#  with the License.  You may obtain a copy of the License at
12*c6dedb65SAndre Fischer#
13*c6dedb65SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
14*c6dedb65SAndre Fischer#
15*c6dedb65SAndre Fischer#  Unless required by applicable law or agreed to in writing,
16*c6dedb65SAndre Fischer#  software distributed under the License is distributed on an
17*c6dedb65SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18*c6dedb65SAndre Fischer#  KIND, either express or implied.  See the License for the
19*c6dedb65SAndre Fischer#  specific language governing permissions and limitations
20*c6dedb65SAndre Fischer#  under the License.
21*c6dedb65SAndre Fischer#
22*c6dedb65SAndre Fischer#**************************************************************
23*c6dedb65SAndre Fischer
24*c6dedb65SAndre Fischeruse lib ("$ENV{SOLARENV}/bin/modules");
25*c6dedb65SAndre Fischeruse ExtensionsLst;
26*c6dedb65SAndre Fischer
27*c6dedb65SAndre FischerExtensionsLst::DownloadExtensions();
28