[Swift-commit] r3171 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Oct 20 15:19:33 CDT 2009
Author: hategan
Date: 2009-10-20 15:19:32 -0500 (Tue, 20 Oct 2009)
New Revision: 3171
Modified:
trunk/libexec/vdl-sc.k
Log:
added env element; makes more sense than a profile in the env namespace
Modified: trunk/libexec/vdl-sc.k
===================================================================
--- trunk/libexec/vdl-sc.k 2009-10-16 21:54:51 UTC (rev 3170)
+++ trunk/libexec/vdl-sc.k 2009-10-20 20:19:32 UTC (rev 3171)
@@ -51,6 +51,10 @@
property("{namespace}:{key}", value)
)
)
+
+ element(env, [name, value]
+ property("env:{name}", value)
+ )
element(workdirectory, [dir]
property(name="workdir", value = dir)
More information about the Swift-commit
mailing list