Skip to content

Commit

Permalink
CRM-16022. Correct "project" field in CiviCRM info files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Burgess authored and xurizaemon committed Feb 27, 2015
1 parent ec7218a commit 55553de
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 23 deletions.
2 changes: 2 additions & 0 deletions civicrm.info
Expand Up @@ -3,7 +3,9 @@ description = Constituent relationship management system. Allows sites to manage
version = 4.6
package = CiviCRM
core = 7.x
project = civicrm
php = 5.3

files[] = civicrm.module
files[] = civicrm.install
files[] = civicrm_user.inc
Expand Down
6 changes: 3 additions & 3 deletions modules/civicrm_contact_ref/civicrm_contact_ref.info
@@ -1,9 +1,9 @@
; id rajan
name = CiviCRM Contact Reference Field
description = Makes a CiviCRM Contact Reference Field
package = CiviCRM
core = 7.x
version = 4.6
core = 7.x
package = CiviCRM
project = civicrm

dependencies[] = civicrm
dependencies[] = text
Expand Down
6 changes: 4 additions & 2 deletions modules/civicrm_engage/civicrm_engage.info
@@ -1,8 +1,10 @@
name = CiviEngage
description = Walklist and Phone-banking support for CiviCRM
version = 4.6
dependencies[] = civicrm
package = CiviCRM
core = 7.x
package = CiviCRM
project = civicrm

dependencies[] = civicrm

files[] = civicrm_engage.module
9 changes: 6 additions & 3 deletions modules/civicrm_group_roles/civicrm_group_roles.info
@@ -1,9 +1,12 @@
name = CiviGroup Roles Sync
description = Sync Drupal Roles to CiviCRM Groups.
package = CiviCRM
core = 7.x
version = 4.6
dependencies[] = civicrm
core = 7.x
package = CiviCRM
project = civicrm
configure = admin/config/civicrm/civicrm_group_roles

dependencies[] = civicrm

files[] = civicrm_group_roles.module
files[] = civicrm_group_roles.install
16 changes: 7 additions & 9 deletions modules/civicrm_member_roles/civicrm_member_roles.info
@@ -1,14 +1,12 @@
;
; Copyright (C) Neil Goodman 2010
; @license GNU General Public License version 2 or later
;

name = CiviMember Roles Sync
description = "Synchronize CiviCRM Contacts with Membership Status to a specified Drupal Role both automatically and manually."
dependencies[] = civicrm
package = CiviCRM
core = 7.x
description = Synchronize CiviCRM Contacts with Membership Status to a specified Drupal Role both automatically and manually.
version = 4.6
core = 7.x
package = CiviCRM
project = civicrm

dependencies[] = civicrm

configure = admin/config/civicrm/civicrm_member_roles
files[] = civicrm_member_roles.module
files[] = civicrm_member_roles.install
6 changes: 4 additions & 2 deletions modules/civicrm_og_sync/civicrm_og_sync.info
@@ -1,9 +1,11 @@
name = CiviCRM OG Sync
description = Synchronize Organic Groups and CiviCRM Groups and ACL's. More information at: http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+vs.+Organic+Groups
version = 4.6
core = 7.x
package = CiviCRM
project = civicrm

dependencies[] = civicrm
dependencies[] = og
package = CiviCRM
core = 7.x

files[] = civicrm_og_sync.module
8 changes: 5 additions & 3 deletions modules/civicrm_rules/civicrm_rules.info
@@ -1,7 +1,9 @@
name = CiviCRM Rules Integration
description = "Integrate CiviCRM and Drupal Rules Module. Expose Contact, Contribution and other Objects along with Form / Page Operations"
version = 4.6
core = 7.x
package = CiviCRM
project = civicrm

dependencies[] = civicrm
dependencies[] = rules
package = CiviCRM
core = 7.x
version = 4.6
3 changes: 2 additions & 1 deletion modules/civicrmtheme/civicrmtheme.info
@@ -1,8 +1,9 @@
name = CiviCRM Theme
description = Define alternate themes for CiviCRM.
core = 7.x
version = 4.6
core = 7.x
package = CiviCRM
project = civicrm

dependencies[] = civicrm

Expand Down

0 comments on commit 55553de

Please sign in to comment.