|
From: <caw...@us...> - 2007-09-07 15:23:37
|
Revision: 3107
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3107&view=rev
Author: cawilliams
Date: 2007-09-07 08:23:35 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
add missing icons
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java
Added Paths:
-----------
trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gif
trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/configure_build_path.gif
trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/configure_buildpath_filters.gif
trunk/org.rubypeople.rdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gif
trunk/org.rubypeople.rdt.ui/icons/full/elcl16/configure_build_path.gif
trunk/org.rubypeople.rdt.ui/icons/full/elcl16/configure_buildpath_filters.gif
trunk/org.rubypeople.rdt.ui/icons/full/elcl16/remove_from_buildpath.gif
trunk/org.rubypeople.rdt.ui/icons/full/etool16/newpackfolder_wiz.gif
Added: trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/configure_build_path.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/configure_build_path.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/configure_buildpath_filters.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/dlcl16/configure_buildpath_filters.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/configure_build_path.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/configure_build_path.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/configure_buildpath_filters.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/configure_buildpath_filters.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/remove_from_buildpath.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/elcl16/remove_from_buildpath.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.rubypeople.rdt.ui/icons/full/etool16/newpackfolder_wiz.gif
===================================================================
(Binary files differ)
Property changes on: trunk/org.rubypeople.rdt.ui/icons/full/etool16/newpackfolder_wiz.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java 2007-09-07 15:12:44 UTC (rev 3106)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java 2007-09-07 15:23:35 UTC (rev 3107)
@@ -63,7 +63,7 @@
public class RemoveFromBuildpathAction extends Action implements ISelectionChangedListener {
private final IWorkbenchSite fSite;
- private List fSelectedElements; //IPackageFramgentRoot || IRubyProject || ClassPathContainer iff isEnabled()
+ private List fSelectedElements; // ISourceFolderRoot || IRubyProject || LoadPathContainer iff isEnabled()
public RemoveFromBuildpathAction(IWorkbenchSite site) {
super(NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_label, RubyPluginImages.DESC_ELCL_REMOVE_FROM_BP);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|