@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
REM Build Satellite assemblies
for /F "tokens=2 delims=." %%i IN ('dir /B SharpWebMail.*.resources') DO call :resource %%i .%%i
call :resource en
g
/*
* $Id: Resources.java 476419 2006-11-18 02:28:07Z niallp $
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
*