You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2010/07/09 01:22:52 UTC

svn commit: r962100 - /incubator/deltacloud/trunk/framework/app/views/api/show.xml.haml

Author: lutter
Date: Thu Jul  8 23:22:52 2010
New Revision: 962100

URL: http://svn.apache.org/viewvc?rev=962100&view=rev
Log:
Pass driver name via api.xml

Modified:
    incubator/deltacloud/trunk/framework/app/views/api/show.xml.haml

Modified: incubator/deltacloud/trunk/framework/app/views/api/show.xml.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/framework/app/views/api/show.xml.haml?rev=962100&r1=962099&r2=962100&view=diff
==============================================================================
--- incubator/deltacloud/trunk/framework/app/views/api/show.xml.haml (original)
+++ incubator/deltacloud/trunk/framework/app/views/api/show.xml.haml Thu Jul  8 23:22:52 2010
@@ -1,3 +1,3 @@
-%api{ :version=>@version }
+%api{ :version=>@version, :driver=>DRIVER }
   - for entry_point in @entry_points
     %link{ :rel=>entry_point[0], :href=>entry_point[1] }