Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 44545 invoked from network); 27 Aug 2006 21:06:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 21:06:49 -0000 Received: (qmail 53027 invoked by uid 500); 27 Aug 2006 21:06:47 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 52948 invoked by uid 500); 27 Aug 2006 21:06:47 -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 52937 invoked by uid 500); 27 Aug 2006 21:06:47 -0000 Received: (qmail 52933 invoked by uid 99); 27 Aug 2006 21:06:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 14:06:46 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 14:06:45 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 761F91A981A; Sun, 27 Aug 2006 14:06:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437459 - in /jakarta/commons/proper/commons-build/trunk: maven.xml.sample navigation.xml.sample nightly-build-script.txt project.xml.sample sandbox-project.xml src/xdocs/contributorsend.xml src/xdocs/contributorsstart.xml Date: Sun, 27 Aug 2006 21:06:24 -0000 To: commons-cvs@jakarta.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060827210625.761F91A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dennisl Date: Sun Aug 27 14:06:22 2006 New Revision: 437459 URL: http://svn.apache.org/viewvc?rev=437459&view=rev Log: Set EOL-style to native. Modified: jakarta/commons/proper/commons-build/trunk/maven.xml.sample (props changed) jakarta/commons/proper/commons-build/trunk/navigation.xml.sample (props changed) jakarta/commons/proper/commons-build/trunk/nightly-build-script.txt (props changed) jakarta/commons/proper/commons-build/trunk/project.xml.sample (contents, props changed) jakarta/commons/proper/commons-build/trunk/sandbox-project.xml (contents, props changed) jakarta/commons/proper/commons-build/trunk/src/xdocs/contributorsend.xml (props changed) jakarta/commons/proper/commons-build/trunk/src/xdocs/contributorsstart.xml (props changed) Propchange: jakarta/commons/proper/commons-build/trunk/maven.xml.sample ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/commons-build/trunk/navigation.xml.sample ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/commons-build/trunk/nightly-build-script.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/commons/proper/commons-build/trunk/project.xml.sample URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/project.xml.sample?rev=437459&r1=437458&r2=437459&view=diff ============================================================================== --- jakarta/commons/proper/commons-build/trunk/project.xml.sample (original) +++ jakarta/commons/proper/commons-build/trunk/project.xml.sample Sun Aug 27 14:06:22 2006 @@ -1,142 +1,142 @@ - - - - - - - 3 - Foo - commons-foo - commons-foo - 1.0 - 2006 - Jakarta Commons Foo - A Foo thing - /images/logo.png - http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ - org.apache.commons.${pom.artifactId.substring(8)} - - The Apache Software Foundation - http://jakarta.apache.org - http://jakarta.apache.org/images/original-jakarta-logo.gif - - - - The Apache Software License, Version 2.0 - /LICENSE.txt - repo - - - jakarta - http://issues.apache.org/jira/browse/${pom.artifactId.substring(8).toUpperCase()} - people.apache.org - /www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ - /www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/ - - scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk - http://svn.apache.org/viewvc/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk/ - - - - Commons Dev List - commons-dev-subscribe@jakarta.apache.org - commons-dev-unsubscribe@jakarta.apache.org - http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-dev/ - - - Commons User List - commons-user-subscribe@jakarta.apache.org - commons-user-unsubscribe@jakarta.apache.org - http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-user/ - - - - - 1.0-RC1 - 1.0 - FOO_1_0_RC1 - - - - - Brave Soul - bsoul - bsoul at apache dot org - - - - - Great Contributor - - - - - commons-logging - commons-logging - 1.0.3 - - - - commons-dev@jakarta.apache.org - src/java - src/test - - - **/*Test.java - - - **/*AbstractTest.java - - - - ${pom.build.unitTestSourceDirectory} - - **/*.xml - **/*.txt - - - - - - - ${basedir} - - NOTICE.txt - - META-INF - - - - - maven-changes-plugin - - maven-javadoc-plugin - maven-jdepend-plugin - maven-junit-report-plugin - maven-jxr-plugin - maven-license-plugin - - + + + + + + + 3 + Foo + commons-foo + commons-foo + 1.0 + 2006 + Jakarta Commons Foo + A Foo thing + /images/logo.png + http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ + org.apache.commons.${pom.artifactId.substring(8)} + + The Apache Software Foundation + http://jakarta.apache.org + http://jakarta.apache.org/images/original-jakarta-logo.gif + + + + The Apache Software License, Version 2.0 + /LICENSE.txt + repo + + + jakarta + http://issues.apache.org/jira/browse/${pom.artifactId.substring(8).toUpperCase()} + people.apache.org + /www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ + /www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/ + + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk + http://svn.apache.org/viewvc/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk/ + + + + Commons Dev List + commons-dev-subscribe@jakarta.apache.org + commons-dev-unsubscribe@jakarta.apache.org + http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-dev/ + + + Commons User List + commons-user-subscribe@jakarta.apache.org + commons-user-unsubscribe@jakarta.apache.org + http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-user/ + + + + + 1.0-RC1 + 1.0 + FOO_1_0_RC1 + + + + + Brave Soul + bsoul + bsoul at apache dot org + + + + + Great Contributor + + + + + commons-logging + commons-logging + 1.0.3 + + + + commons-dev@jakarta.apache.org + src/java + src/test + + + **/*Test.java + + + **/*AbstractTest.java + + + + ${pom.build.unitTestSourceDirectory} + + **/*.xml + **/*.txt + + + + + + + ${basedir} + + NOTICE.txt + + META-INF + + + + + maven-changes-plugin + + maven-javadoc-plugin + maven-jdepend-plugin + maven-junit-report-plugin + maven-jxr-plugin + maven-license-plugin + + Propchange: jakarta/commons/proper/commons-build/trunk/project.xml.sample ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/commons/proper/commons-build/trunk/sandbox-project.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/sandbox-project.xml?rev=437459&r1=437458&r2=437459&view=diff ============================================================================== --- jakarta/commons/proper/commons-build/trunk/sandbox-project.xml (original) +++ jakarta/commons/proper/commons-build/trunk/sandbox-project.xml Sun Aug 27 14:06:22 2006 @@ -1,119 +1,119 @@ - - - - 3 - commons-sandbox-master - commons-sandbox-master - Commons Sandbox Master Maven POM - 1.0 - org.apache.commons.${pom.artifactId.substring(8)} - http://jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/index.html - - - The Apache Software Foundation - http://jakarta.apache.org - http://jakarta.apache.org/images/jakarta-logo.gif - - /images/logo.png - - - - The Apache Software License, Version 2.0 - /LICENSE.txt - repo - - - jakarta - - - http://issues.apache.org/bugzilla/ - - jakarta.apache.org - /www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/ - /www/jakarta.apache.org/builds/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/ - - - scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk - http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk - - - - - Commons Dev List - commons-dev-subscribe@jakarta.apache.org - commons-dev-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org - - - Commons User List - commons-user-subscribe@jakarta.apache.org - commons-user-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org - - - - - commons-dev@jakarta.apache.org - src/java - src/test - - - - - **/Test*.java - - - - - - - **/*.properties - - - - META-INF - - NOTICE.txt - - - - - - - - maven-changelog-plugin - maven-changes-plugin - - maven-developer-activity-plugin - maven-file-activity-plugin - maven-javadoc-plugin - - maven-license-plugin - maven-linkcheck-plugin - - - + + + + 3 + commons-sandbox-master + commons-sandbox-master + Commons Sandbox Master Maven POM + 1.0 + org.apache.commons.${pom.artifactId.substring(8)} + http://jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/index.html + + + The Apache Software Foundation + http://jakarta.apache.org + http://jakarta.apache.org/images/jakarta-logo.gif + + /images/logo.png + + + + The Apache Software License, Version 2.0 + /LICENSE.txt + repo + + + jakarta + + + http://issues.apache.org/bugzilla/ + + jakarta.apache.org + /www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/ + /www/jakarta.apache.org/builds/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/ + + + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk + http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk + + + + + Commons Dev List + commons-dev-subscribe@jakarta.apache.org + commons-dev-unsubscribe@jakarta.apache.org + http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org + + + Commons User List + commons-user-subscribe@jakarta.apache.org + commons-user-unsubscribe@jakarta.apache.org + http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org + + + + + commons-dev@jakarta.apache.org + src/java + src/test + + + + + **/Test*.java + + + + + + + **/*.properties + + + + META-INF + + NOTICE.txt + + + + + + + + maven-changelog-plugin + maven-changes-plugin + + maven-developer-activity-plugin + maven-file-activity-plugin + maven-javadoc-plugin + + maven-license-plugin + maven-linkcheck-plugin + + + Propchange: jakarta/commons/proper/commons-build/trunk/sandbox-project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/commons-build/trunk/src/xdocs/contributorsend.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/commons-build/trunk/src/xdocs/contributorsstart.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org