You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/14 18:48:12 UTC

svn commit: r1743850 - /maven/site/trunk/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt

Author: hboutemy
Date: Sat May 14 18:48:11 2016
New Revision: 1743850

URL: http://svn.apache.org/viewvc?rev=1743850&view=rev
Log:
[MNG-2478] filtered-resources was renamed to resources-filtered

Modified:
    maven/site/trunk/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt

Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt?rev=1743850&r1=1743849&r2=1743850&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt (original)
+++ maven/site/trunk/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt Sat May 14 18:48:11 2016
@@ -40,8 +40,8 @@ Introduction to the Standard Directory L
 *-----------------------------------+-----------------------------------------------+
 | <<<src/main/resources>>>          | Application/Library resources
 *-----------------------------------+-----------------------------------------------+
-| <<<src/main/filtered-resources>>> | Application/Library resources which are filtered. 
-|                                   | (Starting with Maven 3.4.0 not yet released.)
+| <<<src/main/resources-filtered>>> | Application/Library resources which are filtered. 
+|                                   | (Starting with Maven 3.4.0, not yet released.)
 *-----------------------------------+-----------------------------------------------+
 | <<<src/main/filters>>>            | Resource filter files
 *-----------------------------------+-----------------------------------------------+
@@ -51,8 +51,8 @@ Introduction to the Standard Directory L
 *-----------------------------------+-----------------------------------------------+
 | <<<src/test/resources>>>          | Test resources
 *-----------------------------------+-----------------------------------------------+
-| <<<src/test/filtered-resources>>> | Test resources which are filtered by default.
-|                                   | (Starting with Maven 3.4.0 not yet released.)
+| <<<src/test/resources-filtered>>> | Test resources which are filtered by default.
+|                                   | (Starting with Maven 3.4.0, not yet released.)
 *-----------------------------------+-----------------------------------------------+
 | <<<src/test/filters>>>            | Test resource filter files
 *-----------------------------------+-----------------------------------------------+