This code lives in AddFileSetsTask.java. There are no comments. Can anyone explain it? Can I simply delete it via MASSEMBLY-777?
final List<String> excludes = fileSet.getExcludes();
excludes.add( "**/*.filtered" );
excludes.add( "**/*.formatted" );
task.setExcludes( excludes );
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
