Get cut/copy/paste working with factories.
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfoCommon/org/eclipse/jem/beaninfo/common/IBaseBeanInfoConstants.java b/plugins/org.eclipse.jem.beaninfo/beaninfoCommon/org/eclipse/jem/beaninfo/common/IBaseBeanInfoConstants.java
index 6aa2a26..4dd882d 100644
--- a/plugins/org.eclipse.jem.beaninfo/beaninfoCommon/org/eclipse/jem/beaninfo/common/IBaseBeanInfoConstants.java
+++ b/plugins/org.eclipse.jem.beaninfo/beaninfoCommon/org/eclipse/jem/beaninfo/common/IBaseBeanInfoConstants.java
@@ -10,7 +10,7 @@
  *******************************************************************************/
 /*
  *  $RCSfile: IBaseBeanInfoConstants.java,v $
- *  $Revision: 1.3 $  $Date: 2006/02/09 14:28:21 $ 
+ *  $Revision: 1.4 $  $Date: 2006/02/10 21:53:46 $ 
  */
 package org.eclipse.jem.beaninfo.common;
 
@@ -100,16 +100,7 @@
 	 * @since 1.2.0
 	 */	
 	public static final String FACTORY_CREATION = "FACTORY_CREATION";//$NON-NLS-1$
-	
-	/**
-	 * Indicator used to describe a class that implements org.eclipse.ve.internal.java.core.CopyContributor
-	 * This class will be called during a copy to the clipboard whenever a factory method is encountered
-	 * and should do any parse tree manipulation to substitute the factory reference and any argument references
-	 * out to name literals that can be transported in the clipboard 
-	 */
-	
-	public static final String FACTORY_COPY_CONTRIBUTOR = "FACTORY_COPY_CONTRIBUTOR";//$NON-NLS-1$	
-	
+		
 	/**
 	 * Category indicator for apply property arguments. Category is a pre-defined attribute name too. That is where the category is stored in a
 	 * descriptor.