From: Jean Privat Date: Fri, 21 Mar 2014 01:01:08 +0000 (-0400) Subject: src: rename `nitdbg_commons` as `debugger_commons` X-Git-Tag: v0.6.5~15^2~5 X-Git-Url: http://nitlanguage.org src: rename `nitdbg_commons` as `debugger_commons` the `nit` prefix is reserved for commands. Signed-off-by: Jean Privat --- diff --git a/src/nitdbg_commons.nit b/src/debugger_commons.nit similarity index 98% rename from src/nitdbg_commons.nit rename to src/debugger_commons.nit index c66637d..e2e9dc3 100644 --- a/src/nitdbg_commons.nit +++ b/src/debugger_commons.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -module nitdbg_commons +module debugger_commons import modelbuilder import frontend diff --git a/src/netdbg.nit b/src/netdbg.nit index edfe1af..50e64b7 100755 --- a/src/netdbg.nit +++ b/src/netdbg.nit @@ -18,7 +18,7 @@ module netdbg import network_debugger -import nitdbg_commons +import debugger_commons redef class InterpretCommons diff --git a/src/network_debugger.nit b/src/network_debugger.nit old mode 100755 new mode 100644 diff --git a/src/nit.nit b/src/nit.nit index 91a2fcd..ad1a388 100644 --- a/src/nit.nit +++ b/src/nit.nit @@ -19,7 +19,7 @@ module nit import naive_interpreter import debugger -import nitdbg_commons +import debugger_commons redef class InterpretCommons @@ -39,4 +39,4 @@ redef class InterpretCommons end -(new InterpretCommons).launch \ No newline at end of file +(new InterpretCommons).launch