Open Exisiting Project in Eclipse (Flex)
This one has been frustrating me for a while, I just wanted to open an actionscript project that we have in our svn into my workspace.
Seemed like a simple concept, but I only recently discovered how to do it:
- Go to File > Import
- Select General > Existing Projects into Workspace
- Find your directory with your .project file and select finish
Seems so simple now.