Subversion Repositories SmartDukaan

Rev

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

Rev 403 Rev 725
Line 48... Line 48...
48
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xalan.jar"/>
48
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xalan.jar"/>
49
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xercesImpl.jar"/>
49
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xercesImpl.jar"/>
50
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xml-apis.jar"/>
50
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xml-apis.jar"/>
51
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xsltc.jar"/>
51
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xsltc.jar"/>
52
 
52
 
53
				<pathelement location="${thirdparty.location}/ContentStore.jar"/>
53
			<pathelement location="${thirdparty.location}/ContentStore.jar"/>
-
 
54
			<pathelement location="${thirdparty.location}/Common.jar"/>
-
 
55
			<pathelement location="${thirdparty.location}/ThriftConfig.jar"/>
54
    </path>
56
    </path>
55
		
57
		
56
	
58
	
57
	<target name="main" depends="clean, compile, compress">
59
	<target name="main" depends="clean, compile, compress">
58
		<echo>
60
		<echo>
Line 193... Line 195...
193
					tofile="build/WEB-INF/lib/Common.jar"/>
195
					tofile="build/WEB-INF/lib/Common.jar"/>
194
		
196
		
195
		<copy file="../lib/ThriftConfig.jar" 
197
		<copy file="../lib/ThriftConfig.jar" 
196
							tofile="build/WEB-INF/lib/ThriftConfig.jar"/>
198
							tofile="build/WEB-INF/lib/ThriftConfig.jar"/>
197
		
199
		
198
		
-
 
199
		<war 
200
		<war 
200
			destfile="ContentCreation.war" 
201
			destfile="ContentCreation.war" 
201
			basedir="build"/>
202
			basedir="build"/>
202
        
203
        
203
		<copy file="ContentCreation.war" 
204
		<copy file="ContentCreation.war"