From 61519fc4d35897284d057eb4d10905f8fb3dcc1e Mon Sep 17 00:00:00 2001
From: Colan Schwartz <colan@58704.no-reply.drupal.org>
Date: Wed, 30 Nov 2011 12:57:43 -0500
Subject: [PATCH] Issue #1357220 by colan: Placed module in the Fields package.

---
 title.info |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/title.info b/title.info
index e7f43e1..fbb1bea 100644
--- a/title.info
+++ b/title.info
@@ -1,6 +1,7 @@
 name = Title
 description = Replaces entity legacy fields with regular fields.
 core = 7.x
+package = Fields
 files[] = title.module
 files[] = tests/title.test
 dependencies[] = entity
-- 
1.7.0.4

