2010-07-07  Jeff Johnston  <jjohnstn@redhat.com>

	* META-INF/MANIFEST.MF: Add dependency on rpmlint.
	* plugin.xml: Remove preferences that are already supplied by the rpm and rpmlint dependent
	plugins.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMEditorPerspective.java (createInitialLayout): Specify that
	the Console will be placed on the bottom of the window when shown.  Also give better initial ratios for the
	Outline and Console views. 
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMEditorWorkbenchAdvisor.java (.preWindowOpen): Fix the initial
	window size to be something more reasonable.  This size is used to determine the open sizes of the Outline
	view and Console view used for rpmlint messages.
	(.postWindowOpen): Remove the openFiles action set which causes an additional Open Files menu item under Files.
	Also, remove the search action set as search only applies to Workspace.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMMessages.java: 
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMMessages.properties: Fix comment so it does not cause a
	warning message. 

2010-06-24  Jeff Johnston  <jjohnstn@redhat.com>

	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/PathEditorInput.java: Removed.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMMessages.java: New file.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMMessages.properties: New file.
	* META-INF/MANIFEST.MF: Add dependency to org.eclipse.core.resources.
	* plugin.properties: Add open action messages.
	* plugin.xml: Add open action.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/actions/RPMEditorActionBarAdvisor.java: 
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/DelayedEventsProcessor.java (.run): Use
	IDE openEditor method that takes a URI and handles new or old files. 
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/actions/OpenFileAction.java (run): Ditto. 
	(queryFile): Remove comments. 
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMEditorApplication.java: Fix import warnings.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMEditorPerspective.java: Ditto.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMEditorWorkbenchAdvisor.java (.preWindowOpen): 
	Use RPMMessages instead of hard-coded strings.
	(.postWindowOpen): New method.

2010-06-18  Jeff Johnston  <jjohnstn@redhat.com>

	* RPM\ Editor.launch: Regenerated.
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/DelayedEventsProcessor.java (handleEvent): Remove
	extraneous println. 
	(openFile): Add logic to support opening a new file if the specified file doesn't currently
	exist. 
	* src/org/eclipse/linuxtools/rpm/speceditor/rcp/RPMEditorPerspective.java (createInitialLayout): Add
	Outline view. 

2010-06-03  Jeff Johnston  <jjohnstn@redhat.com>

	Initial check-in of project.