Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 1547 invoked from network); 12 Mar 2006 23:48:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Mar 2006 23:48:05 -0000 Received: (qmail 76750 invoked by uid 500); 12 Mar 2006 23:48:03 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 76484 invoked by uid 500); 12 Mar 2006 23:48:01 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 76473 invoked by uid 500); 12 Mar 2006 23:48:01 -0000 Received: (qmail 76470 invoked by uid 99); 12 Mar 2006 23:48:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2006 15:48:01 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 12 Mar 2006 15:48:00 -0800 Received: (qmail 1316 invoked by uid 65534); 12 Mar 2006 23:47:40 -0000 Message-ID: <20060312234740.1315.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r385393 - in /jakarta/commons/proper/primitives/trunk: maven.xml project.properties project.xml xdocs/navigation.xml xdocs/style/project.css Date: Sun, 12 Mar 2006 23:47:39 -0000 To: commons-cvs@jakarta.apache.org From: scolebourne@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: scolebourne Date: Sun Mar 12 15:47:37 2006 New Revision: 385393 URL: http://svn.apache.org/viewcvs?rev=385393&view=rev Log: Remove direct dependency on commons-build Modified: jakarta/commons/proper/primitives/trunk/maven.xml jakarta/commons/proper/primitives/trunk/project.properties jakarta/commons/proper/primitives/trunk/project.xml jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml jakarta/commons/proper/primitives/trunk/xdocs/style/project.css Modified: jakarta/commons/proper/primitives/trunk/maven.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/maven.xml?rev=385393&r1=385392&r2=385393&view=diff ============================================================================== --- jakarta/commons/proper/primitives/trunk/maven.xml (original) +++ jakarta/commons/proper/primitives/trunk/maven.xml Sun Mar 12 15:47:37 2006 @@ -1,5 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - Modified: jakarta/commons/proper/primitives/trunk/project.properties URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/project.properties?rev=385393&r1=385392&r2=385393&view=diff ============================================================================== --- jakarta/commons/proper/primitives/trunk/project.properties (original) +++ jakarta/commons/proper/primitives/trunk/project.properties Sun Mar 12 15:47:37 2006 @@ -1,4 +1,4 @@ -# Copyright 2003-2005 The Apache Software Foundation +# Copyright 2003-2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,6 @@ maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory -maven.xdoc.jsl=../commons-build/commons-site.jsl maven.xdoc.date=left maven.xdoc.version=${pom.currentVersion} maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html Modified: jakarta/commons/proper/primitives/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/project.xml?rev=385393&r1=385392&r2=385393&view=diff ============================================================================== --- jakarta/commons/proper/primitives/trunk/project.xml (original) +++ jakarta/commons/proper/primitives/trunk/project.xml Sun Mar 12 15:47:37 2006 @@ -112,10 +112,10 @@ http://www.junit.org/ test - + <strong>Test Only</strong> - required only for running the Primitives unit tests - + @@ -125,10 +125,21 @@ http://jakarta.apache.org/commons/collections/ test - + <strong>Test Only</strong> - required only for running the Primitives unit tests - + + + + + maven-plugins + maven-cobertura-plugin + 1.1.1 + http://maven-plugins.sourceforge.net/maven-cobertura-plugin/ + plugin + + test + Required only for generating test coverage reports. @@ -145,16 +156,21 @@ - maven-changelog-plugin - maven-changes-plugin - maven-developer-activity-plugin - maven-file-activity-plugin - maven-javadoc-plugin - maven-jdepend-plugin - maven-junit-report-plugin - maven-jxr-plugin - maven-license-plugin - maven-tasklist-plugin + + + + maven-changes-plugin + maven-checkstyle-plugin + maven-javadoc-plugin + maven-jdepend-plugin + maven-junit-report-plugin + maven-jxr-plugin + maven-license-plugin + maven-cobertura-plugin + maven-jdiff-plugin + maven-pmd-plugin + + Modified: jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml?rev=385393&r1=385392&r2=385393&view=diff ============================================================================== --- jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml (original) +++ jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml Sun Mar 12 15:47:37 2006 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Primitives @@ -42,7 +42,7 @@ - &common-menus; + &commons; Modified: jakarta/commons/proper/primitives/trunk/xdocs/style/project.css URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/xdocs/style/project.css?rev=385393&r1=385392&r2=385393&view=diff ============================================================================== --- jakarta/commons/proper/primitives/trunk/xdocs/style/project.css (original) +++ jakarta/commons/proper/primitives/trunk/xdocs/style/project.css Sun Mar 12 15:47:37 2006 @@ -1,10 +1 @@ -#banner, #banner td { - background: #fff; - color: #000; -} - -#banner td { - height: 100%; - vertical-align: middle; -} - +@import url("http://jakarta.apache.org/style/jakarta-maven.css"); --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org