mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Remove SSH Service dependency on UI. Update Manifest. Polish About.
This commit is contained in:
parent
346283c65c
commit
eaf0f5d83e
5 changed files with 10 additions and 5 deletions
|
@ -24,7 +24,7 @@ providerName=Eclipse.org
|
|||
updateSiteName=Eclipse.org update site
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=The Remote System Explorer (RSE) stp contains an SSH-based \
|
||||
description=An SSH-based \
|
||||
implementation of the file ans shell services defined by the RSE API.
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
|
@ -129,5 +129,6 @@ using any encryption software, please check the country's laws,\n\
|
|||
regulations and policies concerning the import, possession, or use,\n\
|
||||
and re-export of encryption software, to see if this is permitted.\n\
|
||||
\n\
|
||||
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
|
||||
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n\
|
||||
SSH is a registered trademark and Secure Shell is a trademark of SSH Communications Security Corp (http://www.ssh.com).\n
|
||||
########### end of license property ##########################################
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
<import plugin="org.eclipse.team.cvs.ssh2"/>
|
||||
<import plugin="org.eclipse.rse.core"/>
|
||||
<import plugin="org.eclipse.rse.ui"/>
|
||||
<import plugin="org.eclipse.team.cvs.ssh"/>
|
||||
<import plugin="org.eclipse.rse.subsystems.files.core"/>
|
||||
<import plugin="org.eclipse.rse.subsystems.shells.core"/>
|
||||
</requires>
|
||||
|
|
|
@ -74,6 +74,7 @@ contact the Eclipse Foundation to determine what terms and conditions govern tha
|
|||
another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
|
||||
possession, or use, and re-export of encryption software, to see if this is permitted.</p>
|
||||
|
||||
<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small>
|
||||
<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small><br/>
|
||||
<small>SSH is a registered trademark and Secure Shell is a trademark of SSH Communications Security Corp (<a href="http://www.ssh.com">http://www.ssh.com</a>).</small>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -24,7 +24,7 @@ providerName=Eclipse.org
|
|||
updateSiteName=Eclipse.org update site
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=The Remote System Explorer (RSE) stp contains an SSH-based \
|
||||
description=An SSH-based \
|
||||
implementation of the file and shell services defined by the RSE API.
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
|
|
|
@ -28,5 +28,9 @@ and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.<
|
|||
agreements and/or notices. Details about these license agreements and notices are contained in "about.html" files ("Abouts") located in sub-directories in the
|
||||
src/ directory of this plug-in. Such Abouts govern your use of the Source Zips in that directory, not the EPL.</p>
|
||||
|
||||
<h3>Trademarks</h3>
|
||||
<p>SSH is a registered trademark and Secure Shell is a trademark of
|
||||
SSH Communications Security Corp (<a href="http://www.ssh.com">http://www.ssh.com</a>)</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue