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 4B2D8200BB7 for ; Wed, 9 Nov 2016 13:14:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 49C2D160AFD; Wed, 9 Nov 2016 12:14:29 +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 91DF3160AEE for ; Wed, 9 Nov 2016 13:14:28 +0100 (CET) Received: (qmail 78298 invoked by uid 500); 9 Nov 2016 12:14:27 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 78287 invoked by uid 99); 9 Nov 2016 12:14:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 12:14:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4611CC0D53 for ; Wed, 9 Nov 2016 12:14:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id AzOJqOJHeLdO for ; Wed, 9 Nov 2016 12:14:26 +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 0E8865F65A for ; Wed, 9 Nov 2016 12:14:26 +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 503CCE010F for ; Wed, 9 Nov 2016 12:13:55 +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 11B8D3A0230 for ; Wed, 9 Nov 2016 12:13:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1768919 - in /velocity/site/cms/trunk/content/engine: 2.0/dependencies.mdtext devel/dependencies.mdtext Date: Wed, 09 Nov 2016 12:13:54 -0000 To: commits@velocity.apache.org From: cbrisson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161109121355.11B8D3A0230@svn01-us-west.apache.org> archived-at: Wed, 09 Nov 2016 12:14:29 -0000 Author: cbrisson Date: Wed Nov 9 12:13:54 2016 New Revision: 1768919 URL: http://svn.apache.org/viewvc?rev=1768919&view=rev Log: [site] language Modified: velocity/site/cms/trunk/content/engine/2.0/dependencies.mdtext velocity/site/cms/trunk/content/engine/devel/dependencies.mdtext Modified: velocity/site/cms/trunk/content/engine/2.0/dependencies.mdtext URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.0/dependencies.mdtext?rev=1768919&r1=1768918&r2=1768919&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/2.0/dependencies.mdtext (original) +++ velocity/site/cms/trunk/content/engine/2.0/dependencies.mdtext Wed Nov 9 12:13:54 2016 @@ -4,11 +4,7 @@ Title: Apache Velocity Engine Dependenci When building from sources, Maven should fetch all needed dependencies. At runtime, velocity only needs slf4j-api, and one of the slf4j bindings (needed classes from commons-lang and commons-collections are incorporated using ["shading"](https://maven.apache.org/plugins/maven-shade-plugin/)). -The following table lists all needed jars - -Velocity has a number of external jar dependencies. However, not all of these are needed every time. This document should help you do decide which jars must also be present if you want to integrate Velocity into your application. - -All of these jars must be present when building Apache Velocity. The build process downloads all of them automatically from the Internet. +The following table lists all needed jars. Jar name | Version | Compilation | Tests | Runtime | Comment ---------|---------|---------|-------|-------------|-------- Modified: velocity/site/cms/trunk/content/engine/devel/dependencies.mdtext URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/dependencies.mdtext?rev=1768919&r1=1768918&r2=1768919&view=diff ============================================================================== --- velocity/site/cms/trunk/content/engine/devel/dependencies.mdtext (original) +++ velocity/site/cms/trunk/content/engine/devel/dependencies.mdtext Wed Nov 9 12:13:54 2016 @@ -4,11 +4,7 @@ Title: Apache Velocity Engine Dependenci When building from sources, Maven should fetch all needed dependencies. At runtime, velocity only needs slf4j-api, and one of the slf4j bindings (needed classes from commons-lang and commons-collections are incorporated using ["shading"](https://maven.apache.org/plugins/maven-shade-plugin/)). -The following table lists all needed jars - -Velocity has a number of external jar dependencies. However, not all of these are needed every time. This document should help you do decide which jars must also be present if you want to integrate Velocity into your application. - -All of these jars must be present when building Apache Velocity. The build process downloads all of them automatically from the Internet. +The following table lists all needed jars. Jar name | Version | Compilation | Tests | Runtime | Comment ---------|---------|---------|-------|-------------|--------