src: rename `dbgcli` and `netdbg` as `nitdbg_{client,server}`
authorJean Privat <jean@pryen.org>
Fri, 21 Mar 2014 01:13:02 +0000 (21:13 -0400)
committerJean Privat <jean@pryen.org>
Fri, 21 Mar 2014 09:32:58 +0000 (05:32 -0400)
the `nit` prefix is reserved for commands.

Signed-off-by: Jean Privat <jean@pryen.org>

src/nitdbg_client.nit [moved from src/dbgcli.nit with 98% similarity, mode: 0644]
src/nitdbg_server.nit [moved from src/netdbg.nit with 93% similarity, mode: 0644]
tests/testfull.sh

old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from src/dbgcli.nit
rename to src/nitdbg_client.nit
index 6dafabf..0531b05
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Client for the nit debugger nitdbg
+# Client for the nit debugger nitdbg-server
 #
 # Can send commands to the debugger
-module dbgcli
+module nitdbg_client
 
 import socket
 import toolcontext
old mode 100755 (executable)
new mode 100644 (file)
similarity index 93%
rename from src/netdbg.nit
rename to src/nitdbg_server.nit
index 50e64b7..135a94c
@@ -14,8 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Network debugger for a nit program
-module netdbg
+# Network debugger for a nit program (server part)
+module nitdbg_server
 
 import network_debugger
 import debugger_commons
index 5857c00..246ad6c 100755 (executable)
@@ -15,6 +15,4 @@ done
        ../lib/*.nit $list \
        ../src/nit*.nit \
        ../src/test_*.nit \
-       ../src/netdbg.nit \
-       ../src/nitlight.nit \
        ../contrib/sort_downloads/src/sort_downloads.nit