mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
01.49.2012 4c69ea46977a9169754ac551aad4affea306067c
Fix for OPENDJ-316: Missing ć in Admin Guide PDF

Turns out that when -enc ansi gets passed to fop, the character set is restricted to WinAnsi. Doh!
1 files modified
3 ■■■■■ changed files
opendj3/pom.xml 3 ●●●●● patch | view | raw | blame | history
opendj3/pom.xml
@@ -125,9 +125,6 @@
            <goals>
              <goal>generate</goal>
            </goals>
            <configuration>
              <ansi>true</ansi>
            </configuration>
          </execution>
        </executions>
      </plugin>