Project

General

Profile

« Previous | Next » 

Revision 1046

Added by Jing Tao almost 22 years ago

Add two variables junit and httpclient in cpath

View differences:

build.xml
86 86
                value="lib/xalan/xalan.jar" />
87 87
      <property name="apis"
88 88
                value="lib/xalan/xml-apis.jar" />
89
      <property name="junit"
90
		value="lib/junit.jar" />
91
      <property name="httpclient"
92
		value="lib/httpclient.jar" />
89 93
   </target>
90 94

  
91 95
   <target name="init" depends="config">
......
110 114
                value=":ext:tao@cvs.ecoinformatics.org:/cvs" />
111 115

  
112 116
      <property name="cpath" 
113
                value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${srb}:${cos}:${morpho}"/>
117
                value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${srb}:${cos}:${morpho}:${junit}:${httpclient}"/>
114 118

  
115 119
      <filter token="docrooturl" value="./" />
116 120
      <filter token="jdbc-connect" value="${jdbc-connect}"/>

Also available in: Unified diff