|
@@ -64,7 +64,7 @@
|
|
|
<xsl:template mode="build_object_install_se_ant_object.generate_tables_from_external.get_all_xsd.xml" match="system_cache__appinfo:element_complexType"> <!-- for type generate in main build.xml mode -->
|
|
<xsl:template mode="build_object_install_se_ant_object.generate_tables_from_external.get_all_xsd.xml" match="system_cache__appinfo:element_complexType"> <!-- for type generate in main build.xml mode -->
|
|
|
<project basedir="{$basedir}" name="{$antfile_prefix}" default="{$antfile_prefix}"
|
|
<project basedir="{$basedir}" name="{$antfile_prefix}" default="{$antfile_prefix}"
|
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
|
|
|
- <xsl:if test="$properties.xml"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
|
|
|
|
|
|
|
+ <xsl:if test="string-length($properties.xml) > 0"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
|
|
|
<target name="{$antfile_prefix}">
|
|
<target name="{$antfile_prefix}">
|
|
|
<parallel failonany="true" threadCount="{$threadCount}"> <!-- threadCount="4" -->
|
|
<parallel failonany="true" threadCount="{$threadCount}"> <!-- threadCount="4" -->
|
|
|
<xsl:variable name="system_cache__appinfo:element_complexType">
|
|
<xsl:variable name="system_cache__appinfo:element_complexType">
|