Renamed example to examples
This commit is contained in:
parent
45581b8001
commit
31584513b0
27 changed files with 3 additions and 3 deletions
4
examples/bld.bat
Normal file
4
examples/bld.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
java -jar "%DIRNAME%/lib/bld/bld-wrapper.jar" "%0" --build com.example.SampleBuild %*
|
Loading…
Add table
Add a link
Reference in a new issue