-
Notifications
You must be signed in to change notification settings - Fork 0
/
configurationeditor.cesettings
80 lines (80 loc) · 3.23 KB
/
configurationeditor.cesettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<settings xmlns="adtf/xsd/cesettings">
<file_version>
<major>1</major>
<minor>0</minor>
</file_version>
<name/>
<plugin_settings>
<plugin_directories>
<plugin_directory>
<url>$(ADTF_DIR)/bin/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/bin/debug/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/src/examples/bin/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/src/examples/bin/debug/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/addons/*/bin/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/addons/*/bin/debug/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/addons/*/src/examples/bin/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>$(ADTF_DIR)/addons/*/src/examples/bin/debug/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>/home/aadc/AADC/_install/linux64/bin/*.adtfplugin</url>
</plugin_directory>
<plugin_directory>
<url>/home/aadc/AADC/_install/linux64/bin/debug/*.adtfplugin</url>
</plugin_directory>
</plugin_directories>
</plugin_settings>
<graph_settings>
<touch_compatible>false</touch_compatible>
</graph_settings>
<launch_settings>
<launchers>
<launcher>
<name>via GUI Control</name>
<executable>xterm -e "$(ADTF_DIR)/bin/adtf_guicontrol" -l="$(ADTF_SESSION_FILENAME)" -console -launcher=adtf</executable>
<workingdirectory>$(ADTF_DIR)/bin</workingdirectory>
</launcher>
<launcher>
<name>via GUI Control (Debug)</name>
<executable>xterm -e "$(ADTF_DIR)/bin/adtf_guicontrol" -l="$(ADTF_SESSION_FILENAME)" -console -launcher=adtf_debug</executable>
<workingdirectory>$(ADTF_DIR)/bin</workingdirectory>
</launcher>
<launcher>
<name>via ADTF Control</name>
<executable>xterm -e "$(ADTF_DIR)/bin/adtf_control" -l="$(ADTF_SESSION_FILENAME)" -console -launcher=adtf</executable>
<workingdirectory>$(ADTF_DIR)/bin</workingdirectory>
</launcher>
<launcher>
<name>via ADTF Control (Debug)</name>
<executable>xterm -e "$(ADTF_DIR)/bin/adtf_control" -l="$(ADTF_SESSION_FILENAME)" -console -launcher=adtf_debug</executable>
<workingdirectory>$(ADTF_DIR)/bin</workingdirectory>
</launcher>
<launcher>
<name>in Console</name>
<executable>xterm -e "$(ADTF_DIR)/bin/adtf_launcher" -session="$(ADTF_SESSION_FILENAME)" -console -run</executable>
<workingdirectory>$(ADTF_DIR)/bin</workingdirectory>
</launcher>
<launcher>
<name>in Console (Debug)</name>
<executable>xterm -e "$(ADTF_DIR)/bin/debug/adtf_launcher" -session="$(ADTF_SESSION_FILENAME)" -console -run</executable>
<workingdirectory>$(ADTF_DIR)/bin/debug</workingdirectory>
</launcher>
</launchers>
</launch_settings>
<last_opened_project>/home/aadc/AADC/config/UserConfiguration/UserConfiguration.adtfproject</last_opened_project>
</settings>