in src/main/org/apache/ant/vss/MSVSS.java [325:331]
protected String getLabel() {
String shortLabel = "";
if (label != null && label.length() > 0) {
shortLabel = FLAG_LABEL + getShortLabel();
}
return shortLabel;
}