The following issue has been updated:

    Updater: Simon Ringuette (mailto:[EMAIL PROTECTED])
       Date: Fri, 15 Oct 2004 5:40 PM
    Comment:
Here is the patch file in diff format for this improvement
    Changes:
             Attachment changed to eclipse.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPECLIPSE-50?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-50

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-50
    Summary: Support for Eclipse-Plugin maven projects (or kind="con" classpath)
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-eclipse-plugin

   Assignee: 
   Reporter: Simon Ringuette

    Created: Fri, 15 Oct 2004 5:37 PM
    Updated: Fri, 15 Oct 2004 5:40 PM

Description:
I have made a simple modificaiton that add a new property :

maven.eclipse.conclasspath

that affect the .classpath generated file.

This is very usefull if your maven project is for instance a eclipse-plugin project. 
In a eclipse-plugin project you need to add the following line to the .classpath file:

<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

The "con" kind was not covered by other properties. Now you have a new property named 
"maven.eclipse.conclasspath" that takes one ore more (coma separated) "con" kind 
classpath. Ex:

maven.eclipse.conclasspath=org.eclipse.pde.core.requiredPlugins



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to