1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

[fix] ClassNotFoundException: org.eclipse.rse.core.RemoteSystemsProject

This commit is contained in:
Uwe Stieber 2007-03-24 12:25:57 +00:00
parent 4ea4f6ba77
commit 3c59fa5265

View file

@ -122,7 +122,7 @@ Contributors:
point="org.eclipse.core.resources.natures"> point="org.eclipse.core.resources.natures">
<runtime> <runtime>
<run <run
class="org.eclipse.rse.core.RemoteSystemsProject"> class="org.eclipse.rse.internal.core.RemoteSystemsProject">
</run> </run>
</runtime> </runtime>
</extension> </extension>