Updated to RIFE2 1.5.14

This commit is contained in:
Erik C. Thauvin 2023-04-03 02:20:09 -07:00
parent a44acb8801
commit 10c5dc7348
7 changed files with 7 additions and 7 deletions

2
.vscode/launch.json vendored
View file

@ -5,7 +5,7 @@
"type": "java",
"name": "Run Main",
"request": "launch",
"mainClass": "rife.bld.extension.propertyFile.PropertyFileOperation"
"mainClass": "rife.bld.extension.propertyfile.PropertyFileOperation"
},
{
"type": "java",

View file

@ -7,7 +7,7 @@
],
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.referencedLibraries": [
"${HOME}/.rife2/dist/rife2-1.5.11.jar",
"${HOME}/.rife2/dist/rife2-1.5.14.jar",
"lib/compile/*.jar",
"lib/runtime/*.jar",
"lib/test/*.jar"