File tree 12 files changed +408
-3
lines changed
Open Devon-Terminal here.workflow/Contents
12 files changed +408
-3
lines changed Original file line number Diff line number Diff line change 1
1
* eol =lf
2
- * .bat eol =crlf
2
+ * .bat eol =crlf
3
+ * .png - text
Original file line number Diff line number Diff line change 23
23
<directory >${project.build.outputDirectory}</directory >
24
24
<outputDirectory >./</outputDirectory >
25
25
<excludes >
26
- <exclude >system/**</exclude >
26
+ <exclude >system/IDEenv/ **</exclude >
27
27
</excludes >
28
28
<includes >
29
+ <include >system/Finder/**</include >
29
30
<include >**/*.txt</include >
30
31
<include >**/*.jar</include >
31
32
</includes >
Original file line number Diff line number Diff line change 10
10
<fileSet >
11
11
<directory >${project.build.outputDirectory}</directory >
12
12
<outputDirectory >./</outputDirectory >
13
+ <excludes >
14
+ <exclude >system/Finder/**</exclude >
15
+ </excludes >
13
16
<includes >
14
17
<include >**/*.reg</include >
15
18
<include >**/*.bat</include >
Original file line number Diff line number Diff line change 3
3
# Source this script from a BASH shell to setup the shell for the corresponding project.
4
4
#
5
5
6
- pushd " $( dirname " $BASH_SOURCE " ) " > /dev/null
6
+ pushd " $( dirname " $0 " ) " > /dev/null
7
7
export OASP_PROJECT_HOME=` pwd`
8
8
9
9
. $OASP_PROJECT_HOME /scripts/environment-project
Original file line number Diff line number Diff line change
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 >NSServices </key >
6
+ <array >
7
+ <dict >
8
+ <key >NSBackgroundColorName </key >
9
+ <string >background </string >
10
+ <key >NSIconName </key >
11
+ <string >NSTouchBarFolder </string >
12
+ <key >NSMenuItem </key >
13
+ <dict >
14
+ <key >default </key >
15
+ <string >Open Devon-Terminal here </string >
16
+ </dict >
17
+ <key >NSMessage </key >
18
+ <string >runWorkflowAsService </string >
19
+ <key >NSRequiredContext </key >
20
+ <dict >
21
+ <key >NSApplicationIdentifier </key >
22
+ <string >com.apple.finder </string >
23
+ </dict >
24
+ <key >NSSendFileTypes </key >
25
+ <array >
26
+ <string >public.item </string >
27
+ </array >
28
+ </dict >
29
+ </array >
30
+ </dict >
31
+ </plist >
You can’t perform that action at this time.
0 commit comments