Revision 5051
Added by daigle about 15 years ago
build.xml | ||
---|---|---|
114 | 114 |
<property name="schema-cvsrelpath" value="lib${schema-relpath}" /> |
115 | 115 |
<property name="style-skins-relpath" value="/style/skins" /> |
116 | 116 |
<property name="util-module" value="utilities" /> |
117 |
<!-- property name="utilities-tag" value="UTILITIES_1_0_1_RC2" / --> |
|
117 |
<!-- property name="utilities-tag" value="/tags/UTILITIES_1_0_1_RC2" / -->
|
|
118 | 118 |
<property name="utilities-tag" value="trunk" /> |
119 | 119 |
<property name="eml-module" value="eml" /> |
120 | 120 |
<property name="eml-version" value="2.0.0beta6" /> |
... | ... | |
262 | 262 |
<property name="svnjavahl.jar" |
263 | 263 |
value="${svnant.lib}/svnjavahl.jar" /> |
264 | 264 |
<property name="svn.utilitiesUrl" |
265 |
value="https://code.ecoinformatics.org/code/utilities/tags/${utilities-tag}" />
|
|
265 |
value="https://code.ecoinformatics.org/code/utilities/${utilities-tag}" /> |
|
266 | 266 |
<property name="svn.ecogridUrl" |
267 | 267 |
value="https://code.ecoinformatics.org/code/seek/trunk/projects/ecogrid/" /> |
268 | 268 |
<!-- property name="svn.utilitiesExportPath" value="${knbdir}" / --> |
... | ... | |
415 | 415 |
|
416 | 416 |
<target name="getutilities" depends="prepare" |
417 | 417 |
description="Checks utility out of svn and copies it to your metacat cvs sandbox"> |
418 |
<echo>Enter CVS password:</echo> |
|
419 |
<cvs cvsRoot="${cvsroot}" package="${util-module}" |
|
420 |
tag="${utilities-tag}" dest="${build.tmp}" /> |
|
418 |
<svn> |
|
419 |
<export srcUrl="${svn.utilitiesUrl}" |
|
420 |
destPath="${utilitiesdir}" /> |
|
421 |
</svn> |
|
421 | 422 |
</target> |
422 | 423 |
|
423 | 424 |
<target name="client" depends="utilities, prepare" |
Also available in: Unified diff
change utilities tag property to include "tag/" so that it can be changed from an explicit tag to "trunk" if needed.