Revision 10019
Added by Jing Tao about 8 years ago
build.xml | ||
---|---|---|
33 | 33 |
xmlns:artifact="antlib:org.apache.maven.artifact.ant"> |
34 | 34 |
|
35 | 35 |
<property name="metacatui-tag" value="METACATUI_1_12_1" /> |
36 |
<property name="eml2-style-tag" value="trunk" />
|
|
36 |
<property name="eml2-style-tag" value="RELEASE_EML_UTILS_1_1_2" />
|
|
37 | 37 |
<property name="seek-tag" value="tags/ECOGRID_1_2_3" /> |
38 | 38 |
|
39 | 39 |
<property environment="env" /> |
... | ... | |
649 | 649 |
<git-clone-pull repository="${eml.git.repository.url}" |
650 | 650 |
dest="${build.tmp}/eml_${eml2_1_1-schema-tag}" refname="${eml2_1_1-schema-tag}" /> |
651 | 651 |
<git-clone-pull repository="${eml.git.repository.url}" |
652 |
dest="${build.tmp}/eml_${eml2-style-tag}" refname="master" />
|
|
652 |
dest="${build.tmp}/eml_${eml2-style-tag}" refname="${eml2-style-tag}" />
|
|
653 | 653 |
</target> |
654 | 654 |
|
655 | 655 |
<target name="geteml2+" depends="prepare,giteml" if="eml.required" |
Also available in: Unified diff
Use an eml tag to download the xsl file.