Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4
-
Fix Version/s: None
-
Component/s: Core : Multi-projects
-
Labels:None
-
Environment:Eclipse 3.3 with or without the m2eclipse plugin
Description
I need the ability to create linked sources from within the plugin.
This should create the following in the .project file:
<linkedResources>
<link>
<name>TestUtils</name>
<type>2</type>
<location>/path/to/linked/sources</location>
</link>
</linkedResources>
and the following in the .classpath file:
<classpathentry kind="src" path="TestUtils"/>