myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3767] branches/packs/config/default_settings.yml


From: noreply
Subject: [myexperiment-hackers] [3767] branches/packs/config/default_settings.yml: reversed accidental change to config/default_settings.yml
Date: Fri, 1 Nov 2013 15:58:35 +0000 (UTC)

Revision
3767
Author
dgc
Date
2013-11-01 15:58:35 +0000 (Fri, 01 Nov 2013)

Log Message

reversed accidental change to config/default_settings.yml

Modified Paths

Diff

Modified: branches/packs/config/default_settings.yml (3766 => 3767)


--- branches/packs/config/default_settings.yml	2013-11-01 15:56:03 UTC (rev 3766)
+++ branches/packs/config/default_settings.yml	2013-11-01 15:58:35 UTC (rev 3767)
@@ -1587,11 +1587,9 @@
 
     parameters:
 
-    - label:     Workflow
-      type:      select
-      symbol:    :workflow
-      node_type: resource
-      special:   wfdesc_workflow
+    - label:  Resource
+      type:   resource 
+      symbol: :resource
 
     - label:  Hardware
       type:   string 
@@ -1604,7 +1602,7 @@
 
     required_statements:
 
-    - template: [:workflow, "<http://purl.org/wf4ever/roterms#requiresHardware>", :b1]
+    - template: [:resource, "<http://purl.org/wf4ever/roterms#requiresHardware>", :b1]
 
     - template: [:b1, "<http://purl.org/dc/terms/description>", :description]
 
@@ -1612,8 +1610,10 @@
       depends:  [:link]
 
     targets:
-    - :workflow
+    - :resource
 
+    redirect: :resource
+
   requires_software:
 
     label: requires software
@@ -1622,11 +1622,9 @@
 
     parameters:
 
-    - label:     Workflow
-      type:      select
-      symbol:    :workflow
-      node_type: resource
-      special:   wfdesc_workflow
+    - label:  Resource
+      type:   resource 
+      symbol: :resource
 
     - label:  Software
       type:   string 
@@ -1639,7 +1637,7 @@
 
     required_statements:
 
-    - template: [:workflow, "<http://purl.org/wf4ever/roterms#requiresSoftware>", :b1]
+    - template: [:resource, "<http://purl.org/wf4ever/roterms#requiresSoftware>", :b1]
 
     - template: [:b1, "<http://purl.org/dc/terms/description>", :description]
 
@@ -1647,8 +1645,10 @@
       depends:  [:link]
 
     targets:
-    - :workflow
+    - :resource
 
+    redirect: :resource
+
   resource_type:
 
     label: resource type
@@ -1998,28 +1998,6 @@
 
     redirect: :resource
 
-# service:
-
-#   label: service
-
-#   parameters:
-
-#   - label:     Workflow
-#     type:      select
-#     symbol:    :workflow
-#     node_type: resource
-#     special:   wfdesc_workflow
-
-#   required_statements:
-
-#   - template: [:resource, "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>", :type]
-
-#   targets:
-
-#   - :workflow
-
-#   redirect: :resource
-
 wf_ro_service_uri: "http://www.example.com/wf-ro/jobs"
 wf_ro_service_bearer_token: "bearer-token"
 

reply via email to

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