Issue
I've got these arrows on a number of files in a Dynamic Web project in Eclipse Kepler. What do they mean?
There are also on a number of files in my WebContent directory:
Solution
If you are using a source control system (such as Git, SVN or CVS) the '>' means you have changed the file since it was last checked in.
Most source control systems let you configure this character and other label options. For example with SVN it is in Preferences > Team > SVN > Label Decorations.
Newer versions of Eclipse call the preference "Version Control (Team)" rather than just "Team".
Answered By - greg-449
Answer Checked By - Candace Johnson (JavaFixing Volunteer)