I\'ve searched the options but I can\'t seem to find a way to disable these warnings. Warnings such as this:
Classpath entry org.eclipse.jdt.junit.JUNIT_CONTAINER/4 w
A quick fix for a whole project (may be too greedy though). Assumes linux utilities (or cygwin):
cp .classpath classpath-bak cat classpath-bak | sed 's@^\(\s*\s*$@\1>@' > .classpath