Author: fguillaume
Date: Tue Dec  8 18:16:20 2009
New Revision: 888501

URL: http://svn.apache.org/viewvc?rev=888501&view=rev
Log:
CMIS-65: make AtomPub entry valid

Modified:
    
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentNoContent.atomentry.xml

Modified: 
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentNoContent.atomentry.xml
URL: 
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentNoContent.atomentry.xml?rev=888501&r1=888500&r2=888501&view=diff
==============================================================================
--- 
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentNoContent.atomentry.xml
 (original)
+++ 
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentNoContent.atomentry.xml
 Tue Dec  8 18:16:20 2009
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <entry xmlns="http://www.w3.org/2005/Atom"; 
xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"; 
xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/";>
+  <id>urn:uuid:00000000-0000-0000-0000-000000000000</id>
   <title>${NAME}</title>
+  <link rel="alternate" href=""/>
   <summary>${NAME} (summary)</summary>
   <cmisra:object>
     <cmis:properties>


Reply via email to