1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
IBM Corporation - initial API and implementation
Anna Dushistova (MontaVista) - [331213] added a unit test for scp files subsystem
-->
<plugin>
<extension point="org.eclipse.rse.tests.framework.suites">
<suite type="org.eclipse.rse.tests.RSECombinedTestSuite" name="RSE Combined Test Suite"/>
<type name="org.eclipse.rse.tests.RSECombinedTestSuite" class="org.eclipse.rse.tests.RSECombinedTestSuite" />
<suite type="org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite" name="RSE Internal Framework Test Suite"/>
<type name="org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite" class="org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite" />
<suite type="org.eclipse.rse.tests.core.connection.RSEConnectionTestSuite" name="RSE Connection Test Suite"/>
<type name="org.eclipse.rse.tests.core.connection.RSEConnectionTestSuite" class="org.eclipse.rse.tests.core.connection.RSEConnectionTestSuite" />
<suite type="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" name="RSEFileSubsystemTestSuite"/>
<type name="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" class="org.eclipse.rse.tests.subsystems.files.RSEFileSubsystemTestSuite" />
<suite type="org.eclipse.rse.tests.subsystems.shells.RSEShellSubsystemTestSuite" name="RSEShellSubsystemTestSuite"/>
<type name="org.eclipse.rse.tests.subsystems.shells.RSEShellSubsystemTestSuite" class="org.eclipse.rse.tests.subsystems.shells.RSEShellSubsystemTestSuite" />
<suite type="org.eclipse.rse.tests.persistence.PersistenceTestSuite" name="RSE Persistence Test Suite"/>
<type name="org.eclipse.rse.tests.persistence.PersistenceTestSuite" class="org.eclipse.rse.tests.persistence.PersistenceTestSuite" />
</extension>
<!-- Do not replace the use of systemTypes here as long it only deprecated! -->
<extension point="org.eclipse.rse.core.subsystemConfigurations">
<configuration
id="org.eclipse.rse.tests.subsystems.TestSubSystem"
systemTypeIds="org.eclipse.rse.systemtype.local;org.eclipse.rse.systemtype.windows"
name="Tests"
class="org.eclipse.rse.tests.internal.testsubsystem.TestSubSystemConfiguration"
category="users"
vendor="Eclipse.org"
description="Test Subsystem"
iconlive="icons/systemconnectionlive.gif"
icon="icons/systemconnection.gif"
priority="50000">
</configuration>
<configuration
id="org.eclipse.rse.tests.subsystems.TestSubSystem2"
systemTypeIds="org.eclipse.rse.tests.*"
name="Tests2"
class="org.eclipse.rse.tests.internal.testsubsystem.TestSubSystemConfiguration"
category="users"
vendor="Eclipse.org"
description="Test Subsystem 2"
iconlive="icons/systemconnectionlive.gif"
icon="icons/systemconnection.gif"
priority="100000">
</configuration>
<!-- Do not replace the use of systemTypes here as long it only deprecated! -->
<configuration
id="org.eclipse.rse.tests.subsystems.TestSubSystem3"
systemTypeIds="org.eclipse.rse.systemtype.*n?x"
name="%testSubSystem3Name"
class="org.eclipse.rse.tests.internal.testsubsystem.TestSubSystemConfiguration"
category="users"
vendor="%providerName"
description="%testSubSystem3Description"
iconlive="icons/systemconnectionlive.gif"
icon="icons/systemconnection.gif"
priority="2000">
</configuration>
<configuration
id="org.eclipse.rse.tests.subsystems.ftp.windows"
systemTypeIds="org.eclipse.rse.tests.systemType.ftp.windows"
name="FTP Windows"
description="FTP Windows Description"
category="files"
class="org.eclipse.rse.tests.subsystems.files.FTPWindowsFileSubSystemConfiguration"
priority="100"
vendor="Tests"
serviceType="_ftp._tcp">
</configuration>
</extension>
<extension
point="org.eclipse.rse.core.systemTypes">
<systemType
label="%testSystemTypeLabel"
description="%testSystemTypeDescription"
enableOffline="false"
id="org.eclipse.rse.tests.testSystemType"
name="Tests Only">
</systemType>
<systemType
enableOffline="false"
id="org.eclipse.rse.tests.systemType.ftp.windows"
label="FTP Windows"
name="FTP Windows">
<property
name="isWindows"
value="true">
</property>
</systemType>
<systemType
description="Linux without shells subsystem"
id="org.eclipse.rse.tests.systemType.sshTerminal"
label="Ssh without shells"
name="Ssh without shells"
subsystemConfigurationIds="ssh.terminals;ssh.files;processes.shell.linux">
</systemType>
<systemType
description="Linux with scp subsystem"
id="org.eclipse.rse.tests.systemType.scpFiles"
label="Ssh with scp"
name="Ssh with scp"
subsystemConfigurationIds="ssh.terminals;scp.files;processes.shell.linux">
</systemType>
<systemType
description="FTP with SSH Shell"
id="org.eclipse.rse.tests.systemType.ftpSsh"
label="FTP with SSH shell"
name="FTP with SSH shell"
subsystemConfigurationIds="ssh.shells;ftp.files">
</systemType>
</extension>
<extension point="org.eclipse.rse.core.modelInitializers">
<modelInitializer class="org.eclipse.rse.tests.initialization.GoodInitializer"/>
<modelInitializer class="org.eclipse.rse.tests.initialization.BadInitializer"/>
<modelInitializer class="org.eclipse.rse.tests.initialization.UglyInitializer"/>
<modelInitializer class="org.eclipse.rse.tests.initialization.ListenerInitializer"/>
</extension>
<extension point="org.eclipse.ui.decorators">
<decorator
label="RSE Model Object Test Decorator"
state="false"
adaptable="true"
class="org.eclipse.rse.tests.decorators.RSEModelObjectTestDecorator"
id="org.eclipse.rse.tests.decorators.RSEModelObjectTestDecorator">
<enablement>
<or>
<objectClass name="org.eclipse.rse.ui.model.ISystemPromptableObject"/>
<objectClass name="org.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionTreeElement"/>
<objectClass name="org.eclipse.rse.core.model.IRSEModelObject">
</objectClass>
</or>
</enablement>
</decorator>
</extension>
</plugin>
|