Version 0.9.6-SNAPSHOT

Minor code cleanups
This commit is contained in:
Erik C. Thauvin 2024-06-22 11:03:53 -07:00
parent fab86c0245
commit 548fa95b79
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 8 additions and 9 deletions

View file

@ -17,8 +17,6 @@
package rife.bld.extension;
import rife.bld.Project;
import rife.tools.FileUtils;
import rife.tools.exceptions.FileUtilsErrorException;
import java.io.File;
import java.io.IOException;

View file

@ -139,6 +139,7 @@ public class BootWarOperation extends AbstractBootOperation<BootWarOperation> {
.providedLibs(project.providedClasspathJars())
.sourceDirectories(project.buildMainDirectory(), project.srcMainResourcesDirectory());
}
/**
* Provides libraries that will be used for the WAR creation in {@code /WEB-INF/lib-provided}.
*