mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
changed documentation target folder
This commit is contained in:
parent
76bc32130f
commit
ab15c4b635
@ -118,7 +118,7 @@
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${basedir}/target/xslt</directory>
|
||||
<directory>${basedir}/target/docu</directory>
|
||||
<outputDirectory>/docu/</outputDirectory>
|
||||
<includes>
|
||||
<include>*.pdf</include>
|
||||
|
@ -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()) {
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user