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