git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197109
13f79535-47bb-0310-9956-
ffa450edef68
<redirect:write select="concat($classname, '.java')">
<xsl:text>package org.apache.fop.fo.properties;
-import org.apache.fop.fo.Constants;
+
</xsl:text>
<xsl:if test=".//keyword-equiv or ./name[.='generic-color']">
<xsl:text>
<xsl:text>
import org.apache.fop.apps.FOPException;</xsl:text>
</xsl:if>
+ <xsl:if test=".//enumeration and @type='generic'">
+ <xsl:text>
+import org.apache.fop.fo.Constants;</xsl:text>
+</xsl:if>
<xsl:text>
public class </xsl:text>