What does the > (greater than bracket) mean beside file names in Eclipse's Package Explorer?
I'm setting up a new dev machine with Eclipse 3.7 Indigo. After pulling a my code down from SVN, the source tree in the Package Explorer is intermittently littered with a > to the left of the file name The parent package names have them too. (Note that this is an AspectJ project, but I don't think that matters.)
What does the > indicate in the Eclipse Package Manager?
It means the file has been modified as compared to the version in your source control repository.