### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.ui Index: plugin.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/plugin.properties,v retrieving revision 1.533 diff -u -r1.533 plugin.properties --- plugin.properties 4 Dec 2009 15:55:08 -0000 1.533 +++ plugin.properties 17 Feb 2010 23:55:33 -0000 @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2009 IBM Corporation and others. +# Copyright (c) 2000, 2010 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -126,6 +126,10 @@ preferenceTransfer.java.compiler.description= Java > Compiler preferences. preferenceTransfer.java.appearance.name= Java Appearance Preferences preferenceTransfer.java.appearance.description= Java > Appearance preferences. +preferenceTransfer.java.editorColors.name= Java Editor Colors +preferenceTransfer.java.editorColors.description= Preferences that dictate the colors that are used in the Java editor. +preferenceTransfer.java.propertiesEditorColors.name= Java Properties File Editor Colors +preferenceTransfer.java.propertiesEditorColors.description= Preferences that dictate the colors that are used in the Java Properties file editor. sourceAttachmentPageName=Java Source Attachment Index: plugin.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/plugin.xml,v retrieving revision 1.833 diff -u -r1.833 plugin.xml --- plugin.xml 18 Nov 2009 09:53:24 -0000 1.833 +++ plugin.xml 17 Feb 2010 23:55:37 -0000 @@ -6676,5 +6676,35 @@ %preferenceTransfer.java.appearance.description + + + + + + + + + + + + + + + %preferenceTransfer.java.editorColors.description + + + + + + + + %preferenceTransfer.java.propertiesEditorColors.description +