Author: niallp Date: Mon Feb 4 16:35:17 2008 New Revision: 618501 URL: http://svn.apache.org/viewvc?rev=618501&view=rev Log: Add a description to pom (for the summary page), fix the logo location and add license header to proposal
Modified: commons/sandbox/monitoring/trunk/PROPOSAL.html commons/sandbox/monitoring/trunk/pom.xml commons/sandbox/monitoring/trunk/src/site/site.xml Modified: commons/sandbox/monitoring/trunk/PROPOSAL.html URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/PROPOSAL.html?rev=618501&r1=618500&r2=618501&view=diff ============================================================================== --- commons/sandbox/monitoring/trunk/PROPOSAL.html (original) +++ commons/sandbox/monitoring/trunk/PROPOSAL.html Mon Feb 4 16:35:17 2008 @@ -1,3 +1,19 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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. +--> <html> <head> <title>Proposal for monitoring Package</title> Modified: commons/sandbox/monitoring/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/pom.xml?rev=618501&r1=618500&r2=618501&view=diff ============================================================================== --- commons/sandbox/monitoring/trunk/pom.xml (original) +++ commons/sandbox/monitoring/trunk/pom.xml Mon Feb 4 16:35:17 2008 @@ -32,6 +32,9 @@ <name>Commons Monitoring (Sandbox)</name> <url>http://commons.apache.org/sandbox/monitoring/</url> <inceptionYear>2008</inceptionYear> + <description> + Monitoring provides a simple, lightweight toolkit to instrument java application monitoring capabilities, including performances and thread concurrency. + </description> <dependencies> <dependency> Modified: commons/sandbox/monitoring/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/src/site/site.xml?rev=618501&r1=618500&r2=618501&view=diff ============================================================================== --- commons/sandbox/monitoring/trunk/src/site/site.xml (original) +++ commons/sandbox/monitoring/trunk/src/site/site.xml Mon Feb 4 16:35:17 2008 @@ -19,7 +19,7 @@ <bannerRight> <name>Commons Monitoring</name> - <src>/images/logo.png</src> + <src>/images/monitoring-logo-white.png</src> <href>/index.html</href> </bannerRight>