changed documentation target folder

This commit is contained in:
hneemann 2017-08-23 21:22:06 +02:00
parent 76bc32130f
commit ab15c4b635
3 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@
</includes>
</fileSet>
<fileSet>
<directory>${basedir}/target/xslt</directory>
<directory>${basedir}/target/docu</directory>
<outputDirectory>/docu/</outputDirectory>
<includes>
<include>*.pdf</include>

View File

@ -203,7 +203,7 @@ public class DocuTest extends TestCase {
FopFactory fopFactory = FopFactory.newInstance(new File(Resources.getRoot(), "docu/fop.xconf"));
File maven = Resources.getRoot().getParentFile().getParentFile().getParentFile();
File target = new File(maven, "target/xslt");
File target = new File(maven, "target/docu");
File images = new File(target, "img");
images.mkdirs();
for (Language l : Lang.getBundle().getSupportedLanguages()) {

View File

@ -77,11 +77,11 @@
<xsl:value-of select="@toc"/>
</fo:block>
<!-- table of contents -->
<fo:block margin-bottom="2mm">
<fo:block margin-bottom="2mm" font-weight="bold">
A <fo:inline padding-left="1mm"><xsl:value-of select="@general"/></fo:inline>
</fo:block>
<xsl:apply-templates select="document(@static)/*" mode="toc"/>
<fo:block margin-top="2mm" margin-bottom="2mm">
<fo:block margin-top="2mm" margin-bottom="2mm" font-weight="bold">
B <fo:inline padding-left="1mm"><xsl:value-of select="@components"/></fo:inline>
</fo:block>
<xsl:apply-templates select="lib" mode="toc"/>