Initial commit

This commit is contained in:
Erik C. Thauvin 2023-10-25 20:36:49 -07:00
commit 12b1cc8854
46 changed files with 1227 additions and 0 deletions

11
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "rife.bld.extension.BootJarOperationTest"
}
]
}