Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
2.4
-
None
-
None
-
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"/>