migrate_example.info 620 B

1234567891011121314151617181920212223242526
  1. name = "Migrate Example"
  2. description = "Example migration data."
  3. package = "Migration"
  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[] = beer.inc
  14. files[] = wine.inc
  15. ; For testing table_copy plugin. Since is infrequently used, we comment it out.
  16. ; files[] = example.table_copy.inc
  17. ; Information added by Drupal.org packaging script on 2015-07-01
  18. version = "7.x-2.8"
  19. core = "7.x"
  20. project = "migrate"
  21. datestamp = "1435760949"