Revision 5809
Added by ben leinfelder almost 14 years ago
build.xml | ||
---|---|---|
166 | 166 |
<property name="schema-cvsrelpath" value="lib${schema-relpath}" /> |
167 | 167 |
<property name="style-skins-relpath" value="/style/skins" /> |
168 | 168 |
<property name="util-module" value="utilities" /> |
169 |
<!-- property name="utilities-tag" value="/tags/UTILITIES_1_0_1_RC2" / --> |
|
170 |
<property name="utilities-tag" value="trunk" /> |
|
169 |
<!-- property name="utilities-tag" value="trunk" / --> |
|
170 |
<property name="utilities-tag" value="tags/UTILITIES_1_1_0_RC1" /> |
|
171 |
<property name="seek-tag" value="tags/ECOGRID_1_2_1" /> |
|
171 | 172 |
<property name="eml-module" value="eml" /> |
172 | 173 |
<property name="eml-version" value="2.0.0beta6" /> |
173 | 174 |
<property name="eml-beta-tag" |
... | ... | |
176 | 177 |
value="RELEASE_EML_2_0_0_UPDATE_1" /> |
177 | 178 |
<property name="eml2_0_1-schema-tag" value="RELEASE_EML_2_0_1" /> |
178 | 179 |
<property name="eml2_1_0-schema-tag" value="RELEASE_EML_2_1_0" /> |
179 |
<property name="eml2_1_1-schema-tag" value="RELEASE_EML_2_1_1_RC_1" />
|
|
180 |
<property name="eml2_1_1-schema-tag" value="RELEASE_EML_2_1_1_RC_2" />
|
|
180 | 181 |
<property name="dataone-schema-tag" value="D1_SCHEMA_0_5_1" /> |
181 |
<property name="eml2-style-tag" value="RELEASE_EML_UTILS_1_0_0_RC3" />
|
|
182 |
<property name="eml2-style-tag" value="RELEASE_EML_UTILS_1_0_0_RC7" />
|
|
182 | 183 |
<property name="eml2_0_0namespace" |
183 | 184 |
value="eml://ecoinformatics.org/eml-2.0.0" /> |
184 | 185 |
<property name="eml2_0_1namespace" |
... | ... | |
321 | 322 |
<property name="svn.utilitiesUrl" |
322 | 323 |
value="https://code.ecoinformatics.org/code/utilities/${utilities-tag}" /> |
323 | 324 |
<property name="svn.ecogridUrl" |
324 |
value="https://code.ecoinformatics.org/code/seek/trunk/projects/ecogrid/" />
|
|
325 |
value="https://code.ecoinformatics.org/code/seek/${seek-tag}/projects/ecogrid/" />
|
|
325 | 326 |
<property name="svn.emlBetaUrl" |
326 | 327 |
value="https://code.ecoinformatics.org/code/eml/branches/${eml-beta-tag}" /> |
327 | 328 |
<property name="svn.eml200SchemaUrl" |
... | ... | |
1283 | 1284 |
<include name="build.properties" /> |
1284 | 1285 |
<include name="buildfiles/metacatImpl.xml" /> |
1285 | 1286 |
</fileset> |
1287 |
<fileset dir="lib/style/common/emlb6toeml2"/> |
|
1288 |
<fileset dir="lib/dtd"/> |
|
1289 |
<fileset dir="lib/schema"/> |
|
1286 | 1290 |
</delete> |
1287 | 1291 |
</target> |
1288 | 1292 |
|
Also available in: Unified diff
only use tags when pulling resources from other projects. if you are doing rapid development in supporting repositories it may be useful to switch to 'trunk' locally but we should try not to forget about this when building releases.
also added a few more resources in the 'fullclean' target to really wipe out the external resources