You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/07 15:16:58 UTC

svn commit: r307115 - in /maven/components/trunk/maven-site/src/site/apt: guides/getting-started/index.apt guides/introduction/introduction-to-the-standard-directory-layout.apt powered-by-m2.apt

Author: jvanzyl
Date: Fri Oct  7 06:16:54 2005
New Revision: 307115

URL: http://svn.apache.org/viewcvs?rev=307115&view=rev
Log:
o adding a powered by page

  {issue:MNG-540}


Added:
    maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt   (with props)
Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
    maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt?rev=307115&r1=307114&r2=307115&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt Fri Oct  7 06:16:54 2005
@@ -652,7 +652,7 @@
 
 * {How do I use external dependencies?}
 
- You probably noticed already noticed a <<<dependencies>>> element in the POM we've been using as an example
+ You probably already noticed a <<<dependencies>>> element in the POM we've been using as an example
  so you have in fact been using an external dependency but we'll here we'll go more in depth about how Maven's
  dependency management system works. For a thorough introduction please refer to our
  {{{introduction-to-archetypes.html}Introduction to Dependency Management}}.

Modified: maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt?rev=307115&r1=307114&r2=307115&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt Fri Oct  7 06:16:54 2005
@@ -8,18 +8,18 @@
 
 Introduction to the Standard Directory Layout
 
-*--------------------------*----*
-| src/main/java            |    |
-*--------------------------*----*
-| src/main/resources       |    |
-*--------------------------*----*
-| src/main/filters         |    |
-*--------------------------*----*
-| src/test/java            |    |
-*--------------------------*----*
-| src/test/resources       |    |
-*--------------------------*----*
-| src/test/filters         |    |
-*--------------------------*----*
-| src/site                 |    |
-*--------------------------*----*
+*--------------------------+-----------------------------------------------+
+| src/main/java            | Main sources  
+*--------------------------+-----------------------------------------------+
+| src/main/resources       | Main resources   
+*--------------------------+-----------------------------------------------+
+| src/main/filters         |   
+*--------------------------+-----------------------------------------------+
+| src/test/java            |    
+*--------------------------+-----------------------------------------------+
+| src/test/resources       |    
+*--------------------------+-----------------------------------------------+
+| src/test/filters         |    
+*--------------------------+-----------------------------------------------+
+| src/site                 |    
+*--------------------------+-----------------------------------------------+

Added: maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt?rev=307115&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt Fri Oct  7 06:16:54 2005
@@ -0,0 +1,17 @@
+ -----
+ Powered by Maven 2.x
+ -----
+ Jason van Zyl
+ -----
+ 12 October 2005
+ -----     
+
+Powered by Maven 2.x
+
+ * {{{http://plexus.codehaus.org}Plexus}}
+ 
+ * {{{http://maven.apache.org/continuum}Continuum}}
+ 
+ * {{{http://openejb.codehaus.org}OpenEJB}}
+ 
+ * {{{http://www.activemq.org}ActiveMQ}}

Propchange: maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-site/src/site/apt/powered-by-m2.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"