Revision 2497
Added by sgarg over 19 years ago
build.xml | ||
---|---|---|
195 | 195 |
<property name="eml-css" value="eml_xsl.css"/> |
196 | 196 |
<property name="eml-module.default.css" |
197 | 197 |
value="default.css"/> |
198 |
<property name="conversion-module" value="webmdentry" /> |
|
199 | 198 |
|
200 | 199 |
<!-- Config for registry variables --> |
201 | 200 |
<property name="scope" value="obfs"/> |
... | ... | |
835 | 834 |
<target name="getConversionXSL" depends="prepare" |
836 | 835 |
unless="styles.not.needed" |
837 | 836 |
description="Gets the conversion stylesheets for eml2 beta 6 to eml 2.0.0"> |
837 |
|
|
838 | 838 |
<echo>Enter CVS password: </echo> |
839 |
<cvs cvsRoot="${cvsroot-alternate}" |
|
840 |
package="${conversion-module}" |
|
841 |
dest="${build.tmp}" /> |
|
839 |
<cvs cvsRoot="${cvsroot}" |
|
840 |
package="${eml-module}" |
|
841 |
tag="${eml2_0_1-tag}" |
|
842 |
dest="${build.tmp}/eml_${eml2_0_1-tag}" /> |
|
842 | 843 |
|
843 | 844 |
<mkdir dir="lib/style/common/emlb6toeml2" /> |
844 | 845 |
<copy todir="lib/style/common/emlb6toeml2" filtering="yes"> |
845 |
<fileset dir="${build.tmp}/${conversion-module}/lib/style">
|
|
846 |
<fileset dir="${build.tmp}/eml_${eml2_0_1-tag}/${eml-module}/lib/beta6toeml2/xsl">
|
|
846 | 847 |
<include name="*.xsl"/> |
847 | 848 |
<include name="*.xml"/> |
848 | 849 |
</fileset> |
Also available in: Unified diff
Removing dependency on webmdentry module