I have a PHP project in Aptana which files I want to share with others projects. I can do this by properties project -> resources -> linked resources. But I want to deploy on the server this project in all the projects that share this.
For example: Project 1) CMS library (/cms), Project 1 Web Site (w/eb1), Project 2 another web site (/web2).
On the server I need: web/cms and web2/cms without need to copy manually cms folder into web1 and web2. It's that possible?