<?xml version="1.0" encoding="UTF-8"?>  <!--     Build file for components of 'projectName'     Creation date : $Date: yyyy-m-dd $     Updated date : $Date: yyyy-m-dd $     Author:  developerName   Copyright 2002 cwap.com, Inc. All rights reserved.  -->  <project name="components" default="core" basedir=".">    <target name="main" depends="core"/>   <target name="all" depends="core"/>   <target name="core">     <ant dir="componentName/" target="core"/>   </target>   <target name="clean">     <ant dir="componentName/" target="clean"/>   </target> </project>  