You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sh...@apache.org on 2008/04/02 19:26:53 UTC

svn commit: r643980 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml

Author: shivahr
Date: Wed Apr  2 10:26:52 2008
New Revision: 643980

URL: http://svn.apache.org/viewvc?rev=643980&view=rev
Log:
GERONIMODEVTOOLS-316 intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml?rev=643980&r1=643979&r2=643980&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml Wed Apr  2 10:26:52 2008
@@ -57,13 +57,18 @@
         <runtime-component-version type="org.apache.geronimo.runtime" version="1.1"/>
         <runtime-component-version type="org.apache.geronimo.runtime" version="2.0"/>
         <runtime-component-version type="org.apache.geronimo.runtime" version="2.1"/>
-        <adapter>
+
+        <!-- The referenced class "org.eclipse.jst.common.project.facet.core.IClasspathProvider" doesn't exist.
+        Not sure if this is the cause for https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316.
+        Experimenting by commenting out the entire element below to see if it resolves the issue.
+        If any further problems, please revert back. -->
+        <!-- <adapter>
             <runtime-component id="org.apache.geronimo.runtime"/>
             <factory
                 class="org.eclipse.jst.server.core.internal.RuntimeClasspathProvider$Factory"/>
             <type
                 class="org.eclipse.jst.common.project.facet.core.IClasspathProvider"/>
-        </adapter>
+        </adapter> -->
 
         <supported>
             <runtime-component id="org.apache.geronimo.runtime" version="1.1"/>