File: settings.xml

package info (click to toggle)
ruby-jar-dependencies 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,172 kB
  • sloc: ruby: 2,407; sh: 137; xml: 117; java: 20; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <proxies>
    <proxy>
      <active>__HTTP_ACTIVE__</active>
      <protocol>http</protocol>
      <host>__HTTP_SERVER__</host>
      <port>__HTTP_PORT__</port>
      <!--nonProxyHosts>
        www.oracle.com|localhost|127.0.0.1
      </nonProxyHosts-->
    </proxy>
    <proxy>
      <active>__HTTPS_ACTIVE__</active>
      <protocol>https</protocol>
      <host>__HTTPS_SERVER__</host>
      <port>__HTTPS_PORT__</port>
      <!--nonProxyHosts>
        www.oracle.com|localhost|127.0.0.1
      </nonProxyHosts-->
    </proxy>
  </proxies>