Revision 9993
Added by Jing Tao about 8 years ago
build.xml | ||
---|---|---|
31 | 31 |
--> |
32 | 32 |
<project name="metacat" default="jar" basedir="." |
33 | 33 |
xmlns:artifact="antlib:org.apache.maven.artifact.ant"> |
34 |
|
|
35 |
<property name="metacatui-tag" value="METACATUI_1_12_1" /> |
|
36 |
<property name="eml2-style-tag" value="trunk" /> |
|
37 |
<property name="seek-tag" value="tags/ECOGRID_1_2_3" /> |
|
38 |
|
|
34 | 39 |
<property environment="env" /> |
35 | 40 |
<property file="build.properties" /><!-- USER SPECIFIC PROPS --> |
36 | 41 |
<property name="java.target.version" value="1.7" /> <!-- the target version for java compilation--> |
... | ... | |
232 | 237 |
value="lib${style-common-relpath}" /> |
233 | 238 |
<property name="schema-cvsrelpath" value="lib${schema-relpath}" /> |
234 | 239 |
<property name="style-skins-relpath" value="/style/skins" /> |
235 |
<property name="seek-tag" value="tags/ECOGRID_1_2_3" /> |
|
236 | 240 |
<property name="eml.git.repository.url" value="https://github.com/NCEAS/eml.git" /> |
237 | 241 |
<property name="eml-module" value="eml" /> |
238 | 242 |
<property name="eml-version" value="2.0.0beta6" /> |
... | ... | |
244 | 248 |
<property name="eml2_1_0-schema-tag" value="RELEASE_EML_2_1_0" /> |
245 | 249 |
<property name="eml2_1_1-schema-tag" value="RELEASE_EML_2_1_1" /> |
246 | 250 |
<!--<property name="eml2-style-tag" value="RELEASE_EML_UTILS_1_0_7" />--> |
247 |
<property name="eml2-style-tag" value="trunk" /> |
|
251 |
|
|
248 | 252 |
|
249 | 253 |
<property name="eml2_0_0namespace" |
250 | 254 |
value="eml://ecoinformatics.org/eml-2.0.0" /> |
... | ... | |
398 | 402 |
<property name="metacatui.git.repository.url" |
399 | 403 |
value="https://github.com/NCEAS/metacatui.git" /> |
400 | 404 |
<property name="metacatui.git.repository.refname" |
401 |
value="METACATUI_1_11_3" />
|
|
405 |
value="${metacatui-tag}" />
|
|
402 | 406 |
<!--<property name="metacatui.git.repository.refname" |
403 | 407 |
value="master" />--> |
404 | 408 |
<property name="metacatui.build.dir" |
Also available in: Unified diff
Move some properies which are often configured to the beginging of the file.