Index: uc_product/uc_product.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/ubercart/uc_product/uc_product.module,v
retrieving revision 1.14.2.18
diff -u -r1.14.2.18 uc_product.module
--- uc_product/uc_product.module	27 Feb 2009 22:41:32 -0000	1.14.2.18
+++ uc_product/uc_product.module	17 Mar 2009 14:09:30 -0000
@@ -1729,7 +1729,7 @@
   $label = t('Image');
   $field = array(
     'label' => $label,
-    'type' => 'image',
+    'type' => 'filefield',
     'widget_type' => 'imagefield_widget',
     'file_extensions' => 'gif jpg jpeg png bmp',
     'custom_title' => '1',
Index: .project
===================================================================
RCS file: .project
diff -N .project
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .project	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ubercart</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.php.core.ValidationManagerWrapper</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.php.core.PHPNature</nature>
+	</natures>
+</projectDescription>
