blob: 881981a51c71651ed8562725d2bf55b3258c1919 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<project default="build-with-import" name="bash-completion">
<import file="imported-build.xml" />
<target name="build-with-import">
<!-- ... -->
</target>
</project>
|