Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
338 ashish 1
<?xml version="1.0"?>
2
 
3
 
4
<!-- ====================================================================== 
5
     Date:     June 2010
6
 
7
     Project:  Website
8
 
9
     Author:   Ashish Singh
10
     ====================================================================== -->
11
<project name="Main" default="buildall" basedir=".">
12
	<target name="buildall" description="BuildWholeTree">
13
		<ant dir="thirdparty" target="build"/>
14
		<ant dir="ThriftConfig"/>
15
		<ant dir="Common"/>
16
		<ant dir="ContentStore" target="main"/>
17
		<ant dir="ContentCreation" target="main"/>		
18
		<ant dir="Website"/>
19
	  </target>
20
</project>