Merge the OMF 6 branch
[nepi.git] / src / nepi / resources / omf / application.py
index a7f131b..b6d8d13 100644 (file)
@@ -55,11 +55,11 @@ class OMFApplication(OMFResource):
         appid = Attribute("appid", "Name of the application")
         stdin = Attribute("stdin", "Input of the application", default = "")
         sources = Attribute("sources", "Sources of the application", 
-                     flags = Flags.ExecReadOnly)
+                     flags = Flags.Design)
         sshuser = Attribute("sshUser", "user to connect with ssh", 
-                     flags = Flags.ExecReadOnly)
+                     flags = Flags.Design)
         sshkey = Attribute("sshKey", "key to use for ssh", 
-                     flags = Flags.ExecReadOnly)
+                     flags = Flags.Design)
 
         cls._register_attribute(appid)
         cls._register_attribute(command)