Subversion Repositories SmartDukaan

Rev

Rev 309 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
309 ashish 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project name="thirdparty">
3
	<target name="build">
4
		<!-- copy all the dependencies to lib folder -->
5
		<copy todir="../lib">
6
			<fileset dir=".">
7
				<exclude name="build.xml"/>
8
			</fileset>
9
		</copy>		
10
 
11
	</target>
12
</project>
13