Revision 3909
Added by Jing Tao over 16 years ago
build.xml | ||
---|---|---|
185 | 185 |
<property name="name" value="metacat"/> |
186 | 186 |
<property name="Name" value="MetaCat"/> |
187 | 187 |
<property name="debugprefix" value="${Name}:"/> |
188 |
<property name="release" value="1.8.0"/>
|
|
188 |
<property name="release" value="1.8.1"/>
|
|
189 | 189 |
<property name="replication-path" value="/${metacat.context}/servlet/replication"/> |
190 | 190 |
<property name="harvester-registration-login-path" value="/${metacat.context}/harvesterRegistrationLogin"/> |
191 | 191 |
<property name="harvester-registration-path" value="/${metacat.context}/harvesterRegistration"/> |
... | ... | |
1137 | 1137 |
<echo>Enter CVS password: </echo> |
1138 | 1138 |
<cvs cvsRoot="${cvsroot}" |
1139 | 1139 |
package="${eml-module}" |
1140 |
tag="${eml2_0_1-tag}" |
|
1141 |
dest="${build.tmp}/eml_${eml2_0_1-tag}" /> |
|
1140 |
tag="${eml2_0_1-style-tag}"
|
|
1141 |
dest="${build.tmp}/eml_${eml2_0_1-style-tag}" />
|
|
1142 | 1142 |
|
1143 | 1143 |
<mkdir dir="lib/style/common/emlb6toeml2" /> |
1144 | 1144 |
<copy todir="lib/style/common/emlb6toeml2" filtering="yes"> |
1145 |
<fileset dir="${build.tmp}/eml_${eml2_0_1-tag}/${eml-module}/lib/beta6toeml2/xsl"> |
|
1145 |
<fileset dir="${build.tmp}/eml_${eml2_0_1-style-tag}/${eml-module}/lib/beta6toeml2/xsl">
|
|
1146 | 1146 |
<include name="*.xsl"/> |
1147 | 1147 |
<include name="*.xml"/> |
1148 | 1148 |
</fileset> |
Also available in: Unified diff
checked into cvs head: replace eml-201-tag to eml-201-style-tag in getConversionalXSL.