Fix tests

This commit is contained in:
Sergey Evdokimov
2012-08-07 17:44:50 +04:00
parent a34a3047f8
commit 7f55456e40
@@ -259,7 +259,7 @@ public class MavenModuleImporter {
List<String> processors = myMavenProject.getDeclaredAnnotationProcessors();
if (processors == null && options.isEmpty() && "target/generated-sources/annotations".equals(annotationProcessorDirectory)) {
if (processors == null && options.isEmpty() && "target/generated-sources/annotations".equals(annotationProcessorDirectory.replace('\\', '/'))) {
if (moduleProfile != null) {
compilerConfiguration.removeModuleProcessorProfile(moduleProfile);
}