myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3080] trunk/Rakefile: fixed issue with versionin


From: noreply
Subject: [myexperiment-hackers] [3080] trunk/Rakefile: fixed issue with versioning changes
Date: Wed, 8 Aug 2012 11:41:05 +0000 (UTC)

Revision
3080
Author
dgc
Date
2012-08-08 11:41:04 +0000 (Wed, 08 Aug 2012)

Log Message

fixed issue with versioning changes

Modified Paths

Diff

Modified: trunk/Rakefile (3079 => 3080)


--- trunk/Rakefile	2012-08-07 11:12:00 UTC (rev 3079)
+++ trunk/Rakefile	2012-08-08 11:41:04 UTC (rev 3080)
@@ -184,7 +184,7 @@
   doc.root = LibXML::XML::Node.new("results")
 
   ids.each do |id|
-    components = Workflow::Version.find(id).components
+    components = WorkflowVersion.find(id).components
     components['workflow-version'] = id.to_s
     doc.root << components
   end

reply via email to

[Prev in Thread] Current Thread [Next in Thread]