Merged DEV/CMIS0_61 to HEAD:

14395 : MOB-689 Support custom sub-types in CMIS Web Services
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /alfresco/BRANCHES/DEV/CMIS0_61:r14395

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14505 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2009-06-02 14:48:00 +00:00
parent a75b698944
commit 902252cde4
47 changed files with 6733 additions and 2773 deletions

View File

@@ -6,14 +6,14 @@ import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 2.1.2
* Mon Apr 27 21:08:02 EEST 2009
* Wed May 20 15:06:32 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebFault(name = "cmisFault", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
public class CmisException extends Exception {
public static final long serialVersionUID = 20090427210802L;
public static final long serialVersionUID = 20090520150632L;
private org.alfresco.repo.cmis.ws.CmisFaultType cmisFault;