浏览代码

added MIT

Nicolas Cannasse 14 年之前
父节点
当前提交
5153b10c97
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      std/tools/haxelib/Datas.hx
  2. 1 1
      std/tools/haxelib/haxelib.hxml
  3. 1 1
      std/tools/haxelib/haxelib.hxproj

+ 1 - 1
std/tools/haxelib/Datas.hx

@@ -45,7 +45,7 @@ class Datas {
 	public static var DOCXML = "haxedoc.xml";
 	public static var REPOSITORY = "files";
 	public static var alphanum = ~/^[A-Za-z0-9_.-]+$/;
-	static var LICENSES = ["GPL","LGPL","BSD","Public"];
+	static var LICENSES = ["GPL","LGPL","BSD","Public","MIT"];
 
 	static function requiredAttribute( x : Xml, name ) {
 		var v = x.get(name);

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

@@ -1,5 +1,5 @@
 -neko index.n
--main tools.haxelib.Main
+-main tools.haxelib.Site
 --next
 -neko haxelib.n
 -main tools.haxelib.Main

+ 1 - 1
std/tools/haxelib/haxelib.hxproj

@@ -21,7 +21,7 @@
   <build>
     <option directives="" />
     <option flashStrict="False" />
-    <option mainClass="tools.haxelib.Main" />
+    <option mainClass="tools.haxelib.Site" />
     <option enabledebug="False" />
     <option additional="--next&#xA;-neko haxelib.n&#xA;&#xA;-main tools.haxelib.Main&#xA;&#xA;-cmd nekotools boot haxelib.n" />
   </build>