Hi Barrie,

Author: baerrach
Date: Mon Mar 30 06:26:34 2009
New Revision: 759846

URL: http://svn.apache.org/viewvc?rev=759846&view=rev
Log:
[MECLIPSE-104] - Add the ability to specify source inclusions/exclusions
Submitted by: Richard van der Hoff

The configuration for EclipsePlugin now accepts <sourceInclusions>
  <sourceInclusion>XXX</sourceInclusion>
<sourceInclusions>
(same for sourceExclusions)

to modifiy the classpath entries for source directories.

**/*.java is always added if it is a java (or pde) project
**/*.aj is always added if it is an ajdt project.

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=759846&r1=759845&r2=759846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Mar 30 06:26:34 2009
@@ -27,7 +27,7 @@
     <version>13</version>
   </parent>
   <artifactId>maven-eclipse-plugin</artifactId>
-  <version>2.7-SNAPSHOT</version>
+  <version>2.6.1-SNAPSHOT</version>

Given this is a new feature, wouldn't version 2.7 be more appropriate for the next release?


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to