Revision 4328
Added by daigle over 16 years ago
build.xml | ||
---|---|---|
104 | 104 |
<property name="eml2_0_0-tag" value="RELEASE_EML_2_0_0_UPDATE_1" /> |
105 | 105 |
<property name="eml2_0_1-schema-tag" value="RELEASE_EML_2_0_1" /> |
106 | 106 |
<property name="eml2_0_1-style-tag" value="RELEASE_EML_2_0_1_UPDATE_6" /> |
107 |
<!-- property name="eml2_1_0-schema-tag" value="RELEASE_EML_2_1_0_RC_3" / --> |
|
108 |
<!-- property name="eml2_1_0-style-tag" value="RELEASE_EML_2_1_0_RC_3" / --> |
|
109 |
<property name="eml2_1_0-schema-tag" value="" /> |
|
110 |
<property name="eml2_1_0-style-tag" value="" /> |
|
107 | 111 |
<property name="eml2_0_0namespace" value="eml://ecoinformatics.org/eml-2.0.0" /> |
108 | 112 |
<property name="eml2_0_1namespace" value="eml://ecoinformatics.org/eml-2.0.1" /> |
109 | 113 |
<property name="eml2_1_0namespace" value="eml://ecoinformatics.org/eml-2.1.0" /> |
... | ... | |
225 | 229 |
<or> |
226 | 230 |
<not><available file="lib/schema/eml-2.0.1/eml.xsd"/></not> |
227 | 231 |
<not><available file="lib/schema/eml-2.0.0/eml.xsd"/></not> |
232 |
<not><available file="lib/schema/eml-2.1.0/eml.xsd"/></not> |
|
228 | 233 |
<not><available file="lib/dtd/eml-dataset-2.0.0beta6.dtd"/></not> |
229 | 234 |
</or> |
230 | 235 |
</condition> |
... | ... | |
437 | 442 |
<param name="cvs.tagname" value="${eml2_0_1-style-tag}" /> |
438 | 443 |
<param name="dirname" value="eml-2.0.1" /> |
439 | 444 |
</antcall> |
445 |
|
|
446 |
<!-- Checkout eml210 for given schema tag--> |
|
447 |
<echo>Enter CVS password: </echo> |
|
448 |
<cvs cvsRoot="${cvsroot}" |
|
449 |
package="${eml-module}" |
|
450 |
tag="${eml2_1_0-schema-tag}" |
|
451 |
dest="${build.tmp}/eml_${eml2_1_0-schema-tag}" /> |
|
452 |
<mkdir dir="lib/schema/eml-2.1.0" /> |
|
453 |
<copy todir="lib/schema/eml-2.1.0" filtering="yes"> |
|
454 |
<fileset dir="${build.tmp}/eml_${eml2_1_0-schema-tag}/${eml-module}"> |
|
455 |
<include name="*.xsd"/> |
|
456 |
</fileset> |
|
457 |
</copy> |
|
458 |
|
|
459 |
<!-- Checkout eml210 for given style sheet tag--> |
|
460 |
<echo>Enter CVS password: </echo> |
|
461 |
<cvs cvsRoot="${cvsroot}" |
|
462 |
package="${eml-module}" |
|
463 |
tag="${eml2_1_0-style-tag}" |
|
464 |
dest="${build.tmp}/eml_${eml2_1_0-style-tag}" /> |
|
465 |
<antcall target="copyxsl"> |
|
466 |
<param name="cvs.tagname" value="${eml2_1_0-style-tag}" /> |
|
467 |
<param name="dirname" value="eml-2.1.0" /> |
|
468 |
</antcall> |
|
440 | 469 |
</target> |
441 | 470 |
|
442 | 471 |
<target name="copyxsl" |
Also available in: Unified diff
Get eml 2.1.0 files