Allow generating <linkedResources> elements in .project via eclipse:eclipse
---------------------------------------------------------------------------

                 Key: MECLIPSE-462
                 URL: http://jira.codehaus.org/browse/MECLIPSE-462
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Improvement
          Components: Core : Dependencies resolution and build path
    Affects Versions: 2.5.1
            Reporter: MG


Example:

        <linkedResources>
                <link>
                        <name>src-2</name>
                        <type>2</type>
                        
<location>${base_dir}/common/common-coreui/src/main/java</location>
                </link>
                <link>
                        <name>src-1</name>
                        <type>2</type>
                        
<location>${base_dir}/tiger/tiger-ui/src/main/java</location>
                </link>
        </linkedResources>
</projectDescription>


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to