diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2018-12-13 22:04:32 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2018-12-13 22:04:32 +0200 |
commit | 4de0e754c89eaebeb225ff1c1dd7a423b9264605 (patch) | |
tree | b07e854ff8d134901de7685df5e3adfed2215bb0 /run-demo.bat | |
parent | 224e091115ce8a7b3758c493deb10e88adf4e46a (diff) | |
download | pf4j-4de0e754c89eaebeb225ff1c1dd7a423b9264605.tar.gz pf4j-4de0e754c89eaebeb225ff1c1dd7a423b9264605.zip |
Improve run demo scripts
Diffstat (limited to 'run-demo.bat')
-rw-r--r-- | run-demo.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-demo.bat b/run-demo.bat index 445e410..1ef086b 100644 --- a/run-demo.bat +++ b/run-demo.bat @@ -14,6 +14,8 @@ REM copy artifacts to demo-dist folder xcopy demo\app\target\pf4j-demo-app-*.zip demo-dist /s /i xcopy demo\plugins\plugin1\target\*plugin.jar demo-dist\plugins /s xcopy demo\plugins\plugin2\target\*plugin.jar demo-dist\plugins /s +xcopy demo\plugins\enabled.txt demo-dist\plugins /s +xcopy demo\plugins\disabled.txt demo-dist\plugins /s cd demo-dist |