(StringBuilder buffer)
| 543 | * ############################################################### |
| 544 | */ |
| 545 | private static void appendPCGVersionLine(StringBuilder buffer) |
| 546 | { |
| 547 | buffer.append(IOConstants.TAG_PCGVERSION).append(':'); |
| 548 | buffer.append("2.0"); //$NON-NLS-1$ |
| 549 | buffer.append(IOConstants.LINE_SEP); |
| 550 | } |
| 551 | |
| 552 | private void appendPurchasePointsLine(StringBuilder buffer) |
| 553 | { |