Linked Folders in Eclipse

In your .project file:

<projectDescription>
   [...]
   <linkedResources>
      <link>
         <name>target</name>
         <type>2</type>
         <locationURI>some/location</locationURI>
      </link>
   </linkedResources>
</projectDescription>

Leave a Reply

Your email address will not be published. Required fields are marked *