- Fixed WCM-497, WCM-525 & WCM-539

- Added target to continuous build to distribute AMPs
- Web service client project now generates javadocs for files generatated from WSDL

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6212 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-07-11 17:28:34 +00:00
parent b33b2fbb7c
commit d28d040c59
3 changed files with 19 additions and 4 deletions

View File

@@ -218,6 +218,7 @@ public class AVMNode extends Node implements Map<String, Object>
this.properties.put("modified", this.avmRef.getModDate());
this.properties.put("creator", this.avmRef.getCreator());
this.properties.put("modifier", this.avmRef.getLastModifier());
this.properties.put("deleted", this.deleted);
this.propsRetrieved = true;
}