<?xml version="1.0" encoding="UTF-8"?>
<!--
    ANT Buildfile

	Copyright 2023 MicroEJ Corp. All rights reserved.
    Use of this source code is governed by a BSD-style license that can be found with this software.
-->
<project name="event-mock-s3-init">

	<import file="${scripts.dir}/extension-init.xml" />

	<target name="init/event-mock-s3" extensionOf="init/execution" if="onS3">
		<augment id="hil.main.classpath">
			<fileset dir="${platform.dir}/mocks" includes="mockevent-mock.jar"/>
		</augment>
	</target>

</project>
