keiron 01/09/12 02:30:40
Modified: . build.xml
Log:
made the construction of foreign name dom a bit more direct
and simple reducing number of classes
Revision Changes Path
1.44 +1 -25 xml-fop/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/build.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- build.xml 2001/08/26 14:26:24 1.43
+++ build.xml 2001/09/12 09:30:40 1.44
@@ -228,13 +228,9 @@
<property name="src.propmaker.xsl" value="${src.codegen}/propmaker.xsl"/>
<property name="foproperties.xml" value="${build.codegen}/foproperties.xml"/>
<property name="colorkw.xml" value="${build.codegen}/colorkw.xml"/>
- <property name="svgproperties.xml" value="${build.codegen}/svgproperties.xml"/>
<property name="extproperties.xml" value="${build.codegen}/extproperties.xml"/>
<property name="allprops.xml" value="${build.codegen}/allprops.xml"/>
- <property name="svgelements.xml" value="${build.codegen}/svgelements.xml"/>
- <property name="elements.xsl" value="${build.codegen}/elements.xsl"/>
-
<property name="properties.xsl" value="${build.codegen}/properties.xsl"/>
<property name="propmap.xsl" value="${build.codegen}/propmap.xsl"/>
<property name="enumgen.xsl" value="${build.codegen}/enumgen.xsl"/>
@@ -433,13 +429,8 @@
<!-- generate the java files from xml resources -->
<echo message="Generating the java files from xml resources"/>
-
- <xslt infile="${svgelements.xml}" xsltfile="${src.propmaker.xsl}"
- dependent="${propinc.xsl}"
- outfile="${svgproperties.xml}" smart="yes"/>
-
<xslt infile="${allprops.xml}" xsltfile="${genconst.xsl}"
-
dependent="${foproperties.xml},${svgproperties.xml},${extproperties.xml},${colorkw.xml}"
+ dependent="${foproperties.xml},${extproperties.xml},${colorkw.xml}"
outfile="${build.src}/${replacestring}/fo/properties/Constants.java"
smart="yes"/>
<xslt infile="${foproperties.xml}" xsltfile="${properties.xsl}"
@@ -452,16 +443,6 @@
dependent="${propinc.xsl}"
outfile="${build.src}/${replacestring}/fo/properties/foenums_${ignore_this}"
smart="yes"/>
- <xslt infile="${svgproperties.xml}" xsltfile="${properties.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/svg_${ignore_this}"
smart="yes"/>
- <xslt infile="${svgproperties.xml}" xsltfile="${propmap.xsl}"
- dependent="${propinc.xsl}"
-
outfile="${build.src}/${replacestring}/fo/properties/SVGPropertyMapping.java"
smart="yes"/>
- <xslt infile="${svgproperties.xml}" xsltfile="${enumgen.xsl}"
- dependent="${propinc.xsl}"
-
outfile="${build.src}/${replacestring}/fo/properties/svgenums_${ignore_this}"
smart="yes"/>
-
<xslt infile="${extproperties.xml}" xsltfile="${properties.xsl}"
dependent="${propinc.xsl}"
outfile="${build.src}/${replacestring}/fo/properties/ext_${ignore_this}"
smart="yes"/>
@@ -471,11 +452,6 @@
<xslt infile="${extproperties.xml}" xsltfile="${enumgen.xsl}"
dependent="${propinc.xsl}"
outfile="${build.src}/${replacestring}/fo/properties/extenums_${ignore_this}"
smart="yes"/>
-
-
- <xslt infile="${svgelements.xml}" xsltfile="${elements.xsl}"
- outfile="${build.src}/${replacestring}/svg/ele_${ignore_this}" smart="yes"/>
-
<xslt infile="${charlist.xml}" xsltfile="${charlist.xsl}"
outfile="${build.src}/${replacestring}/render/pdf/CodePointMapping.java"
smart="yes"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]