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 2007/08/09 18:13:42 UTC

svn commit: r564259 - /maven/site/trunk/src/site/apt/pom.apt

Author: jvanzyl
Date: Thu Aug  9 09:13:41 2007
New Revision: 564259

URL: http://svn.apache.org/viewvc?view=rev&rev=564259
Log:
o incorrect documentation on the use of properties

Modified:
    maven/site/trunk/src/site/apt/pom.apt

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?view=diff&rev=564259&r1=564258&r2=564259
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Thu Aug  9 09:13:41 2007
@@ -629,7 +629,7 @@
   [[4]]	Java System Properties: All properties accessible via <<<java.lang.System.getProperties()>>> are
   available as POM properties, such as <<<$\{java.home\}>>>.
 
-  [[5]]	<<<x>>>: Set within a \<properties /\> element or an external files, the value may be used as <<<$\{someVar\}>>>.
+  [[5]]	<<<x>>>: Set within a \<properties /\> element. The value may be used as <<<$\{someVar\}>>>.
 
 
 {Build Settings}