You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2017/08/02 04:41:04 UTC

[1/3] logging-chainsaw git commit: center trademarks line

Repository: logging-chainsaw
Updated Branches:
  refs/heads/master cafe60d3d -> f539452a7


center trademarks line


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/d7763e1b
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/d7763e1b
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/d7763e1b

Branch: refs/heads/master
Commit: d7763e1b654dde0bd0f65fe065fd79d1732274ff
Parents: cafe60d
Author: Stefan Bodewig <st...@innoq.com>
Authored: Wed Aug 2 06:34:45 2017 +0200
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Wed Aug 2 06:34:45 2017 +0200

----------------------------------------------------------------------
 src/site/resources/css/maven-base.css | 3 +++
 src/site/site.vm                      | 7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/d7763e1b/src/site/resources/css/maven-base.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/maven-base.css b/src/site/resources/css/maven-base.css
index 7ef9c54..901347c 100644
--- a/src/site/resources/css/maven-base.css
+++ b/src/site/resources/css/maven-base.css
@@ -56,6 +56,9 @@ div.clear hr{
 .xright, #bannerRight {
   float:right;
 }
+.center {
+  text-align: center;
+}
 #banner {
   padding: 0px;
 }

http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/d7763e1b/src/site/site.vm
----------------------------------------------------------------------
diff --git a/src/site/site.vm b/src/site/site.vm
index 1d9005b..b185497 100644
--- a/src/site/site.vm
+++ b/src/site/site.vm
@@ -532,11 +532,10 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">
-        <div class="xright">Copyright &#169;#copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version ) Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
-        <div class="xright">Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, Apache, the Apache feather logo, the Apache Logging project logo,
+      <div>
+        <div class="center">Copyright &#169;#copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version ) Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div><br />
+        <div class="center">Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, Apache, the Apache feather logo, the Apache Logging project logo,
           and the Apache Log4j logo are trademarks of The Apache Software Foundation.</div>
-        <div class="clear">
       </div>
     </div>
   </body>


[2/3] logging-chainsaw git commit: remove dead repositories

Posted by bo...@apache.org.
remove dead repositories


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/0ad303a8
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/0ad303a8
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/0ad303a8

Branch: refs/heads/master
Commit: 0ad303a88afa461346210efe26531f109464e224
Parents: d7763e1
Author: Stefan Bodewig <st...@innoq.com>
Authored: Wed Aug 2 06:37:24 2017 +0200
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Wed Aug 2 06:37:24 2017 +0200

----------------------------------------------------------------------
 pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/0ad303a8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9c9f46..5838b7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,31 +382,6 @@
       </plugin>
     </plugins>
   </build>
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots />
-      <id>Codehaus Snapshots</id>
-      <url>http://nexus.codehaus.org/snapshots</url>
-    </repository>
-    <repository>
-      <id>logging.rc</id>
-      <name>logging services release candidates</name>
-      <url>http://people.apache.org/builds/logging/repo</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots />
-      <id>Codehaus Snapshots</id>
-      <url>http://nexus.codehaus.org/snapshots</url>
-    </pluginRepository>
-  </pluginRepositories>
   <dependencies>
     <dependency>
       <groupId>log4j</groupId>


[3/3] logging-chainsaw git commit: Gump doesn't build chainsaw, there is no CI system for it

Posted by bo...@apache.org.
Gump doesn't build chainsaw, there is no CI system for it


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/f539452a
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/f539452a
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/f539452a

Branch: refs/heads/master
Commit: f539452a7f93be148d84dc09d7b5360834e5579f
Parents: 0ad303a
Author: Stefan Bodewig <st...@innoq.com>
Authored: Wed Aug 2 06:40:37 2017 +0200
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Wed Aug 2 06:40:37 2017 +0200

----------------------------------------------------------------------
 pom.xml           | 6 +-----
 src/site/site.xml | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/f539452a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5838b7a..3e307cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,10 +28,6 @@
     <system>Bugzilla</system>
     <url>https://issues.apache.org/bugzilla/</url>
   </issueManagement>
-  <ciManagement>
-    <system>Gump</system>
-    <url>http://vmgump.apache.org/gump/public/logging-chainsaw/logging-log4j-chainsaw/index.html</url>
-  </ciManagement>
   <mailingLists>
     <mailingList>
       <name>log4j-user</name>
@@ -499,7 +495,7 @@
         <reportSets>
           <reportSet>
             <reports>
-              <report>cim</report>
+              <!--report>cim</report-->
               <report>scm</report>
               <report>project-team</report>
               <report>issue-tracking</report>

http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/f539452a/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 08b0f19..2d8576c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -58,7 +58,7 @@
 		<item name="Repository" href="/source-repository.html"/>
 		<item name="Cross Reference" href="/xref/index.html"/>
 		<item name="Dependencies" href="/dependencies.html"/>
-		<item name="Continuous Integration" href="/integration.html"/>
+		<!--item name="Continuous Integration" href="/integration.html"/-->
 		<item name="Duplication" href="/cpd.html"/>
 		<item name="PMD" href="/pmd.html"/>
 	</menu>