You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/04/04 07:00:35 UTC

svn commit: r525400 - in /forrest/trunk: plugins/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Author: crossley
Date: Tue Apr  3 22:00:34 2007
New Revision: 525400

URL: http://svn.apache.org/viewvc?view=rev&rev=525400
Log:
Add missing xml declaration.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml?view=diff&rev=525400&r1=525399&r2=525400
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml Tue Apr  3 22:00:34 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <albuminfo>
   <title>Gallery</title>
 </albuminfo>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?view=diff&rev=525400&r1=525399&r2=525400
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl Tue Apr  3 22:00:34 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with