I know I’ve seen the answer somewhere to this question but I just can’t seem to find it right now…
I’ve checked out my Java web application project using SVN in Eclipse Galileo. I’m trying to figure out how to add libraries to my project but I don’t have any options to do so. Here’s a screenshot of what options I have when I display the properties for my project:

How can I get the ability to add libraries to my project?
It looks like that project was not created as a Java project in Eclipse. I haven’t used the svn client in Eclipse very much, but when you check out the project, there should be an option to Check Out As… and then make sure it’s a Java Project, not just a “general” or “basic” project.