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 2010/09/05 00:39:18 UTC

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

Author: hboutemy
Date: Sat Sep  4 22:39:18 2010
New Revision: 992695

URL: http://svn.apache.org/viewvc?rev=992695&view=rev
Log:
improved formatting

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

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt?rev=992695&r1=992694&r2=992695&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt Sat Sep  4 22:39:18 2010
@@ -15,33 +15,33 @@ Introduction to the Standard Directory L
  Maven. Please try to conform to this structure as much as possible; however, if you can't these settings can
  be overridden via the project descriptor.
 
-*--------------------------+-----------------------------------------------+
-| src/main/java            | Application/Library sources
-*--------------------------+-----------------------------------------------+
-| src/main/resources       | Application/Library resources
-*--------------------------+-----------------------------------------------+
-| src/main/filters         | Resource filter files
-*--------------------------+-----------------------------------------------+
-| src/main/assembly        | Assembly descriptors
-*--------------------------+-----------------------------------------------+
-| src/main/config          | Configuration files
-*--------------------------+-----------------------------------------------+
-| src/main/webapp          | Web application sources
-*--------------------------+-----------------------------------------------+
-| src/test/java            | Test sources
-*--------------------------+-----------------------------------------------+
-| src/test/resources       | Test resources
-*--------------------------+-----------------------------------------------+
-| src/test/filters         | Test resource filter files
-*--------------------------+-----------------------------------------------+
-| src/site                 | Site 
-*--------------------------+-----------------------------------------------+
-| LICENSE.txt              | Project's license
-*--------------------------+-----------------------------------------------+
-| NOTICE.txt               | Notices and attributions required by libraries that the project depends on
-*--------------------------+-----------------------------------------------+
-| README.txt               | Project's readme
-*--------------------------+-----------------------------------------------+
+*--------------------------------+-----------------------------------------------+
+| <<<src/main/java>>>            | Application/Library sources
+*--------------------------------+-----------------------------------------------+
+| <<<src/main/resources>>>       | Application/Library resources
+*--------------------------------+-----------------------------------------------+
+| <<<src/main/filters>>>         | Resource filter files
+*--------------------------------+-----------------------------------------------+
+| <<<src/main/assembly>>>        | Assembly descriptors
+*--------------------------------+-----------------------------------------------+
+| <<<src/main/config>>>          | Configuration files
+*--------------------------------+-----------------------------------------------+
+| <<<src/main/webapp>>>          | Web application sources
+*--------------------------------+-----------------------------------------------+
+| <<<src/test/java>>>            | Test sources
+*--------------------------------+-----------------------------------------------+
+| <<<src/test/resources>>>       | Test resources
+*--------------------------------+-----------------------------------------------+
+| <<<src/test/filters>>>         | Test resource filter files
+*--------------------------------+-----------------------------------------------+
+| <<<src/site>>>                 | Site 
+*--------------------------------+-----------------------------------------------+
+| <<<LICENSE.txt>>>              | Project's license
+*--------------------------------+-----------------------------------------------+
+| <<<NOTICE.txt>>>               | Notices and attributions required by libraries that the project depends on
+*--------------------------------+-----------------------------------------------+
+| <<<README.txt>>>               | Project's readme
+*--------------------------------+-----------------------------------------------+
 
  At the top level files descriptive of the project: a <<<pom.xml>>> file (and any properties,
  <<<maven.xml>>> or <<<build.xml>>> if using Ant). In addition, there are textual documents meant