ant/plans/smoke.xml

6 lines
92 B
XML
Raw Normal View History

2022-08-10 05:35:08 +00:00
<project>
<target name="hello">
<echo message="Hello, world"/>
</target>
</project>