Author: xavier
Date: Wed Mar  5 01:24:30 2008
New Revision: 633797

URL: http://svn.apache.org/viewvc?rev=633797&view=rev
Log:
remove FixedJavaSearchPage, which is not really used and causes problems of 
compatibility between eclipse versions

Removed:
    ant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/
Modified:
    ant/ivy/ivyde/trunk/META-INF/MANIFEST.MF
    ant/ivy/ivyde/trunk/plugin.xml

Modified: ant/ivy/ivyde/trunk/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/META-INF/MANIFEST.MF?rev=633797&r1=633796&r2=633797&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/META-INF/MANIFEST.MF (original)
+++ ant/ivy/ivyde/trunk/META-INF/MANIFEST.MF Wed Mar  5 01:24:30 2008
@@ -21,7 +21,6 @@
  org.apache.ivyde.eclipse.ui.editors.xml,
  org.apache.ivyde.eclipse.ui.preferences,
  org.apache.ivyde.eclipse.ui.properties,
- org.apache.ivyde.eclipse.ui.search,
  org.apache.ivyde.eclipse.ui.views,
  org.apache.ivyde.eclipse.ui.wizards
 Require-Bundle: org.eclipse.ui,

Modified: ant/ivy/ivyde/trunk/plugin.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/plugin.xml?rev=633797&r1=633796&r2=633797&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/plugin.xml (original)
+++ ant/ivy/ivyde/trunk/plugin.xml Wed Mar  5 01:24:30 2008
@@ -153,22 +153,6 @@
                   class="org.apache.ivyde.eclipse.ui.views.ReportView">
                </view>
        </extension>
-       
-   <!-- uncomment to enable fixed search
-   <extension
-         point="org.eclipse.search.searchPages">
-      <page
-            showScopeSection="true"
-            canSearchEnclosingProjects="true"
-            label="(f)Java Search"
-            icon="icons/jsearch_obj.gif"
-            extensions="java:90, jav:90"
-            class="org.apache.ivyde.eclipse.ui.search.FixedJavaSearchPage"
-            sizeHint="460,160"
-            id="org.apache.ivyde.eclipse.ui.search.FixedJavaSearchPage">
-      </page>
-   </extension>
-   -->
 
    <extension point = "org.eclipse.ui.actionSets">
           <actionSet id="org.apache.ivyde.eclipse.ui.actions.actionSet"


Reply via email to