From 278bfc319cc905bdf150af814bb3461896b68444 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 25 Oct 2015 13:35:25 -0400 Subject: Add version 1.3.1 site. --- 1.3.1/sangria-log4j/apidocs/allclasses-frame.html | 20 + .../sangria-log4j/apidocs/allclasses-noframe.html | 20 + .../sangria/log4j/SangriaLog4jModule.html | 300 ++++++++ .../log4j/class-use/SangriaLog4jModule.html | 124 ++++ .../tavianator/sangria/log4j/package-frame.html | 21 + .../tavianator/sangria/log4j/package-summary.html | 161 +++++ .../com/tavianator/sangria/log4j/package-tree.html | 137 ++++ .../com/tavianator/sangria/log4j/package-use.html | 124 ++++ 1.3.1/sangria-log4j/apidocs/constant-values.html | 124 ++++ 1.3.1/sangria-log4j/apidocs/deprecated-list.html | 124 ++++ 1.3.1/sangria-log4j/apidocs/help-doc.html | 225 ++++++ 1.3.1/sangria-log4j/apidocs/index-all.html | 145 ++++ 1.3.1/sangria-log4j/apidocs/index.html | 72 ++ 1.3.1/sangria-log4j/apidocs/overview-tree.html | 141 ++++ 1.3.1/sangria-log4j/apidocs/package-list | 1 + 1.3.1/sangria-log4j/apidocs/script.js | 30 + 1.3.1/sangria-log4j/apidocs/stylesheet.css | 574 ++++++++++++++++ 1.3.1/sangria-log4j/css/maven-base.css | 155 +++++ 1.3.1/sangria-log4j/css/maven-theme.css | 141 ++++ 1.3.1/sangria-log4j/css/print.css | 7 + 1.3.1/sangria-log4j/css/site.css | 1 + 1.3.1/sangria-log4j/dependencies.html | 761 +++++++++++++++++++++ 1.3.1/sangria-log4j/dependency-info.html | 167 +++++ 1.3.1/sangria-log4j/dependency-management.html | 373 ++++++++++ 1.3.1/sangria-log4j/distribution-management.html | 139 ++++ 1.3.1/sangria-log4j/images/close.gif | Bin 0 -> 279 bytes 1.3.1/sangria-log4j/images/collapsed.gif | Bin 0 -> 53 bytes 1.3.1/sangria-log4j/images/expanded.gif | Bin 0 -> 52 bytes 1.3.1/sangria-log4j/images/external.png | Bin 0 -> 230 bytes 1.3.1/sangria-log4j/images/icon_error_sml.gif | Bin 0 -> 1010 bytes 1.3.1/sangria-log4j/images/icon_info_sml.gif | Bin 0 -> 606 bytes 1.3.1/sangria-log4j/images/icon_success_sml.gif | Bin 0 -> 990 bytes 1.3.1/sangria-log4j/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes 1.3.1/sangria-log4j/images/logos/maven-feather.png | Bin 0 -> 3330 bytes 1.3.1/sangria-log4j/images/newwindow.png | Bin 0 -> 220 bytes 1.3.1/sangria-log4j/index.html | 132 ++++ 1.3.1/sangria-log4j/integration.html | 132 ++++ 1.3.1/sangria-log4j/issue-tracking.html | 132 ++++ 1.3.1/sangria-log4j/license.html | 340 +++++++++ 1.3.1/sangria-log4j/mail-lists.html | 132 ++++ 1.3.1/sangria-log4j/plugin-management.html | 204 ++++++ 1.3.1/sangria-log4j/plugins.html | 199 ++++++ 1.3.1/sangria-log4j/project-info.html | 180 +++++ 1.3.1/sangria-log4j/project-reports.html | 102 +++ 1.3.1/sangria-log4j/project-summary.html | 170 +++++ 1.3.1/sangria-log4j/source-repository.html | 145 ++++ 1.3.1/sangria-log4j/team-list.html | 167 +++++ 49 files changed, 6122 insertions(+) create mode 100644 1.3.1/sangria-log4j/apidocs/allclasses-frame.html create mode 100644 1.3.1/sangria-log4j/apidocs/allclasses-noframe.html create mode 100644 1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/SangriaLog4jModule.html create mode 100644 1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/class-use/SangriaLog4jModule.html create mode 100644 1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-frame.html create mode 100644 1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-summary.html create mode 100644 1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-tree.html create mode 100644 1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-use.html create mode 100644 1.3.1/sangria-log4j/apidocs/constant-values.html create mode 100644 1.3.1/sangria-log4j/apidocs/deprecated-list.html create mode 100644 1.3.1/sangria-log4j/apidocs/help-doc.html create mode 100644 1.3.1/sangria-log4j/apidocs/index-all.html create mode 100644 1.3.1/sangria-log4j/apidocs/index.html create mode 100644 1.3.1/sangria-log4j/apidocs/overview-tree.html create mode 100644 1.3.1/sangria-log4j/apidocs/package-list create mode 100644 1.3.1/sangria-log4j/apidocs/script.js create mode 100644 1.3.1/sangria-log4j/apidocs/stylesheet.css create mode 100644 1.3.1/sangria-log4j/css/maven-base.css create mode 100644 1.3.1/sangria-log4j/css/maven-theme.css create mode 100644 1.3.1/sangria-log4j/css/print.css create mode 100644 1.3.1/sangria-log4j/css/site.css create mode 100644 1.3.1/sangria-log4j/dependencies.html create mode 100644 1.3.1/sangria-log4j/dependency-info.html create mode 100644 1.3.1/sangria-log4j/dependency-management.html create mode 100644 1.3.1/sangria-log4j/distribution-management.html create mode 100644 1.3.1/sangria-log4j/images/close.gif create mode 100644 1.3.1/sangria-log4j/images/collapsed.gif create mode 100644 1.3.1/sangria-log4j/images/expanded.gif create mode 100644 1.3.1/sangria-log4j/images/external.png create mode 100644 1.3.1/sangria-log4j/images/icon_error_sml.gif create mode 100644 1.3.1/sangria-log4j/images/icon_info_sml.gif create mode 100644 1.3.1/sangria-log4j/images/icon_success_sml.gif create mode 100644 1.3.1/sangria-log4j/images/icon_warning_sml.gif create mode 100644 1.3.1/sangria-log4j/images/logos/build-by-maven-black.png create mode 100644 1.3.1/sangria-log4j/images/logos/build-by-maven-white.png create mode 100644 1.3.1/sangria-log4j/images/logos/maven-feather.png create mode 100644 1.3.1/sangria-log4j/images/newwindow.png create mode 100644 1.3.1/sangria-log4j/index.html create mode 100644 1.3.1/sangria-log4j/integration.html create mode 100644 1.3.1/sangria-log4j/issue-tracking.html create mode 100644 1.3.1/sangria-log4j/license.html create mode 100644 1.3.1/sangria-log4j/mail-lists.html create mode 100644 1.3.1/sangria-log4j/plugin-management.html create mode 100644 1.3.1/sangria-log4j/plugins.html create mode 100644 1.3.1/sangria-log4j/project-info.html create mode 100644 1.3.1/sangria-log4j/project-reports.html create mode 100644 1.3.1/sangria-log4j/project-summary.html create mode 100644 1.3.1/sangria-log4j/source-repository.html create mode 100644 1.3.1/sangria-log4j/team-list.html (limited to '1.3.1/sangria-log4j') diff --git a/1.3.1/sangria-log4j/apidocs/allclasses-frame.html b/1.3.1/sangria-log4j/apidocs/allclasses-frame.html new file mode 100644 index 0000000..fa5ec2b --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Sangria Log4j 1.3.1 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/1.3.1/sangria-log4j/apidocs/allclasses-noframe.html b/1.3.1/sangria-log4j/apidocs/allclasses-noframe.html new file mode 100644 index 0000000..9e573af --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Sangria Log4j 1.3.1 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/SangriaLog4jModule.html b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/SangriaLog4jModule.html new file mode 100644 index 0000000..ee10b4d --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/SangriaLog4jModule.html @@ -0,0 +1,300 @@ + + + + + + +SangriaLog4jModule (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.log4j
+

Class SangriaLog4jModule

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Module
    +
    +
    +
    +
    public class SangriaLog4jModule
    +extends AbstractModule
    +
    Module for Log4j Logger injection.
    +
    +
    Since:
    +
    1.0
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SangriaLog4jModule

        +
        public SangriaLog4jModule()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/class-use/SangriaLog4jModule.html b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/class-use/SangriaLog4jModule.html new file mode 100644 index 0000000..36b3a0f --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/class-use/SangriaLog4jModule.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class com.tavianator.sangria.log4j.SangriaLog4jModule (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.log4j.SangriaLog4jModule

+
+
No usage of com.tavianator.sangria.log4j.SangriaLog4jModule
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-frame.html b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-frame.html new file mode 100644 index 0000000..eb85002 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +com.tavianator.sangria.log4j (Sangria Log4j 1.3.1 API) + + + + + +

com.tavianator.sangria.log4j

+
+

Classes

+ +
+ + diff --git a/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-summary.html b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-summary.html new file mode 100644 index 0000000..9a08ace --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-summary.html @@ -0,0 +1,161 @@ + + + + + + +com.tavianator.sangria.log4j (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.tavianator.sangria.log4j

+
+
sangria-log4j: Log4j Logger injection.
+
+

See: Description

+
+
+ + + + +

Package com.tavianator.sangria.log4j Description

+
sangria-log4j: Log4j Logger injection.
+
+
Since:
+
1.0
+
Version:
+
1.0
+
Author:
+
Tavian Barnes (tavianator@tavianator.com)
+
+
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-tree.html b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-tree.html new file mode 100644 index 0000000..cd6afff --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-tree.html @@ -0,0 +1,137 @@ + + + + + + +com.tavianator.sangria.log4j Class Hierarchy (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.tavianator.sangria.log4j

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-use.html b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-use.html new file mode 100644 index 0000000..0e0e146 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/com/tavianator/sangria/log4j/package-use.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Package com.tavianator.sangria.log4j (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.tavianator.sangria.log4j

+
+
No usage of com.tavianator.sangria.log4j
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/constant-values.html b/1.3.1/sangria-log4j/apidocs/constant-values.html new file mode 100644 index 0000000..7076c16 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/deprecated-list.html b/1.3.1/sangria-log4j/apidocs/deprecated-list.html new file mode 100644 index 0000000..4fa8738 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/help-doc.html b/1.3.1/sangria-log4j/apidocs/help-doc.html new file mode 100644 index 0000000..5f5863e --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/index-all.html b/1.3.1/sangria-log4j/apidocs/index-all.html new file mode 100644 index 0000000..e0ef110 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/index-all.html @@ -0,0 +1,145 @@ + + + + + + +Index (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
C S  + + +

C

+
+
com.tavianator.sangria.log4j - package com.tavianator.sangria.log4j
+
+
sangria-log4j: Log4j Logger injection.
+
+
configure() - Method in class com.tavianator.sangria.log4j.SangriaLog4jModule
+
 
+
+ + + +

S

+
+
SangriaLog4jModule - Class in com.tavianator.sangria.log4j
+
+
Module for Log4j Logger injection.
+
+
SangriaLog4jModule() - Constructor for class com.tavianator.sangria.log4j.SangriaLog4jModule
+
 
+
+C S 
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/index.html b/1.3.1/sangria-log4j/apidocs/index.html new file mode 100644 index 0000000..9eb163c --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Sangria Log4j 1.3.1 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/tavianator/sangria/log4j/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/1.3.1/sangria-log4j/apidocs/overview-tree.html b/1.3.1/sangria-log4j/apidocs/overview-tree.html new file mode 100644 index 0000000..75f31ac --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/overview-tree.html @@ -0,0 +1,141 @@ + + + + + + +Class Hierarchy (Sangria Log4j 1.3.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3.1/sangria-log4j/apidocs/package-list b/1.3.1/sangria-log4j/apidocs/package-list new file mode 100644 index 0000000..a02e074 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/package-list @@ -0,0 +1 @@ +com.tavianator.sangria.log4j diff --git a/1.3.1/sangria-log4j/apidocs/script.js b/1.3.1/sangria-log4j/apidocs/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/1.3.1/sangria-log4j/apidocs/stylesheet.css b/1.3.1/sangria-log4j/apidocs/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/1.3.1/sangria-log4j/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/1.3.1/sangria-log4j/css/maven-base.css b/1.3.1/sangria-log4j/css/maven-base.css new file mode 100644 index 0000000..53153e9 --- /dev/null +++ b/1.3.1/sangria-log4j/css/maven-base.css @@ -0,0 +1,155 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/1.3.1/sangria-log4j/css/maven-theme.css b/1.3.1/sangria-log4j/css/maven-theme.css new file mode 100644 index 0000000..c982168 --- /dev/null +++ b/1.3.1/sangria-log4j/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/1.3.1/sangria-log4j/css/print.css b/1.3.1/sangria-log4j/css/print.css new file mode 100644 index 0000000..f09d546 --- /dev/null +++ b/1.3.1/sangria-log4j/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/1.3.1/sangria-log4j/css/site.css b/1.3.1/sangria-log4j/css/site.css new file mode 100644 index 0000000..055e7e2 --- /dev/null +++ b/1.3.1/sangria-log4j/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/1.3.1/sangria-log4j/dependencies.html b/1.3.1/sangria-log4j/dependencies.html new file mode 100644 index 0000000..c3cd9cd --- /dev/null +++ b/1.3.1/sangria-log4j/dependencies.html @@ -0,0 +1,761 @@ + + + + + + Sangria Log4j – Project Dependencies + + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenseOptional
com.google.injectguice4.0jarThe Apache Software License, Version 2.0No
com.tavianator.sangriasangria-contextual1.3.1jarThe Apache Software License, Version 2.0No
org.apache.logging.log4jlog4j-api2.2jarThe Apache Software License, Version 2.0No
com.google.code.findbugsjsr3053.0.0jarThe Apache Software License, Version 2.0Yes
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.tavianator.sangriasangria-test1.3.1jarThe Apache Software License, Version 2.0
junitjunit4.12jarEclipse Public License 1.0
org.apache.logging.log4jlog4j-core2.2jarThe Apache Software License, Version 2.0
org.hamcresthamcrest-integration1.3jarNew BSD License
org.mockitomockito-core1.10.19jarThe MIT License
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
aopallianceaopalliance1.0jarPublic Domain
com.google.guavaguava18.0jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-core1.3.1jarThe Apache Software License, Version 2.0
javax.injectjavax.inject1jarThe Apache Software License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
org.hamcresthamcrest-core1.3jarNew BSD License
org.hamcresthamcrest-library1.3jarNew BSD License
org.objenesisobjenesis2.1jarApache 2
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Apache 2: Objenesis

+

Eclipse Public License 1.0: JUnit

+

The MIT License: Mockito

+

Public Domain: AOP alliance

+

New BSD License: Hamcrest Core, Hamcrest Integration, Hamcrest library

+

The Apache Software License, Version 2.0: Apache Log4j API, Apache Log4j Core, FindBugs-jsr305, Google Guice - Core Library, Guava: Google Core Libraries for Java, Sangria Contextual, Sangria Core, Sangria Log4j, Sangria Test, javax.inject

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
aopalliance-1.0.jar4.36 kB15921.3debug
guava-18.0.jar2.15 MB1,7191,690171.6debug
guice-4.0.jar652.57 kB513491131.6debug
sangria-contextual-1.3.1.jar15.01 kB251411.6debug
sangria-core-1.3.1.jar15.55 kB241311.6debug
sangria-test-1.3.1.jar5.78 kB16511.6debug
javax.inject-1.jar2.44 kB8611.5release
junit-4.12.jar307.55 kB323286301.5debug
log4j-api-2.2.jar130.39 kB1008161.6debug
log4j-core-2.2.jar807.36 kB623554401.6debug
hamcrest-core-1.3.jar43.97 kB524531.5debug
hamcrest-integration-1.3.jar4.71 kB11521.5debug
hamcrest-library-1.3.jar51.83 kB463571.5debug
mockito-core-1.10.19.jar1.12 MB1,138694671.5debug
objenesis-2.1.jar40.78 kB523791.5debug
jsr305-3.0.0.jar32.26 kB723531.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
165.34 MB4,7374,0002031.615
compile: 8compile: 2.98 MBcompile: 2,476compile: 2,339compile: 44-compile: 7
test: 8test: 2.35 MBtest: 2,261test: 1,661test: 159-test: 8
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
centralhttps://repo.maven.apache.org/maven2Yes-
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
apache.snapshotshttp://repository.apache.org/snapshots-Yes
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactcentralsonatype-nexus-snapshotsapache.snapshots
aopalliance:aopalliance:jar:1.0Found at https://repo.maven.apache.org/maven2--
com.google.guava:guava:jar:18.0Found at https://repo.maven.apache.org/maven2--
com.google.inject:guice:jar:4.0Found at https://repo.maven.apache.org/maven2--
com.tavianator.sangria:sangria-contextual:jar:1.3.1---
com.tavianator.sangria:sangria-core:jar:1.3.1---
com.tavianator.sangria:sangria-test:jar:1.3.1---
javax.inject:javax.inject:jar:1Found at https://repo.maven.apache.org/maven2--
junit:junit:jar:4.12Found at https://repo.maven.apache.org/maven2--
org.apache.logging.log4j:log4j-api:jar:2.2Found at https://repo.maven.apache.org/maven2--
org.apache.logging.log4j:log4j-core:jar:2.2Found at https://repo.maven.apache.org/maven2--
org.hamcrest:hamcrest-core:jar:1.3Found at https://repo.maven.apache.org/maven2--
org.hamcrest:hamcrest-integration:jar:1.3Found at https://repo.maven.apache.org/maven2--
org.hamcrest:hamcrest-library:jar:1.3Found at https://repo.maven.apache.org/maven2--
org.mockito:mockito-core:jar:1.10.19Found at https://repo.maven.apache.org/maven2--
org.objenesis:objenesis:jar:2.1Found at https://repo.maven.apache.org/maven2--
com.google.code.findbugs:jsr305:jar:3.0.0Found at https://repo.maven.apache.org/maven2--
Totalcentralsonatype-nexus-snapshotsapache.snapshots
16 (compile: 8, test: 8)1300
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/dependency-info.html b/1.3.1/sangria-log4j/dependency-info.html new file mode 100644 index 0000000..4473faa --- /dev/null +++ b/1.3.1/sangria-log4j/dependency-info.html @@ -0,0 +1,167 @@ + + + + + + Sangria Log4j – Dependency Information + + + + + + + + + +
+ +
+
+
+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>com.tavianator.sangria</groupId>
+  <artifactId>sangria-log4j</artifactId>
+  <version>1.3.1</version>
+</dependency>
+
+

Apache Buildr

+
+
'com.tavianator.sangria:sangria-log4j:jar:1.3.1'
+
+

Apache Ant

+
+
<dependency org="com.tavianator.sangria" name="sangria-log4j" rev="1.3.1">
+  <artifact name="sangria-log4j" type="jar" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='com.tavianator.sangria', module='sangria-log4j', version='1.3.1')
+)
+
+

Grails

+
+
compile 'com.tavianator.sangria:sangria-log4j:1.3.1'
+
+

Leiningen

+
+
[com.tavianator.sangria/sangria-log4j "1.3.1"]
+
+

SBT

+
+
libraryDependencies += "com.tavianator.sangria" %% "sangria-log4j" % "1.3.1"
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/dependency-management.html b/1.3.1/sangria-log4j/dependency-management.html new file mode 100644 index 0000000..5857b3d --- /dev/null +++ b/1.3.1/sangria-log4j/dependency-management.html @@ -0,0 +1,373 @@ + + + + + + Sangria Log4j – Project Dependency Management + + + + + + + + + +
+ +
+
+
+
+

Project Dependency Management

+
+

compile

+

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
aopallianceaopalliance1.0-jarPublic Domain
cglibcglib3.1-jarASF 2.0
com.google.code.findbugsjsr3053.0.0-jarThe Apache Software License, Version 2.0
com.google.guavaguava18.0-jarThe Apache Software License, Version 2.0
com.google.guavaguava-testlib16.0.1-jarThe Apache Software License, Version 2.0
com.google.injectguice4.0classesjarThe Apache Software License, Version 2.0
com.google.injectguice4.0no_aopjarThe Apache Software License, Version 2.0
com.google.injectguice4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-assistedinject4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-dagger-adapter4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-grapher4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-jmx4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-jndi4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-multibindings4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-persist4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-servlet4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-spring4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-struts24.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-testlib4.0-jarThe Apache Software License, Version 2.0
com.google.inject.extensionsguice-throwingproviders4.0-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-contextual1.3.1-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-core1.3.1-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-lazy1.3.1-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-listbinder1.3.1-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-log4j1.3.1-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-slf4j1.3.1-jarThe Apache Software License, Version 2.0
com.tavianator.sangriasangria-test1.3.1-jarThe Apache Software License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.injectjavax.inject-tck1-jarThe Apache Software License, Version 2.0
junitjunit4.12-jarEclipse Public License 1.0
org.hamcresthamcrest-integration1.3-jarNew BSD License
org.mockitomockito-core1.10.19-jarThe MIT License
org.ow2.asmasm5.0.3-jarBSD
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/distribution-management.html b/1.3.1/sangria-log4j/distribution-management.html new file mode 100644 index 0000000..36aa8c4 --- /dev/null +++ b/1.3.1/sangria-log4j/distribution-management.html @@ -0,0 +1,139 @@ + + + + + + Sangria Log4j – Project Distribution Management + + + + + + + + + +
+ +
+
+
+
+

Overview

+

The following is the distribution management information used by this project.

+ + +
+

Site - website

+

scp://tavianator.com/srv/http/sangria/sangria-log4j/

+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/images/close.gif b/1.3.1/sangria-log4j/images/close.gif new file mode 100644 index 0000000..1c26bbc Binary files /dev/null and b/1.3.1/sangria-log4j/images/close.gif differ diff --git a/1.3.1/sangria-log4j/images/collapsed.gif b/1.3.1/sangria-log4j/images/collapsed.gif new file mode 100644 index 0000000..6e71084 Binary files /dev/null and b/1.3.1/sangria-log4j/images/collapsed.gif differ diff --git a/1.3.1/sangria-log4j/images/expanded.gif b/1.3.1/sangria-log4j/images/expanded.gif new file mode 100644 index 0000000..0fef3d8 Binary files /dev/null and b/1.3.1/sangria-log4j/images/expanded.gif differ diff --git a/1.3.1/sangria-log4j/images/external.png b/1.3.1/sangria-log4j/images/external.png new file mode 100644 index 0000000..3f999fc Binary files /dev/null and b/1.3.1/sangria-log4j/images/external.png differ diff --git a/1.3.1/sangria-log4j/images/icon_error_sml.gif b/1.3.1/sangria-log4j/images/icon_error_sml.gif new file mode 100644 index 0000000..61132ef Binary files /dev/null and b/1.3.1/sangria-log4j/images/icon_error_sml.gif differ diff --git a/1.3.1/sangria-log4j/images/icon_info_sml.gif b/1.3.1/sangria-log4j/images/icon_info_sml.gif new file mode 100644 index 0000000..c6cb9ad Binary files /dev/null and b/1.3.1/sangria-log4j/images/icon_info_sml.gif differ diff --git a/1.3.1/sangria-log4j/images/icon_success_sml.gif b/1.3.1/sangria-log4j/images/icon_success_sml.gif new file mode 100644 index 0000000..52e85a4 Binary files /dev/null and b/1.3.1/sangria-log4j/images/icon_success_sml.gif differ diff --git a/1.3.1/sangria-log4j/images/icon_warning_sml.gif b/1.3.1/sangria-log4j/images/icon_warning_sml.gif new file mode 100644 index 0000000..873bbb5 Binary files /dev/null and b/1.3.1/sangria-log4j/images/icon_warning_sml.gif differ diff --git a/1.3.1/sangria-log4j/images/logos/build-by-maven-black.png b/1.3.1/sangria-log4j/images/logos/build-by-maven-black.png new file mode 100644 index 0000000..919fd0f Binary files /dev/null and b/1.3.1/sangria-log4j/images/logos/build-by-maven-black.png differ diff --git a/1.3.1/sangria-log4j/images/logos/build-by-maven-white.png b/1.3.1/sangria-log4j/images/logos/build-by-maven-white.png new file mode 100644 index 0000000..7d44c9c Binary files /dev/null and b/1.3.1/sangria-log4j/images/logos/build-by-maven-white.png differ diff --git a/1.3.1/sangria-log4j/images/logos/maven-feather.png b/1.3.1/sangria-log4j/images/logos/maven-feather.png new file mode 100644 index 0000000..b5ada83 Binary files /dev/null and b/1.3.1/sangria-log4j/images/logos/maven-feather.png differ diff --git a/1.3.1/sangria-log4j/images/newwindow.png b/1.3.1/sangria-log4j/images/newwindow.png new file mode 100644 index 0000000..6287f72 Binary files /dev/null and b/1.3.1/sangria-log4j/images/newwindow.png differ diff --git a/1.3.1/sangria-log4j/index.html b/1.3.1/sangria-log4j/index.html new file mode 100644 index 0000000..d93c791 --- /dev/null +++ b/1.3.1/sangria-log4j/index.html @@ -0,0 +1,132 @@ + + + + + + Sangria Log4j – About + + + + + + + + + +
+ +
+
+
+
+

About Sangria Log4j

+

Log4j Logger injection

+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/integration.html b/1.3.1/sangria-log4j/integration.html new file mode 100644 index 0000000..ce647f6 --- /dev/null +++ b/1.3.1/sangria-log4j/integration.html @@ -0,0 +1,132 @@ + + + + + + Sangria Log4j – Continuous Integration + + + + + + + + + +
+ +
+
+
+
+

Continuous Integration

+

No continuous integration management system is defined. Please check back at a later date.

+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/issue-tracking.html b/1.3.1/sangria-log4j/issue-tracking.html new file mode 100644 index 0000000..71f54b7 --- /dev/null +++ b/1.3.1/sangria-log4j/issue-tracking.html @@ -0,0 +1,132 @@ + + + + + + Sangria Log4j – Issue Tracking + + + + + + + + + +
+ +
+
+
+
+

Issue Tracking

+

No issue management system is defined. Please check back at a later date.

+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/license.html b/1.3.1/sangria-log4j/license.html new file mode 100644 index 0000000..5317140 --- /dev/null +++ b/1.3.1/sangria-log4j/license.html @@ -0,0 +1,340 @@ + + + + + + Sangria Log4j – Project License + + + + + + + + + +
+ +
+
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/mail-lists.html b/1.3.1/sangria-log4j/mail-lists.html new file mode 100644 index 0000000..ac47ae9 --- /dev/null +++ b/1.3.1/sangria-log4j/mail-lists.html @@ -0,0 +1,132 @@ + + + + + + Sangria Log4j – Project Mailing Lists + + + + + + + + + +
+ +
+
+
+
+

Project Mailing Lists

+

There are no mailing lists currently associated with this project.

+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/plugin-management.html b/1.3.1/sangria-log4j/plugin-management.html new file mode 100644 index 0000000..10222eb --- /dev/null +++ b/1.3.1/sangria-log4j/plugin-management.html @@ -0,0 +1,204 @@ + + + + + + Sangria Log4j – Project Plugin Management + + + + + + + + + +
+ +
+
+
+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.3
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
org.apache.maven.pluginsmaven-clean-plugin3.0.0
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-dependency-plugin2.8
org.apache.maven.pluginsmaven-deploy-plugin2.8.2
org.apache.maven.pluginsmaven-enforcer-plugin1.4.1
org.apache.maven.pluginsmaven-gpg-plugin1.6
org.apache.maven.pluginsmaven-install-plugin2.5.2
org.apache.maven.pluginsmaven-jar-plugin2.6
org.apache.maven.pluginsmaven-javadoc-plugin2.10.3
org.apache.maven.pluginsmaven-release-plugin2.5.3
org.apache.maven.pluginsmaven-resources-plugin2.7
org.apache.maven.pluginsmaven-site-plugin3.4
org.apache.maven.pluginsmaven-source-plugin2.4
org.apache.maven.pluginsmaven-surefire-plugin2.19
org.sonatype.pluginsnexus-staging-maven-plugin1.6.6
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/plugins.html b/1.3.1/sangria-log4j/plugins.html new file mode 100644 index 0000000..467b573 --- /dev/null +++ b/1.3.1/sangria-log4j/plugins.html @@ -0,0 +1,199 @@ + + + + + + Sangria Log4j – Project Build Plugins + + + + + + + + + +
+ +
+
+
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin3.0.0
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-deploy-plugin2.8.2
org.apache.maven.pluginsmaven-enforcer-plugin1.4.1
org.apache.maven.pluginsmaven-install-plugin2.5.2
org.apache.maven.pluginsmaven-jar-plugin2.6
org.apache.maven.pluginsmaven-javadoc-plugin2.10.3
org.apache.maven.pluginsmaven-release-plugin2.5.3
org.apache.maven.pluginsmaven-resources-plugin2.7
org.apache.maven.pluginsmaven-site-plugin3.4
org.apache.maven.pluginsmaven-source-plugin2.4
org.apache.maven.pluginsmaven-surefire-plugin2.19
org.sonatype.pluginsnexus-staging-maven-plugin1.6.6
+
+

Project Report Plugins

+ + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-javadoc-plugin2.9.1
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/project-info.html b/1.3.1/sangria-log4j/project-info.html new file mode 100644 index 0000000..5c0d76c --- /dev/null +++ b/1.3.1/sangria-log4j/project-info.html @@ -0,0 +1,180 @@ + + + + + + Sangria Log4j – Project Information + + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutLog4j Logger injection
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Dependency ManagementThis document lists the dependencies that are defined through dependencyManagement.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/project-reports.html b/1.3.1/sangria-log4j/project-reports.html new file mode 100644 index 0000000..e0c919c --- /dev/null +++ b/1.3.1/sangria-log4j/project-reports.html @@ -0,0 +1,102 @@ + + + + + + Sangria Log4j – Generated Reports + + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
JavaDocsJavaDoc API documentation.
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/project-summary.html b/1.3.1/sangria-log4j/project-summary.html new file mode 100644 index 0000000..ae8a74d --- /dev/null +++ b/1.3.1/sangria-log4j/project-summary.html @@ -0,0 +1,170 @@ + + + + + + Sangria Log4j – Project Summary + + + + + + + + + +
+ +
+
+
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameSangria Log4j
DescriptionLog4j Logger injection
Homepagehttp://tavianator.com/sangria/sangria-log4j/
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdcom.tavianator.sangria
ArtifactIdsangria-log4j
Version1.3.1
Typejar
JDK Rev1.7
+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/source-repository.html b/1.3.1/sangria-log4j/source-repository.html new file mode 100644 index 0000000..23baa69 --- /dev/null +++ b/1.3.1/sangria-log4j/source-repository.html @@ -0,0 +1,145 @@ + + + + + + Sangria Log4j – Source Repository + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone git://tavianator.com/sangria.git/sangria-log4j
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/1.3.1/sangria-log4j/team-list.html b/1.3.1/sangria-log4j/team-list.html new file mode 100644 index 0000000..6cf8aac --- /dev/null +++ b/1.3.1/sangria-log4j/team-list.html @@ -0,0 +1,167 @@ + + + + + + Sangria Log4j – Team list + + + + + + + + + +
+ +
+
+
+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + +
ImageIdNameEmailRoles
tavianatorTavian Barnestavianator@tavianator.comdeveloper
+
+

Contributors

+

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + + -- cgit v1.2.3