Subversion Repositories SmartDukaan

Rev

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

Rev 332 Rev 337
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}/ContentModel.jar"/>
46
		    	<pathelement location="${thirdparty.location}/ContentStore.jar"/>
47
    </path>
47
    </path>
48
		
48
		
49
	
49
	
50
	<target name="main" depends="clean, compile, compress">
50
	<target name="main" depends="clean, compile, compress">
51
		<echo>
51
		<echo>
Line 188... Line 188...
188
			tofile="../lib/ContentCreation.war"/>
188
			tofile="../lib/ContentCreation.war"/>
189
 
189
 
190
        </target>
190
        </target>
191
 
191
 
192
	
192
	
193
</project>
-
 
194
193
</project>
-
 
194