Index: potx.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/potx/Attic/potx.info,v
retrieving revision 1.1.2.3.2.2.2.1
diff -u -p -r1.1.2.3.2.2.2.1 potx.info
--- potx.info	2 Apr 2009 11:05:29 -0000	1.1.2.3.2.2.2.1
+++ potx.info	14 Jul 2009 15:23:31 -0000
@@ -2,5 +2,8 @@
 name = Translation template extractor
 description = Provides a web interface and an API to extract translatable text from the sources of installed components.
 dependencies[] = locale
-core = 6.x
+core = 7.x
 package = Multilanguage
+files[] = potx.module
+files[] = potx.inc
+files[] = potx.install
Index: potx.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/potx/Attic/potx.module,v
retrieving revision 1.1.2.12.2.2.2.10
diff -u -p -r1.1.2.12.2.2.2.10 potx.module
--- potx.module	13 Mar 2009 10:13:14 -0000	1.1.2.12.2.2.2.10
+++ potx.module	14 Jul 2009 15:23:32 -0000
@@ -25,7 +25,7 @@ function potx_help($path, $arg) {
  * Implementation of hook_menu().
  */
 function potx_menu() {
-  $items['admin/build/translate/extract'] = array(
+  $items['admin/international/translate/extract'] = array(
     'title' => 'Extract',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('potx_select_form'),
