You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/19 13:57:25 UTC

[jira] Closed: (MPECLIPSE-50) Support for Eclipse-Plugin maven projects (or kind="con" classpath)

Message:

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Tue, 19 Oct 2004 7:56 AM

Please check out the unit test that I added..
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

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

    Project: maven-eclipse-plugin
   Fix Fors:
             1.9

   Assignee: David Eric Pugh
   Reporter: Simon Ringuette

    Created: Fri, 15 Oct 2004 5:37 PM
    Updated: Tue, 19 Oct 2004 7:56 AM

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org