Changeset a0ba83da7d981610aa0c6e50ee38f16b01b50d5a

Show
Ignore:
Timestamp:
04/06/08 13:35:15 (6 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1207481715 +0200
git-parent:

[8d75eda1632a755676baeea8bd62d1034d9b0360]

git-author:
Sebastian Gift <Madison@gt-knm.de> 1207481715 +0200
Message:

UTF-8 bei allen javac-kommandos als charset hinzugefuegt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • build.xml

    r23aa517 ra0ba83d  
    9999                           source="1.6" 
    100100                           target="1.6" 
     101                           encoding="UTF-8" 
    101102                           includes="**/server/framework/**"> 
    102103                        <classpath refid="compile.classpath"/> 
     
    112113                                   source="1.6" 
    113114                                   target="1.6" 
    114                                        encoding="UTF-8" 
     115                                   encoding="UTF-8" 
    115116                                        includes="**/server/templates/**"> 
    116117                                <classpath refid="compile.classpath"/> 
     
    139140                           source="1.6" 
    140141                           target="1.6" 
     142                           encoding="UTF-8" 
    141143                                excludes="**/server/templates/**,**/server/framework/**"> 
    142144                        <classpath refid="compile.classpath"/> 
     
    153155                           deprecation="${compile.deprecation}" 
    154156                           optimize="${compile.optimize}" 
     157                           encoding="UTF-8" 
    155158                           source="1.5" 
    156159                           target="1.5">