migrate_example.info 655 B

123456789101112131415161718192021222324252627
  1. name = "Migrate Example"
  2. description = "Example migration data."
  3. package = "Development"
  4. core = 7.x
  5. dependencies[] = taxonomy
  6. dependencies[] = image
  7. dependencies[] = comment
  8. dependencies[] = migrate
  9. dependencies[] = list
  10. dependencies[] = number
  11. ;node_reference is useful but not required
  12. ;dependencies[] = node_reference
  13. files[] = migrate_example.module
  14. files[] = beer.inc
  15. files[] = wine.inc
  16. ; For testing table_copy plugin. Since is infrequently used, we comment it out.
  17. ; files[] = example.table_copy.inc
  18. ; Information added by drupal.org packaging script on 2012-06-02
  19. version = "7.x-2.4"
  20. core = "7.x"
  21. project = "migrate"
  22. datestamp = "1338661580"