Subversion Repositories SmartDukaan

Rev

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

Rev 337 Rev 343
Line 41... Line 41...
41
		        <pathelement location="${thirdparty.location}/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar"/>
41
		        <pathelement location="${thirdparty.location}/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar"/>
42
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-digester-2.0/commons-digester-2.0.jar"/>
42
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-digester-2.0/commons-digester-2.0.jar"/>
43
		    	<pathelement location="${thirdparty.location}/readonly/apache/thrift-0.2.0/libthrift.jar"/>
43
		    	<pathelement location="${thirdparty.location}/readonly/apache/thrift-0.2.0/libthrift.jar"/>
44
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-api-1.5.8.jar"/>
44
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-api-1.5.8.jar"/>
45
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
45
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
-
 
46
		    	<pathelement location="${thirdparty.location}/readonly/jython/jython.jar"/>
46
		    	<pathelement location="${thirdparty.location}/ContentStore.jar"/>
47
				<pathelement location="${thirdparty.location}/ContentStore.jar"/>
47
    </path>
48
    </path>
48
		
49
		
49
	
50
	
50
	<target name="main" depends="clean, compile, compress">
51
	<target name="main" depends="clean, compile, compress">
51
		<echo>
52
		<echo>
Line 143... Line 144...
143
        <copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-rest-plugin-2.1.8.1.jar" 
144
        <copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-rest-plugin-2.1.8.1.jar" 
144
            tofile="build/WEB-INF/lib/struts2-rest-plugin-2.1.8.1.jar"/>
145
            tofile="build/WEB-INF/lib/struts2-rest-plugin-2.1.8.1.jar"/>
145
                              
146
                              
146
        <copy file="../lib/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar" 
147
        <copy file="../lib/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar" 
147
            tofile="build/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar"/>
148
            tofile="build/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar"/>
-
 
149
		
-
 
150
		<copy file="../lib/readonly/apache/xalan-j_2_7_1/xalan.jar" 
-
 
151
		            tofile="build/WEB-INF/lib/xalan.jar"/>
148
                      
152
                      
149
        <copy file="../lib/readonly/apache/commons-io-1.3.2/commons-io-1.3.2.jar" 
153
        <copy file="../lib/readonly/apache/commons-io-1.3.2/commons-io-1.3.2.jar" 
150
            tofile="build/WEB-INF/lib/commons-io-1.3.2.jar"/>
154
            tofile="build/WEB-INF/lib/commons-io-1.3.2.jar"/>
151
                                
155
                                
152
		<copy file="../lib/readonly/apache/json/json-lib-2.1-jdk15.jar" 
156
		<copy file="../lib/readonly/apache/json/json-lib-2.1-jdk15.jar" 
Line 161... Line 165...
161
		<copy file="../lib/readonly/slf4j/slf4j-api-1.5.8.jar" 
165
		<copy file="../lib/readonly/slf4j/slf4j-api-1.5.8.jar" 
162
				            tofile="build/WEB-INF/lib/slf4j-api-1.5.8.jar"/>
166
				            tofile="build/WEB-INF/lib/slf4j-api-1.5.8.jar"/>
163
		
167
		
164
		<copy file="../lib/readonly/slf4j/slf4j-simple-1.5.8.jar" 
168
		<copy file="../lib/readonly/slf4j/slf4j-simple-1.5.8.jar" 
165
						            tofile="build/WEB-INF/lib/slf4j-simple-1.5.8.jar"/>
169
						            tofile="build/WEB-INF/lib/slf4j-simple-1.5.8.jar"/>
166
		
-
 
-
 
170
		<copy file="../lib/readonly/jython/jython.jar" 
-
 
171
						tofile="build/WEB-INF/lib/jython.jar"/>
167
		
172
		
168
		<copy todir="build/WEB-INF/classes">
173
		<copy todir="build/WEB-INF/classes">
169
			<fileset dir="bin">
174
			<fileset dir="bin">
170
				<include name="**/*.class"/>
175
				<include name="**/*.class"/>
171
			</fileset>
176
			</fileset>
Line 178... Line 183...
178
					tofile="build/WEB-INF/lib/Common.jar"/>
183
					tofile="build/WEB-INF/lib/Common.jar"/>
179
		
184
		
180
		<copy file="../lib/ThriftConfig.jar" 
185
		<copy file="../lib/ThriftConfig.jar" 
181
							tofile="build/WEB-INF/lib/ThriftConfig.jar"/>
186
							tofile="build/WEB-INF/lib/ThriftConfig.jar"/>
182
		
187
		
-
 
188
		
183
		<war 
189
		<war 
184
			destfile="ContentCreation.war" 
190
			destfile="ContentCreation.war" 
185
			basedir="build"/>
191
			basedir="build"/>
186
        
192
        
187
		<copy file="ContentCreation.war" 
193
		<copy file="ContentCreation.war"