<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org" xmlns:ej="https://developer.microej.com" xmlns:m="http://ant.apache.org/ivy/maven" ej:version="2.0.0">
	<info organisation="com.microej.library.script" module="script-ast" revision="1.1.0" status="release" publication="20250527180113">
		<description/>
		<ea:build organisation="com.is2t.easyant.buildtypes" module="build-microej-javalib" revision="6.2.+"/>
		<ea:property name="skip.license.checker" value="set"/>
	</info>
	<configurations>
		<conf name="default" visibility="public" description="Runtime dependencies to other artifacts"/>
		<conf name="provided" visibility="public" description="Compile-time dependencies to APIs provided by the platform"/>
		<conf name="platform" visibility="private" description="Build-time dependency, specify the platform to use"/>
		<conf name="documentation" visibility="public" description="Documentation related to the artifact (javadoc, PDF)"/>
		<conf name="dist" visibility="public" description="Contains extra files like README.md, licenses"/>
		<conf name="source" visibility="public" description="Source code"/>
		<conf name="test" visibility="private" description="Dependencies for test execution. It is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
	</configurations>
	<publications>
		<artifact name="script-ast" type="javadoc" ext="jar" conf="documentation" m:classifier="javadoc"/>
		<artifact name="script-ast" type="source" ext="jar" conf="source" m:classifier="sources"/>
		<artifact name="README" type="markdown" ext="md" conf="dist"/>
		<artifact name="LICENSE" type="text" ext="txt" conf="dist"/>
		<artifact name="CHANGELOG" type="markdown" ext="md" conf="dist"/>
		<artifact name="script-ast" type="jar" ext="jar" conf="default"/>
		<artifact name="script-ast-build-meta" type="xml" ext="xml" conf="test"/>
		<artifact name="ivy-fixed" type="xml" ext="xml" conf="test"/>
	</publications>
	<dependencies>
		<dependency org="ej.api" name="edc" rev="1.3.3" conf="default->default;provided->provided"/>
	</dependencies>
</ivy-module>
