浏览代码

No Ticket. Renaming some of the ext/thirdparty/js directories, adding Behavior and More-Behaviors. Updating hashes for Widgets and More

Aaron Newton 15 年之前
父节点
当前提交
ea8015bfab

+ 8 - 6
desktop/core/src/desktop/settings.py

@@ -217,13 +217,15 @@ DEPENDER_ROOT = get_desktop_root(".")
 
 def prep_depender_config():
   yamls = [
-    "../ext/thirdparty/js/mootools-core/package.yml",
-    "../ext/thirdparty/js/mootools-more/package.yml",
+    "../ext/thirdparty/js/core/package.yml",
+    "../ext/thirdparty/js/more/package.yml",
     "../ext/thirdparty/js/art/package.yml",
-    "../ext/thirdparty/js/mootools-touch/package.yml",
-    "../ext/thirdparty/js/mootools-table/package.yml",
-    "../ext/thirdparty/js/mootools-color/package.yml",
-    "../ext/thirdparty/js/art-widgets/package.yml",
+    "../ext/thirdparty/js/touch/package.yml",
+    "../ext/thirdparty/js/table/package.yml",
+    "../ext/thirdparty/js/color/package.yml",
+    "../ext/thirdparty/js/behavior/package.yml",
+    "../ext/thirdparty/js/more-behaviors/package.yml",
+    "../ext/thirdparty/js/widgets/package.yml",
     "../ext/thirdparty/js/slick/package.yml",
     "core/static/js/package.yml",
     "../ext/thirdparty/js/depender/package.yml",

+ 8 - 6
ext/thirdparty/js/.gitignore

@@ -1,9 +1,11 @@
 clientcide/
-mootools-core/
-mootools-more/
+core/
+more/
 art/
 slick/
-mootools-touch/
-mootools-color/
-art-widgets/
-mootools-table/
+touch/
+color/
+widgets/
+table/
+behavior/
+more-behaviors/

+ 1 - 0
ext/thirdparty/js/behavior.hash

@@ -0,0 +1 @@
+2d8670f6ddbf2e256e516082d6d5664e21118cf6

+ 0 - 0
ext/thirdparty/js/mootools-color.hash → ext/thirdparty/js/color.hash


+ 0 - 0
ext/thirdparty/js/mootools-core.hash → ext/thirdparty/js/core.hash


+ 27 - 10
ext/thirdparty/js/manifest.json

@@ -11,25 +11,42 @@
 		}
 	},
 	"projects": {
-		"mootools-core": { "track-indirect": "mootools-core.hash" },
-		"mootools-more": { "track-indirect": "mootools-more.hash" },
-		"art": { "track-indirect": "art.hash" },
-		"clientcide": { "track-indirect": "clientcide.hash" },
-
+		"mootools-core": {
+			"dir": "core",
+			"track-indirect": "core.hash"
+		},
+		"mootools-more": {
+			"dir": "more",
+			"track-indirect": "more.hash"
+		},
+		"art": {
+			"track-indirect": "art.hash"
+		},
+		"clientcide": {
+			"track-indirect": "clientcide.hash"
+		},
 		"mootools-color": {
-			"track-indirect": "mootools-color.hash",
+			"dir": "color",
+			"track-indirect": "color.hash",
+			"from-remote": "anutron",
+			"remotes": ["anutron"]
+		},
+		"mootools-touch": {
+			"dir": "touch",
+			"track-indirect": "touch.hash"
+		},
+		"mootools-table": {
+			"dir": "table",
+			"track-indirect": "table.hash",
 			"from-remote": "anutron",
 			"remotes": ["anutron"]
 		},
-
-		"mootools-touch": { "track-indirect": "mootools-touch.hash" },
-
 		"art-widgets": {
+			"dir": "widgets",
 			"track-indirect": "art-widgets.hash",
 			"from-remote": "origin",
 			"remotes": ["origin"]
 		},
-
 		"slick": {
 			"track-indirect": "slick.hash",
 			"from-remote": "anutron",

+ 0 - 1
ext/thirdparty/js/mootools-more.hash

@@ -1 +0,0 @@
-68c1d7a04a541c06edc6b1d0ac5cb97494ebf373

+ 1 - 0
ext/thirdparty/js/more-behaviors.hash

@@ -0,0 +1 @@
+328512f1c4a8c9f479bab08710b977fd83fa34ca

+ 1 - 0
ext/thirdparty/js/more.hash

@@ -0,0 +1 @@
+9d3e912a7a4013fedb85a097f407763bc7d0fb18

+ 1 - 0
ext/thirdparty/js/table.hash

@@ -0,0 +1 @@
+f1bc38a48e3192f15761867b072e9cdd71e31e21

+ 0 - 0
ext/thirdparty/js/mootools-touch.hash → ext/thirdparty/js/touch.hash


+ 1 - 0
ext/thirdparty/js/widgets.hash

@@ -0,0 +1 @@
+1e024c40c8f775146e7d6bd275ca7d3fa4ce2625