You are here

classified.info in Classified Ads 6.3

Same filename and directory in other branches
  1. 7.3 classified.info
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

File

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