12e5b6d6dSopenharmony_ci@echo off
22e5b6d6dSopenharmony_ci
32e5b6d6dSopenharmony_cirem *****************************************************************************
42e5b6d6dSopenharmony_cirem * Copyright (C) 2000-2002, International Business Machines Corporation and  *
52e5b6d6dSopenharmony_cirem * others. All Rights Reserved.                                              *
62e5b6d6dSopenharmony_cirem *****************************************************************************
72e5b6d6dSopenharmony_ci
82e5b6d6dSopenharmony_cicall compile.bat -O
92e5b6d6dSopenharmony_ci
102e5b6d6dSopenharmony_ciecho * Making Directories
112e5b6d6dSopenharmony_ci
122e5b6d6dSopenharmony_cimkdir zip
132e5b6d6dSopenharmony_cicd zip
142e5b6d6dSopenharmony_cimkdir lib
152e5b6d6dSopenharmony_cimkdir docs
162e5b6d6dSopenharmony_cicd docs
172e5b6d6dSopenharmony_cimkdir Images
182e5b6d6dSopenharmony_cicd Images
192e5b6d6dSopenharmony_cimkdir Screenshots
202e5b6d6dSopenharmony_cicd ..
212e5b6d6dSopenharmony_cimkdir Tutorial
222e5b6d6dSopenharmony_cimkdir Views
232e5b6d6dSopenharmony_cicd ..
242e5b6d6dSopenharmony_cimkdir Reports
252e5b6d6dSopenharmony_cicd ..
262e5b6d6dSopenharmony_ci
272e5b6d6dSopenharmony_ciecho * Copying Files
282e5b6d6dSopenharmony_ci
292e5b6d6dSopenharmony_ciecho ** Copying Batch Files and Properties
302e5b6d6dSopenharmony_ci
312e5b6d6dSopenharmony_cicopy RBManager.jar zip
322e5b6d6dSopenharmony_cicopy RBReporter.bat zip
332e5b6d6dSopenharmony_cicopy rbmanager_scanner.xml zip
342e5b6d6dSopenharmony_cicopy resources\preferences.properties zip
352e5b6d6dSopenharmony_ciattrib -r zip/preferences.properties
362e5b6d6dSopenharmony_ci
372e5b6d6dSopenharmony_ciecho ** Copying Documentation
382e5b6d6dSopenharmony_ci
392e5b6d6dSopenharmony_cicd docs
402e5b6d6dSopenharmony_cicopy *.html ..\zip\docs\
412e5b6d6dSopenharmony_cicd Images
422e5b6d6dSopenharmony_cicopy *.gif ..\..\zip\docs\Images\
432e5b6d6dSopenharmony_cicopy *.jpg ..\..\zip\docs\Images\
442e5b6d6dSopenharmony_cicd Screenshots
452e5b6d6dSopenharmony_cicopy *.gif ..\..\..\zip\docs\Images\Screenshots\
462e5b6d6dSopenharmony_cicopy *.jpg ..\..\..\zip\docs\Images\Screenshots\
472e5b6d6dSopenharmony_cicd ..\..\Tutorial
482e5b6d6dSopenharmony_cicopy *.html ..\..\zip\docs\Tutorial\
492e5b6d6dSopenharmony_cicd ..\Views
502e5b6d6dSopenharmony_cicopy *.html ..\..\zip\docs\Views\
512e5b6d6dSopenharmony_cicd ..\..
522e5b6d6dSopenharmony_ci
532e5b6d6dSopenharmony_ciecho ** Copying Jar Files
542e5b6d6dSopenharmony_ci
552e5b6d6dSopenharmony_cicd lib
562e5b6d6dSopenharmony_cicopy *.jar ..\zip\lib\
572e5b6d6dSopenharmony_cicd ..
582e5b6d6dSopenharmony_ci
592e5b6d6dSopenharmony_ciecho ** Copying License
602e5b6d6dSopenharmony_cicopy ..\..\..\license.html zip
612e5b6d6dSopenharmony_ci
622e5b6d6dSopenharmony_ci@echo * Directory created: zip
632e5b6d6dSopenharmony_ci@echo ** Don't forget to modify preferences.properties
642e5b6d6dSopenharmony_cipause