Bug 299 populateziptemplate.pl aborts if it cannot determine the license for a source component
Source that cannot be sorted correctly into any other category is treated as "misc"
@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal