/build_extra.bat
Batch | 9 lines | 5 code | 4 blank | 0 comment | 0 complexity | 5f87ec8e5cddcbd6d27c7b1a03fceeb1 MD5 | raw file
Possible License(s): Apache-2.0
1@echo off 2 3cd ftr-gwt-library-extras 4 5mvn --offline process-classes 6 7cd .. 8 9@echo ON