src: rename `nitdbg_commons` as `debugger_commons`
authorJean Privat <jean@pryen.org>
Fri, 21 Mar 2014 01:01:08 +0000 (21:01 -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/debugger_commons.nit [moved from src/nitdbg_commons.nit with 98% similarity]
src/netdbg.nit
src/network_debugger.nit [changed mode: 0755->0644]
src/nit.nit

similarity index 98%
rename from src/nitdbg_commons.nit
rename to src/debugger_commons.nit
index c66637d..e2e9dc3 100644 (file)
@@ -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
index edfe1af..50e64b7 100755 (executable)
@@ -18,7 +18,7 @@
 module netdbg
 
 import network_debugger
-import nitdbg_commons
+import debugger_commons
 
 redef class InterpretCommons
 
old mode 100755 (executable)
new mode 100644 (file)
index 91a2fcd..ad1a388 100644 (file)
@@ -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