Author: fguillaume
Date: Wed Dec 2 10:04:36 2009
New Revision: 886097
URL: http://svn.apache.org/viewvc?rev=886097&view=rev
Log:
fix whitespace
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml?rev=886097&r1=886096&r2=886097&view=diff
==============================================================================
---
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
(original)
+++
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
Wed Dec 2 10:04:36 2009
@@ -6,10 +6,10 @@
<author>admin</author>
<summary>${NAME} (summary)</summary>
<content type="text">Must be ignored - overridden by cmisra:content</content>
- Â <cmisra:content>
- Â Â <cmisra:mediatype>text/plain</cmisra:mediatype>
- Â Â <cmisra:base64>${CMISCONTENT}</cmisra:base64>
- Â </cmisra:content>
+ <cmisra:content>
+ <cmisra:mediatype>text/plain</cmisra:mediatype>
+ <cmisra:base64>${CMISCONTENT}</cmisra:base64>
+ </cmisra:content>
<cmisra:object>
<cmis:properties>
<cmis:propertyId propertyDefinitionId="cmis:objectTypeId">
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml?rev=886097&r1=886096&r2=886097&view=diff
==============================================================================
---
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
(original)
+++
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
Wed Dec 2 10:04:36 2009
@@ -4,8 +4,8 @@
<title>Updated Title ${NAME}</title>
<updated>2009-01-01T00:00:00Z</updated>
<content>this content must be ignored ${NAME}</content> <!-- must be
overridden by cmisra:content -->
- Â <cmisra:content>
- Â Â <cmisra:mediatype>text/plain</cmisra:mediatype>
- Â Â <cmisra:base64>${CMISCONTENT}</cmisra:base64>
- Â </cmisra:content>
+ <cmisra:content>
+ <cmisra:mediatype>text/plain</cmisra:mediatype>
+ <cmisra:base64>${CMISCONTENT}</cmisra:base64>
+ </cmisra:content>
</entry>