Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 27667 invoked from network); 15 Jan 2008 18:24:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 18:24:36 -0000 Received: (qmail 7441 invoked by uid 500); 15 Jan 2008 18:24:24 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 7377 invoked by uid 500); 15 Jan 2008 18:24:24 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 7368 invoked by uid 99); 15 Jan 2008 18:24:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 10:24:24 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 18:24:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 69B231A9832; Tue, 15 Jan 2008 10:24:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r612184 - in /commons/sandbox/commons-build-plugin: ./ src/main/scripts/ src/site/ src/site/xdoc/ Date: Tue, 15 Jan 2008 18:24:08 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080115182410.69B231A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Tue Jan 15 10:24:06 2008 New Revision: 612184 URL: http://svn.apache.org/viewvc?rev=612184&view=rev Log: Correct svn:props Modified: commons/sandbox/commons-build-plugin/pom.xml commons/sandbox/commons-build-plugin/src/main/scripts/copy-javadoc-files.build.xml commons/sandbox/commons-build-plugin/src/main/scripts/copy-javadoc-files.mojos.xml commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml commons/sandbox/commons-build-plugin/src/site/site.xml commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-mojo.xml commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-mojo.xml commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml Modified: commons/sandbox/commons-build-plugin/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/pom.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/pom.xml (original) +++ commons/sandbox/commons-build-plugin/pom.xml Tue Jan 15 10:24:06 2008 @@ -16,8 +16,8 @@ limitations under the License. --> Modified: commons/sandbox/commons-build-plugin/src/main/scripts/copy-javadoc-files.mojos.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/main/scripts/copy-javadoc-files.mojos.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/main/scripts/copy-javadoc-files.mojos.xml (original) +++ commons/sandbox/commons-build-plugin/src/main/scripts/copy-javadoc-files.mojos.xml Tue Jan 15 10:24:06 2008 @@ -19,8 +19,8 @@ Modified: commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml (original) +++ commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml Tue Jan 15 10:24:06 2008 @@ -17,8 +17,8 @@ Modified: commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml (original) +++ commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml Tue Jan 15 10:24:06 2008 @@ -19,8 +19,8 @@ Modified: commons/sandbox/commons-build-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/site.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/site.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/site.xml Tue Jan 15 10:24:06 2008 @@ -16,8 +16,8 @@ limitations under the License. --> Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml Tue Jan 15 10:24:06 2008 @@ -16,8 +16,8 @@ limitations under the License. --> Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-mojo.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-mojo.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-mojo.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/copy-javadoc-files-mojo.xml Tue Jan 15 10:24:06 2008 @@ -15,6 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> + commons-build-plugin - commons:copy-javadoc-files Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/development.xml Tue Jan 15 10:24:06 2008 @@ -16,8 +16,8 @@ limitations under the License. --> Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml Tue Jan 15 10:24:06 2008 @@ -16,8 +16,8 @@ limitations under the License. --> Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-mojo.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-mojo.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-mojo.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-mojo.xml Tue Jan 15 10:24:06 2008 @@ -15,6 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> + commons-build-plugin - commons:generate-xdocs Modified: commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml?rev=612184&r1=612183&r2=612184&view=diff ============================================================================== --- commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml (original) +++ commons/sandbox/commons-build-plugin/src/site/xdoc/index.xml Tue Jan 15 10:24:06 2008 @@ -16,8 +16,8 @@ limitations under the License. -->