BUG: XIFF r11673 fails to compile using ant task due to missing inclusion of as3crypto library

[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/auth/Plain.as(61): col: 18 Error: Access of undefined property Base64.
[compc]
[compc] authContent = Base64.encode(authContent);
[compc] ^
[compc]
[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/auth/Plain.as(29): col: 25 Error: Definition com.hurlant.util:Base64 could not be found.
[compc]
[compc] import com.hurlant.util.Base64;
[compc] ^
[compc]
[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/auth/External.as(52): col: 18 Error: Access of undefined property Base64.
[compc]
[compc] authContent = Base64.encode(authContent);
[compc] ^
[compc]
[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/auth/External.as(28): col: 25 Error: Definition com.hurlant.util:Base64 could not be found.
[compc]
[compc] import com.hurlant.util.Base64;
[compc] ^
[compc]
[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/vcard/VCard.as(470): col: 23 Error: Access of undefined property Base64.
[compc]
[compc] _imageBytes = Base64.decodeToByteArrayB( value );
[compc] ^
[compc]
[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/vcard/VCard.as(873): col: 21 Error: Access of undefined property Base64.
[compc]
[compc] avatarBase64 = Base64.encodeByteArray(avatar);
[compc] ^
[compc]
[compc] /Users/tomh/Repositories/xiff/src/org/igniterealtime/xiff/vcard/VCard.as(34): col: 25 Error: Definition com.hurlant.util:Base64 could not be found.
[compc]
[compc] import com.hurlant.util.Base64;
[compc] ^
[compc]

patches attached.
patch-build.properties.zip (335 Bytes)
patch-build.xml (1958 Bytes)

Fixed.