Revision 9875
Added by Jing Tao over 8 years ago
build.xml | ||
---|---|---|
597 | 597 |
<target name="geteml" depends="getemlpre2,getemlpre2beta4,geteml2+,getConversionXSL" |
598 | 598 |
if="eml.required" description="Calls getemlpre2 and geteml2+ targets" /> |
599 | 599 |
|
600 |
<target name="getemlpre2" depends="prepare" if="eml.required" |
|
600 |
<target name="getemlpre2" depends="prepare,giteml" if="eml.required"
|
|
601 | 601 |
description="Checks EML-beta6 out of svn and copies dtds and xsl to your metacat sandbox"> |
602 | 602 |
<mkdir dir="lib/dtd" /> |
603 | 603 |
<copy todir="lib/dtd" filtering="yes"> |
Also available in: Unified diff
Add a depency on the target giteml. Otherwise, the checkout will not happen.