Moved inclusion/exclusion patterns out of EclipseClasspathWriter and into EclipsePlugin extract methods where the EclipseSourceDir gets created and defines the includes/excludes.
If ajdt is enable then all sources directories will include */.aj files.
The aspect directory will also include */.java files.
Added toString() to EclipseSourceDir.
The generated resource directory for manifest handling (target/generated-resources/eclipse) no longer exclude java files.
Since we create that directory and copy the MANIFEST.MF file into it there isn't much need for exclusion.
Test cases updated to reflect this.
Test case for MECLIPSE-538 created.
Moved inclusion/exclusion patterns out of EclipseClasspathWriter and into EclipsePlugin extract methods where the EclipseSourceDir gets created and defines the includes/excludes.
If ajdt is enable then all sources directories will include */.aj files.
The aspect directory will also include */.java files.
Added toString() to EclipseSourceDir.
The generated resource directory for manifest handling (target/generated-resources/eclipse) no longer exclude java files.
Since we create that directory and copy the MANIFEST.MF file into it there isn't much need for exclusion.
Test cases updated to reflect this.
Test case for
MECLIPSE-538created.MECLIPSE-538created.