You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/03/14 11:49:57 UTC

svn commit: r518092 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap

Author: rgardler
Date: Wed Mar 14 03:49:53 2007
New Revision: 518092

URL: http://svn.apache.org/viewvc?view=rev&rev=518092
Log:
Output xml not xdoc

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap?view=diff&rev=518092&r1=518091&r2=518092
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/input.xmap Wed Mar 14 03:49:53 2007
@@ -122,12 +122,12 @@
       
       <map:match pattern="projectDetails/source.xml">
         <map:generate type="file" src="{lm:doap.descriptor}" />
-        <map:serialize type="xml-document"/>
+        <map:serialize type="xml"/>
       </map:match>
       
       <map:match pattern="projectDetails/**.source.xml">
         <map:generate type="file" src="{lm:doap.descriptor.{1}}" />
-        <map:serialize type="xml-document"/>
+        <map:serialize type="xml"/>
       </map:match>
     
       <map:match pattern="projectDetails.xml">