Add support for multiple additional directoris in the eclipse classpath.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2003-10-18 21:39:43 +00:00
parent 187c976b9f
commit 64a8e9bc8e
3 changed files with 24 additions and 1 deletions

View File

@@ -6,7 +6,13 @@
</properties>
<body>
<release version="1.6" date="CVS">
<action dev="epugh" type="add">
Add support for having multiple other directories
included in the classpath.
</action>
</release>
<release version="1.5" date="2003-10-14">
<action dev="dion" type="fix">
Only classpath dependencies are generated

View File

@@ -55,6 +55,14 @@
The directory to which Eclipse should output its test classes.
</td>
</tr>
<tr>
<td>maven.eclipse.classpath.include</td>
<td>Yes</td>
<td>
Comma delimited list of additional directories to include in
the classpath, like <code>src/conf</code>.
</td>
</tr>
</table>
<p>
Note that you will need to defined a <code>MAVEN_REPO</code> Java