diff options
author | Hello=) <hello@themanaworld.org> | 2024-03-29 04:23:18 +0300 |
---|---|---|
committer | Hello=) <hello@themanaworld.org> | 2024-03-29 04:23:18 +0300 |
commit | 08cd08587be5c8d2ce42ae417098c524f683c6ad (patch) | |
tree | 727aa239372a77e9ca3d72fe761940bb49e8d2d8 /src/nbproject/private/configurations.xml | |
parent | db0b1da0060f5eb4b2af040c22ea9373d36970af (diff) | |
download | guildbot-08cd08587be5c8d2ce42ae417098c524f683c6ad.tar.gz guildbot-08cd08587be5c8d2ce42ae417098c524f683c6ad.tar.bz2 guildbot-08cd08587be5c8d2ce42ae417098c524f683c6ad.tar.xz guildbot-08cd08587be5c8d2ce42ae417098c524f683c6ad.zip |
Move actual top level from src/ to top: just one single dir is pointless.
Reported-By: NetSysFire
Diffstat (limited to 'src/nbproject/private/configurations.xml')
-rw-r--r-- | src/nbproject/private/configurations.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/src/nbproject/private/configurations.xml b/src/nbproject/private/configurations.xml deleted file mode 100644 index ef9712c..0000000 --- a/src/nbproject/private/configurations.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<configurationDescriptor version="62"> - <projectmakefile>Makefile</projectmakefile> - <defaultConf>0</defaultConf> - <confs> - <conf name="Debug" type="1"> - <gdbdebugger version="2"> - <gdb_command>gdb</gdb_command> - <array_repeat_threshold>10</array_repeat_threshold> - </gdbdebugger> - <gizmo_options version="3"> - </gizmo_options> - <runprofile version="6"> - <args></args> - <rundir></rundir> - <buildfirst>true</buildfirst> - <console-type>0</console-type> - <terminal-type>0</terminal-type> - <remove-instrumentation>0</remove-instrumentation> - <environment> - </environment> - </runprofile> - </conf> - <conf name="Release" type="1"> - <gdbdebugger version="2"> - <gdb_command>gdb</gdb_command> - <array_repeat_threshold>10</array_repeat_threshold> - </gdbdebugger> - <gizmo_options version="3"> - </gizmo_options> - <runprofile version="6"> - <args></args> - <rundir></rundir> - <buildfirst>true</buildfirst> - <console-type>0</console-type> - <terminal-type>0</terminal-type> - <remove-instrumentation>0</remove-instrumentation> - <environment> - </environment> - </runprofile> - </conf> - </confs> -</configurationDescriptor> |