Revision 4515
Added by daigle about 16 years ago
build.xml | ||
---|---|---|
235 | 235 |
</condition> |
236 | 236 |
<!-- peer.utilities.required is used when there is no utilities |
237 | 237 |
directory at ${utilitiesdir} --> |
238 |
<condition property="utilities.required"> |
|
238 |
<condition property="peer.utilities.required">
|
|
239 | 239 |
<or> |
240 | 240 |
<not><available file="${utilitiesdir}" type="dir"/></not> |
241 | 241 |
</or> |
... | ... | |
319 | 319 |
<echo>Enter CVS password: </echo> |
320 | 320 |
<cvs cvsRoot="${cvsroot}" |
321 | 321 |
package="${util-module}" |
322 |
dest="${utilitiesdir}" /> |
|
322 |
dest="${utilitiesdir}/.." />
|
|
323 | 323 |
</target> |
324 | 324 |
|
325 | 325 |
<target name="getutilities" depends="prepare" |
... | ... | |
832 | 832 |
|
833 | 833 |
<copy file="src/perl/register-dataset.cgi" todir="${war.context.cgi}"/> |
834 | 834 |
<copy file="src/perl/ldapweb.cgi" todir="${war.context.cgi}" /> |
835 |
<copy file="src/perl/Metacat/blib/lib/Metacat.pm" todir="${war.lib}" />
|
|
835 |
<copy file="src/perl/Metacat/Metacat.pm" todir="${war.lib}" /> |
|
836 | 836 |
|
837 | 837 |
<!-- registry cgi section --> |
838 | 838 |
<!-- TODO SCW: use relative paths to grab these instead of copying to tmp, |
Also available in: Unified diff
fix peer.utilites.required variable. Fix Metacat.pm directory.