mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[180642] make test scripting internal
This commit is contained in:
parent
eac0923a01
commit
8c8e37df5c
17 changed files with 18 additions and 18 deletions
|
@ -8,9 +8,9 @@ Bundle-Vendor: %providerName
|
|||
Bundle-Localization: plugin
|
||||
Export-Package: org.eclipse.rse.internal.tests.framework;x-internal:=true,
|
||||
org.eclipse.rse.internal.tests.framework.actions;x-internal:=true,
|
||||
org.eclipse.rse.internal.tests.framework.scripting;x-internal:=true,
|
||||
org.eclipse.rse.internal.tests.framework.ui;x-internal:=true,
|
||||
org.eclipse.rse.tests.framework,
|
||||
org.eclipse.rse.tests.framework.scripting
|
||||
org.eclipse.rse.tests.framework
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.ui,
|
||||
org.eclipse.jface.text,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.io.PrintStream;
|
||||
import java.io.PrintWriter;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.net.URL;
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
/**
|
||||
* A Script is a collection of steps.
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.text.MessageFormat;
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Vector;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
/**
|
||||
* A Pause step will stop and wait during interpretation
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
/**
|
||||
* The Show step shows an image on the current context when run.
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
/**
|
||||
* A Step accomplishes a single action. If the context is in fail mode then steps
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
/**
|
||||
* The Tell step shows an image on the current context when run.
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.net.URL;
|
||||
import java.text.MessageFormat;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
|
@ -7,7 +7,7 @@
|
|||
* Contributors:
|
||||
* David Dykstal (IBM) - initial contribution.
|
||||
* *******************************************************************************/
|
||||
package org.eclipse.rse.tests.framework.scripting;
|
||||
package org.eclipse.rse.internal.tests.framework.scripting;
|
||||
|
||||
/**
|
||||
* A visitor visits a node in a syntax tree.
|
Loading…
Add table
Reference in a new issue