### Eclipse Workspace Patch 1.0 #P org.eclipse.pde.core Index: src/org/eclipse/pde/internal/core/ICoreConstants.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ICoreConstants.java,v retrieving revision 1.64 diff -u -r1.64 ICoreConstants.java --- src/org/eclipse/pde/internal/core/ICoreConstants.java 11 Mar 2008 01:13:41 -0000 1.64 +++ src/org/eclipse/pde/internal/core/ICoreConstants.java 14 Mar 2008 19:04:58 -0000 @@ -123,7 +123,7 @@ public static final String INTERNAL_DIRECTIVE = "x-internal"; //$NON-NLS-1$ public static final String FRIENDS_DIRECTIVE = "x-friends"; //$NON-NLS-1$ - public static final String[] TRANSLATABLE_HEADERS = new String[] {Constants.BUNDLE_VENDOR, Constants.BUNDLE_NAME, Constants.BUNDLE_DESCRIPTION, Constants.BUNDLE_COPYRIGHT, Constants.BUNDLE_CATEGORY}; + public static final String[] TRANSLATABLE_HEADERS = new String[] {Constants.BUNDLE_VENDOR, Constants.BUNDLE_NAME, Constants.BUNDLE_DESCRIPTION, Constants.BUNDLE_COPYRIGHT, Constants.BUNDLE_CATEGORY, Constants.BUNDLE_CONTACTADDRESS}; // EASTER EGG public static final String[] EE_TOKENS = new String[] {"wassim", "zx", "bbauman", "cherie", "jlb" //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$