Closed (fixed)
Project:
Module Builder
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 15:13 UTC
Updated:
3 Apr 2009 at 18:20 UTC
I am not sure, but I think the .info file is generated in an old way, it should be like this :
; $Id: json_server.info,v 1.2 2008/01/13 15:48:11 dmitrig01 Exp $
-name = Javascript Server
-description = Provides an JSON server.
-package = Services - servers
-dependencies = services
-core = 6.x
\ No newline at end of file
+name = "Javascript Server"
+description = "Provides an JSON server."
+package = "Services - servers"
+dependencies[] = services
+core = 6.x
(example from http://drupal.org/files/issues/json_server_info_2.patch)
thanks :-)
Comments
Comment #1
joachim commentedFunny, I just found that today myself! Was about to file a bug to remind myself and found yours :)
Fixed in CVS. The dev download will update shortly.