Subversion Repositories SmartDukaan

Rev

Rev 338 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 338 Rev 1144
Line 11... Line 11...
11
<project name="Main" default="buildall" basedir=".">
11
<project name="Main" default="buildall" basedir=".">
12
	<target name="buildall" description="BuildWholeTree">
12
	<target name="buildall" description="BuildWholeTree">
13
		<ant dir="thirdparty" target="build"/>
13
		<ant dir="thirdparty" target="build"/>
14
		<ant dir="ThriftConfig"/>
14
		<ant dir="ThriftConfig"/>
15
		<ant dir="Common"/>
15
		<ant dir="Common"/>
16
		<ant dir="ContentStore" target="main"/>
16
		<ant dir="ContentStore"/>
17
		<ant dir="ContentCreation" target="main"/>		
17
		<ant dir="ContentCreation"/>		
18
		<ant dir="Website"/>
18
		<ant dir="Website"/>
19
	  </target>
19
	  </target>
20
</project>
20
</project>