In Linked Sources, you should have something like the following in .classpath
<classpathentry kind="src" path="module_name"/>
With corresponding matching entry (inside <linkedResources>
) in .project
<link> <name>module_name</name> <type>2</type> <location>path/to/your/module</location> </link>
NOTE. Removing a linked project does not necessarily remove it from the project.
nevets1219 May 14 '10 at 23:36 2010-05-14 23:36
source share