source: main/trunk/greenstone3/gli.app/Contents/document.wflow.in@ 32371

Last change on this file since 32371 was 29377, checked in by ak19, 10 years ago

Redirecting stderr and stdout to a logfile with the same name as the app file and located in gsdl3srchome/web/logs, if writable, or otherwise in /tmp.

File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>AMApplicationBuild</key>
6 <string>162</string>
7 <key>AMApplicationVersion</key>
8 <string>2.0.4</string>
9 <key>AMDocumentVersion</key>
10 <string>2</string>
11 <key>actions</key>
12 <array>
13 <dict>
14 <key>action</key>
15 <dict>
16 <key>AMAccepts</key>
17 <dict>
18 <key>Container</key>
19 <string>List</string>
20 <key>Optional</key>
21 <true/>
22 <key>Types</key>
23 <array>
24 <string>com.apple.cocoa.string</string>
25 </array>
26 </dict>
27 <key>AMActionVersion</key>
28 <string>2.0.1</string>
29 <key>AMParameterProperties</key>
30 <dict>
31 <key>COMMAND_STRING</key>
32 <dict/>
33 <key>CheckedForUserDefaultShell</key>
34 <dict/>
35 <key>inputMethod</key>
36 <dict/>
37 <key>shell</key>
38 <dict/>
39 <key>source</key>
40 <dict/>
41 </dict>
42 <key>AMProvides</key>
43 <dict>
44 <key>Container</key>
45 <string>List</string>
46 <key>Types</key>
47 <array>
48 <string>com.apple.cocoa.string</string>
49 </array>
50 </dict>
51 <key>ActionBundlePath</key>
52 <string>/System/Library/Automator/Run Shell Script.action</string>
53 <key>ActionName</key>
54 <string>Run Shell Script</string>
55 <key>ActionParameters</key>
56 <dict>
57 <key>COMMAND_STRING</key>
58 <string>logdir=/tmp
59if test -w @gsdl3srchome@/web/logs; then
60 logdir=@gsdl3srchome@/web/logs
61fi
62exec 2&gt;$logdir/gli.output
63&gt;&amp;2 echo "GSDL3SRCHOME is |@gsdl3srchome@|"
64printenv 1&gt;&amp;2
65@gsdl3srchome@/gli/gli.sh</string>
66 <key>CheckedForUserDefaultShell</key>
67 <true/>
68 <key>inputMethod</key>
69 <integer>0</integer>
70 <key>shell</key>
71 <string>/bin/bash</string>
72 <key>source</key>
73 <string></string>
74 </dict>
75 <key>Application</key>
76 <array>
77 <string>Automator</string>
78 </array>
79 <key>BundleIdentifier</key>
80 <string>com.apple.RunShellScript</string>
81 <key>CFBundleVersion</key>
82 <string>2.0.1</string>
83 <key>CanShowSelectedItemsWhenRun</key>
84 <false/>
85 <key>CanShowWhenRun</key>
86 <true/>
87 <key>Category</key>
88 <array>
89 <string>AMCategoryUtilities</string>
90 </array>
91 <key>Class Name</key>
92 <string>RunShellScriptAction</string>
93 <key>InputUUID</key>
94 <string>DB237611-29F3-4909-BADC-AB2315A54A62</string>
95 <key>Keywords</key>
96 <array>
97 <string>Shell</string>
98 <string>Script</string>
99 <string>Command</string>
100 <string>Run</string>
101 <string>Unix</string>
102 </array>
103 <key>OutputUUID</key>
104 <string>24223483-88D9-44F1-87DE-D2BEC7680D9E</string>
105 <key>UUID</key>
106 <string>E18C88C2-4A22-4B89-824E-8BE16230C79E</string>
107 <key>UnlocalizedApplications</key>
108 <array>
109 <string>Automator</string>
110 </array>
111 <key>arguments</key>
112 <dict>
113 <key>0</key>
114 <dict>
115 <key>default value</key>
116 <integer>0</integer>
117 <key>name</key>
118 <string>inputMethod</string>
119 <key>required</key>
120 <string>0</string>
121 <key>type</key>
122 <string>0</string>
123 <key>uuid</key>
124 <string>0</string>
125 </dict>
126 <key>1</key>
127 <dict>
128 <key>default value</key>
129 <string>/bin/sh</string>
130 <key>name</key>
131 <string>shell</string>
132 <key>required</key>
133 <string>0</string>
134 <key>type</key>
135 <string>0</string>
136 <key>uuid</key>
137 <string>1</string>
138 </dict>
139 <key>2</key>
140 <dict>
141 <key>default value</key>
142 <string></string>
143 <key>name</key>
144 <string>source</string>
145 <key>required</key>
146 <string>0</string>
147 <key>type</key>
148 <string>0</string>
149 <key>uuid</key>
150 <string>2</string>
151 </dict>
152 <key>3</key>
153 <dict>
154 <key>default value</key>
155 <string></string>
156 <key>name</key>
157 <string>COMMAND_STRING</string>
158 <key>required</key>
159 <string>0</string>
160 <key>type</key>
161 <string>0</string>
162 <key>uuid</key>
163 <string>3</string>
164 </dict>
165 <key>4</key>
166 <dict>
167 <key>default value</key>
168 <false/>
169 <key>name</key>
170 <string>CheckedForUserDefaultShell</string>
171 <key>required</key>
172 <string>0</string>
173 <key>type</key>
174 <string>0</string>
175 <key>uuid</key>
176 <string>4</string>
177 </dict>
178 </dict>
179 <key>isViewVisible</key>
180 <true/>
181 <key>location</key>
182 <string>281.000000:851.000000</string>
183 <key>nibPath</key>
184 <string>/System/Library/Automator/Run Shell Script.action/Contents/Resources/English.lproj/main.nib</string>
185 </dict>
186 <key>isViewVisible</key>
187 <true/>
188 </dict>
189 </array>
190 <key>connectors</key>
191 <dict/>
192 <key>state</key>
193 <dict>
194 <key>EditorSplitViewPosition</key>
195 <real>0.0</real>
196 <key>MainSplitViewPosition_v2</key>
197 <real>338</real>
198 <key>windowFrame</key>
199 <string>{{390, 91}, {900, 937}}</string>
200 <key>windowFrameTopLeft</key>
201 <string>{{390, 0}, {900, 937}}</string>
202 <key>workflowViewScrollPosition</key>
203 <string>{{0, 0}, {562, 841}}</string>
204 </dict>
205</dict>
206</plist>
Note: See TracBrowser for help on using the repository browser.