You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/01/15 14:36:27 UTC

svn commit: r1652091 - /felix/sandbox/pderop/dependencymanager/gradle.properties

Author: pderop
Date: Thu Jan 15 13:36:26 2015
New Revision: 1652091

URL: http://svn.apache.org/r1652091
Log:
added http proxy settings

Modified:
    felix/sandbox/pderop/dependencymanager/gradle.properties

Modified: felix/sandbox/pderop/dependencymanager/gradle.properties
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager/gradle.properties?rev=1652091&r1=1652090&r2=1652091&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager/gradle.properties (original)
+++ felix/sandbox/pderop/dependencymanager/gradle.properties Thu Jan 15 13:36:26 2015
@@ -17,11 +17,18 @@
  * under the License.
  */
 
-# http proxy settings (optional)
+# http(s) proxy settings
+
 #systemProp.http.proxyHost=
 #systemProp.http.proxyPort=
+#systemProp.http.proxyUser=
+#systemProp.http.proxyPassword=
+#systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
 #systemProp.https.proxyHost=
 #systemProp.https.proxyPort=
+#systemProp.https.proxyUser=
+#systemProp.https.proxyPassword=
+#systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost
 
 # cnf project name
 bnd_cnf=cnf