Changeset a0ba83da7d981610aa0c6e50ee38f16b01b50d5a
- 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
| r23aa517 |
ra0ba83d |
|
| 99 | 99 | source="1.6" |
|---|
| 100 | 100 | target="1.6" |
|---|
| | 101 | encoding="UTF-8" |
|---|
| 101 | 102 | includes="**/server/framework/**"> |
|---|
| 102 | 103 | <classpath refid="compile.classpath"/> |
|---|
| … | … | |
| 112 | 113 | source="1.6" |
|---|
| 113 | 114 | target="1.6" |
|---|
| 114 | | encoding="UTF-8" |
|---|
| | 115 | encoding="UTF-8" |
|---|
| 115 | 116 | includes="**/server/templates/**"> |
|---|
| 116 | 117 | <classpath refid="compile.classpath"/> |
|---|
| … | … | |
| 139 | 140 | source="1.6" |
|---|
| 140 | 141 | target="1.6" |
|---|
| | 142 | encoding="UTF-8" |
|---|
| 141 | 143 | excludes="**/server/templates/**,**/server/framework/**"> |
|---|
| 142 | 144 | <classpath refid="compile.classpath"/> |
|---|
| … | … | |
| 153 | 155 | deprecation="${compile.deprecation}" |
|---|
| 154 | 156 | optimize="${compile.optimize}" |
|---|
| | 157 | encoding="UTF-8" |
|---|
| 155 | 158 | source="1.5" |
|---|
| 156 | 159 | target="1.5"> |
|---|