MPECLIPSE-50 Support for Eclipse-Plugin maven projects (or kind="con" classpath)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-10-19 11:55:28 +00:00
parent 1545d2f6f5
commit ac4c80304a
4 changed files with 29 additions and 2 deletions

View File

@@ -77,10 +77,19 @@
<td>maven.eclipse.classpath.include</td>
<td>Yes</td>
<td>
Comma delimited list of additional directories to include in
Comma delimited list of additional source directories to include in
the classpath, like <code>src/conf</code>.
</td>
</tr>
<tr>
<td>maven.eclipse.conclasspath</td>
<td>Yes</td>
<td>
Comma delimited list of additional kind "con" path
to include in the classpath description file like
<code>org.eclipse.pde.core.requiredPlugins</code>
</td>
</tr>
<tr>
<td>maven.eclipse.buildcommands</td>
<td>Yes</td>