Hi all,

when checking out the sources of cTAKES from SVN with Eclipse, most of the 
projects are dirty because the Eclipse settings (.classpath and jdt.core.prefs) 
are in the SVN. The particular difference is that on my machine, the projects 
are configured to use a Java 8, while in SVN, it is configured to be a Java 7. 

The parent POM of cTAKES states Java 8

                <maven.compiler.source>1.8</maven.compiler.source>
                <maven.compiler.target>1.8</maven.compiler.target>

Since the Eclipse files in SVN are at least outdated, maybe it would be a good 
idea to drop the .classpath and jdt prefs files from SVN and prevent them from 
being committed?

Cheers,

-- Richard

Reply via email to