name = "Classified Ads"
description = "A classified ads service"
package = Classified
suggests[] = content
dependencies[] = taxonomy
dependencies[] = token
; modr8 is available on D7, but not tested
suggests[] = modr8
core = 6.x
php = 5.2
; test class files need to be declared on D7, not on D6
files[] = tests/classified_basic.test
files[] = tests/classified_notifications.test
; CTools plugins are not normally declared in the .info, but when included by
; a context_registry_alter(), ordering prevents proper plugin detection in
; CTools, so the file is declared directly to the core autoloader.
files[] = plugins/classified_context_condition_path.inc
View source
- name = "Classified Ads"
- description = "A classified ads service"
- package = Classified
-
- suggests[] = content
- dependencies[] = taxonomy
- dependencies[] = token
-
- ; modr8 is available on D7, but not tested
- suggests[] = modr8
-
- core = 6.x
- php = 5.2
-
- ; test class files need to be declared on D7, not on D6
- files[] = tests/classified_basic.test
- files[] = tests/classified_notifications.test
-
- ; CTools plugins are not normally declared in the .info, but when included by
- ; a context_registry_alter(), ordering prevents proper plugin detection in
- ; CTools, so the file is declared directly to the core autoloader.
- files[] = plugins/classified_context_condition_path.inc