<?xml version="1.0" encoding="UTF-8"?>
<!-- 
 	ANT
 	
 	Copyright 2012-2022 MicroEJ Corp. All rights reserved.
	This library is provided in source code for use, modification and test, subject to license terms.
	Any modification of the source code will break MicroEJ Corp. warranties on the whole library.
-->
<project name="noDeployment" default="deploy/info">
	
	<!-- Default deployment way -->
	
	<!--
		Input properties : 
			- deploy.binary.file: generated binary file
	-->
	
	<target name="deploy/info">
		<fail unless="deploy.binary.file"/>
		<echo message="The application output file has been generated here: '${deploy.binary.file}'"/>
	</target>
    
</project>
