Browse Source

package change haxe -> tools (nameclash with haxe exe on OSX/Linux)

Nicolas Cannasse 19 years ago
parent
commit
bb62195a6c
3 changed files with 3 additions and 3 deletions
  1. 1 1
      std/haxe/ImportAll.hx
  2. 1 1
      std/tools/haxedoc/Main.hx
  3. 1 1
      std/tools/haxedoc/haxedoc.hxml

+ 1 - 1
std/haxe/ImportAll.hx

@@ -116,6 +116,6 @@ import neko.db.Mysql;
 import neko.db.Connection;
 import neko.db.Result;
 
-import haxe.DocView;
+import tools.DocView;
 
 #end

+ 1 - 1
std/tools/haxedoc/Main.hx

@@ -1,4 +1,4 @@
-package haxe;
+package tools;
 
 import neko.Lib;
 import neko.Web;

+ 1 - 1
std/tools/haxedoc/haxedoc.hxml

@@ -1,5 +1,5 @@
 #
 # compile DocView service
 #
--main haxe.DocView
+-main tools.DocView
 -neko docview.n