Subversion Repositories SmartDukaan

Rev

Rev 395 | Rev 525 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 395 Rev 421
Line 51... Line 51...
51
		        <pathelement location="${thirdparty.location}/readonly/apache/thrift-0.2.0/libthrift.jar"/>
51
		        <pathelement location="${thirdparty.location}/readonly/apache/thrift-0.2.0/libthrift.jar"/>
52
		        <pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-api-1.5.8.jar"/>
52
		        <pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-api-1.5.8.jar"/>
53
		        <pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
53
		        <pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
54
			<pathelement location="${thirdparty.location}/Common.jar"/>
54
			<pathelement location="${thirdparty.location}/Common.jar"/>
55
			<pathelement location="${thirdparty.location}/ThriftConfig.jar"/>
55
			<pathelement location="${thirdparty.location}/ThriftConfig.jar"/>
-
 
56
			<pathelement location="${thirdparty.location}/readonly/payment/payments.jar"/>
-
 
57
 
56
	    </path>
58
	    </path>
57
	
59
	
58
		<filelist id="Website.libs">
60
		<filelist id="Website.libs">
59
		        <file name="${thirdparty.location}/readonly/apache/commons-collections-3.2.1/commons-collections-3.2.1.jar"/>
61
		        <file name="${thirdparty.location}/readonly/apache/commons-collections-3.2.1/commons-collections-3.2.1.jar"/>
60
		        <file name="${thirdparty.location}/readonly/apache/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar"/>
62
		        <file name="${thirdparty.location}/readonly/apache/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar"/>
Line 83... Line 85...
83
		        <file name="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
85
		        <file name="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
84
  
86
  
85
			<file name="${thirdparty.location}/Common.jar"/>
87
			<file name="${thirdparty.location}/Common.jar"/>
86
			<file name="${thirdparty.location}/ThriftConfig.jar"/>
88
			<file name="${thirdparty.location}/ThriftConfig.jar"/>
87
 
89
 
-
 
90
                        <file name="${thirdparty.location}/readonly/payment/payments.jar"/>
-
 
91
 
-
 
92
 
-
 
93
 
88
		</filelist>
94
		</filelist>
89
	
95
	
90
	<!-- ==================== Clean Target ==================================== -->
96
	<!-- ==================== Clean Target ==================================== -->
91
 
97
 
92
	<!--
98
	<!--