Pierre De Rop | 3a00a21 | 2015-03-01 09:27:46 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Licensed to the Apache Software Foundation (ASF) under one |
| 3 | * or more contributor license agreements. See the NOTICE file |
| 4 | * distributed with this work for additional information |
| 5 | * regarding copyright ownership. The ASF licenses this file |
| 6 | * to you under the Apache License, Version 2.0 (the |
| 7 | * "License"); you may not use this file except in compliance |
| 8 | * with the License. You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, |
| 13 | * software distributed under the License is distributed on an |
| 14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | * KIND, either express or implied. See the License for the |
| 16 | * specific language governing permissions and limitations |
| 17 | * under the License. |
| 18 | */ |
| 19 | |
| 20 | # http(s) proxy settings |
| 21 | |
| 22 | #systemProp.http.proxyHost= |
| 23 | #systemProp.http.proxyPort= |
| 24 | #systemProp.http.proxyUser= |
| 25 | #systemProp.http.proxyPassword= |
| 26 | #systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost |
| 27 | #systemProp.https.proxyHost= |
| 28 | #systemProp.https.proxyPort= |
| 29 | #systemProp.https.proxyUser= |
| 30 | #systemProp.https.proxyPassword= |
| 31 | #systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost |
| 32 | |
| 33 | # cnf project name |
| 34 | bnd_cnf=cnf |
| 35 | |
| 36 | # bnd_jar can also be a URL. |
| 37 | bnd_jar=cnf/gradle/biz.aQute.bnd.gradle.jar |
| 38 | |
| 39 | # bnd_build can be set to the name of a "master" project whose dependencies will seed the set of projects to build. |
| 40 | bnd_build= |
| 41 | |
| 42 | # Default gradle task to build |
| 43 | bnd_defaultTask=build |
| 44 | |
| 45 | # This should be false. It only needs to be true in rare cases. |
| 46 | bnd_preCompileRefresh=false |