<!--
	ANT

	Copyright 2024-2025 MicroEJ Corp. All rights reserved.
	MicroEJ Corp. PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-->
<project name="module">

    <path id="additional.classpath">
        <pathelement location="./libs/S3.jar"/>
    </path>

    <target name="add-s3-to-classpath" extensionOf="abstract-compile:compile-ready">
        <path id="compile.main.classpath">
            <path refid="additional.classpath"/>
        </path>
    </target>

</project>
