Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0"?>


<!-- ====================================================================== 
     Date:     June 2010
     
     Project:  Website
     
     Author:   Ashish Singh
     ====================================================================== -->
<project name="Main" default="buildall" basedir=".">
        <target name="buildall" description="BuildWholeTree">
                <ant dir="thirdparty" target="build"/>
                <ant dir="ThriftConfig"/>
                <ant dir="Common"/>
                <ant dir="ContentStore" target="main"/>
                <ant dir="ContentCreation" target="main"/>              
                <ant dir="Website"/>
          </target>
</project>