You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2008/08/11 21:40:57 UTC

svn commit: r684890 - /xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/test-structures.xmp

Author: jeremias
Date: Mon Aug 11 12:40:57 2008
New Revision: 684890

URL: http://svn.apache.org/viewvc?rev=684890&view=rev
Log:
Fixed the shorthand form: the rdf:parseType="Resource" was missing.
Thanks to Simon Pepping for spotting that.

Modified:
    xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/test-structures.xmp

Modified: xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/test-structures.xmp
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/test-structures.xmp?rev=684890&r1=684889&r2=684890&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/test-structures.xmp (original)
+++ xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/test-structures.xmp Mon Aug 11 12:40:57 2008
@@ -52,7 +52,7 @@
           <test:other-name>Palpatine</test:other-name>
         </rdf:Description>
       </test:villain>
-      <test:project> <!-- shorthand form for structure -->
+      <test:project rdf:parseType="Resource"> <!-- shorthand form for structure -->
         <test:name>Apache XML Graphics</test:name>
         <test:url>http://xmlgraphics.apache.org/</test:url>
       </test:project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org