You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/09/10 03:30:08 UTC

svn commit: r441884 - /maven/maven-1/core/trunk/xdocs/reference/properties.xml

Author: ltheussl
Date: Sat Sep  9 18:30:07 2006
New Revision: 441884

URL: http://svn.apache.org/viewvc?view=rev&rev=441884
Log:
PR: MAVEN-1779
Un-deprecate maven.src.dir.

Modified:
    maven/maven-1/core/trunk/xdocs/reference/properties.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/properties.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/properties.xml?view=diff&rev=441884&r1=441883&r2=441884
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/properties.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/properties.xml Sat Sep  9 18:30:07 2006
@@ -209,8 +209,9 @@
             <td><code>maven.src.dir</code></td>
             <td>
               The base directory for source code.
-              <b>DEPRECATED</b>:  Currently unused. Instead, use the <code>&lt;sourceDirectory&gt;</code>
-              element of the POM.
+              Note that this should contain all source directories
+              (<code>&lt;sourceDirectory&gt;</code>, <code>&lt;unitTestSourceDirectory&gt;</code>, etc.)
+              defined in the POM.
             </td>
             <td><code>${basedir}/src</code></td>
           </tr>