Browse Source

Fixed typo


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@666596 13f79535-47bb-0310-9956-ffa450edef68
pull/37/head
Vincent Hennebert 16 years ago
parent
commit
6d2d9cc8b7
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      build.xml

+ 5
- 5
build.xml View File

@@ -1417,11 +1417,11 @@ NOTE:
</target>

<!-- =================================================================== -->
<!-- Helper task to generate source files that have already been -->
<!-- checked into the repository. For these files, the version in the -->
<!-- in the repository is the official one and may have updates that will-->
<!-- *not* be generated by below. -->
<!-- This target should never be part of the normal build process. -->
<!-- Helper task to generate source files that have already been checked -->
<!-- into the repository. For these files, the version in the -->
<!-- repository is the official one and may have updates that will *not* -->
<!-- be generated by below. This target should never be part of the -->
<!-- normal build process. -->
<!-- =================================================================== -->
<target name="codegen-unicode" >
<mkdir dir="${build.codegen-classes.dir}"/>

Loading…
Cancel
Save