You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2009/06/07 11:09:48 UTC

svn commit: r782351 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt

Author: baerrach
Date: Sun Jun  7 09:09:48 2009
New Revision: 782351

URL: http://svn.apache.org/viewvc?rev=782351&view=rev
Log:
Altered text to indicate default behavior and links to how to change.

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt?rev=782351&r1=782350&r2=782351&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt Sun Jun  7 09:09:48 2009
@@ -12,8 +12,10 @@
   The Eclipse Plugin is used to generate Eclipse IDE files (*.classpath,
   *.wtpmodules and the .settings folder) for use with a project.
   
-  Note: Starting at version 2.6 the generated .classpath now includes "**/*.java" for source directories
-  and excludes "**/*.java" for resource directories. See {{{http://jira.codehaus.org/browse/MECLIPSE-443}MECLIPSE-443}}.  
+  Note: Starting at version 2.6, by default, the generated .classpath now includes "**/*.java" for source directories
+  and excludes "**/*.java" for resource directories. See the example on 
+  {{{examples/specifying-source-path-inclusions-and-exclusions.html}specifying source path inclusions and exclusions}} 
+  for more details on how to change this behavior.  
 
 * Goals Overview