Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96273200BA3 for ; Thu, 20 Oct 2016 17:10:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 945E4160AF5; Thu, 20 Oct 2016 15:10:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6BAB1160AE0 for ; Thu, 20 Oct 2016 17:10:14 +0200 (CEST) Received: (qmail 26819 invoked by uid 500); 20 Oct 2016 15:10:13 -0000 Mailing-List: contact notifications-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 notifications@commons.apache.org Received: (qmail 26810 invoked by uid 99); 20 Oct 2016 15:10:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 15:10:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 13093C032B for ; Thu, 20 Oct 2016 15:10:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id bRbvzBRiXTfk for ; Thu, 20 Oct 2016 15:10:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 670515FBCF for ; Thu, 20 Oct 2016 15:10:04 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 84C9FE7FA0 for ; Thu, 20 Oct 2016 15:10:02 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 78B4D3A0B5F for ; Thu, 20 Oct 2016 15:10:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r999706 [6/35] - in /websites/production/commons/content/proper/commons-weaver: ./ apidocs/ apidocs/org/apache/commons/weaver/ apidocs/org/apache/commons/weaver/ant/ apidocs/org/apache/commons/weaver/ant/class-use/ apidocs/org/apache/common... Date: Thu, 20 Oct 2016 15:09:56 -0000 To: notifications@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161020151002.78B4D3A0B5F@svn01-us-west.apache.org> archived-at: Thu, 20 Oct 2016 15:10:16 -0000 Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-build-tools/source-repository.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-build-tools/source-repository.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-build-tools/source-repository.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Build Tools – Source Code Management @@ -43,8 +43,8 @@ Apache Commons Weaver Build Tools ™

Anonymous Access

The source can be checked out anonymously from Subversion with this command:

-
$ svn checkout http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/build-tools commons-weaver-build-tools
+
$ svn checkout http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools commons-weaver-build-tools

Developer Access

Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.

-
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/build-tools commons-weaver-build-tools
+
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools commons-weaver-build-tools

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):

$ svn commit --username your-username -m "A message"
@@ -244,7 +252,7 @@

Access from Behind a Firewall

For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:

-
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/build-tools commons-weaver-build-tools
+
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools commons-weaver-build-tools

Access Through a Proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-build-tools/surefire-report.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-build-tools/surefire-report.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-build-tools/surefire-report.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Build Tools – Surefire Report @@ -43,8 +43,8 @@ Apache Commons Weaver Build Tools ™
Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-antlib/dependency-management.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-antlib/dependency-management.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/commons-weaver-antlib/dependency-management.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Antlib – Project Dependency Management @@ -43,8 +43,8 @@ Apache Commons Weaver Antlib ™