Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java156
1 files changed, 78 insertions, 78 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java b/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java
index a13b0792bc..3e56ca7722 100644
--- a/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java
+++ b/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java
@@ -18,89 +18,89 @@ import org.eclipse.linuxtools.internal.rpm.createrepo.CreaterepoPreferenceConsta
*/
public interface ICreaterepoTestConstants {
- /*
- * Dialog specific stuff
- */
- String MAIN_SHELL = "Resource - Eclipse Platform"; //$NON-NLS-1$
- String FILE = "File"; //$NON-NLS-1$
- String NEW = "New"; //$NON-NLS-1$
- String OTHER = "Other..."; //$NON-NLS-1$
- String NEXT_BUTTON = "Next >"; //$NON-NLS-1$
- String BACK_BUTTON = "< Back"; //$NON-NLS-1$
- String FINISH_BUTTON = "Finish"; //$NON-NLS-1$
- String CANCEL_BUTTON = "Cancel"; //$NON-NLS-1$
- String WINDOW = "Window"; //$NON-NLS-1$
- String SHOW_VIEW = "Show View"; //$NON-NLS-1$
- String PREFERENCES = "Preferences"; //$NON-NLS-1$
- String OK_BUTTON = "OK"; //$NON-NLS-1$
- String OPEN = "Open"; //$NON-NLS-1$
- String DEFAULTS = "Restore Defaults"; //$NON-NLS-1$
- String PROPERTIES = "Properties"; //$NON-NLS-1$
- String PROPERTIES_SHELL = "Properties for %s"; //$NON-NLS-1$
+ /*
+ * Dialog specific stuff
+ */
+ String MAIN_SHELL = "Resource - Eclipse Platform"; //$NON-NLS-1$
+ String FILE = "File"; //$NON-NLS-1$
+ String NEW = "New"; //$NON-NLS-1$
+ String OTHER = "Other..."; //$NON-NLS-1$
+ String NEXT_BUTTON = "Next >"; //$NON-NLS-1$
+ String BACK_BUTTON = "< Back"; //$NON-NLS-1$
+ String FINISH_BUTTON = "Finish"; //$NON-NLS-1$
+ String CANCEL_BUTTON = "Cancel"; //$NON-NLS-1$
+ String WINDOW = "Window"; //$NON-NLS-1$
+ String SHOW_VIEW = "Show View"; //$NON-NLS-1$
+ String PREFERENCES = "Preferences"; //$NON-NLS-1$
+ String OK_BUTTON = "OK"; //$NON-NLS-1$
+ String OPEN = "Open"; //$NON-NLS-1$
+ String DEFAULTS = "Restore Defaults"; //$NON-NLS-1$
+ String PROPERTIES = "Properties"; //$NON-NLS-1$
+ String PROPERTIES_SHELL = "Properties for %s"; //$NON-NLS-1$
- /*
- * Navigator controls
- */
- String GO_INTO = "Go Into"; //$NON-NLS-1$
- String GO_BACK = "Back to Workspace"; //$NON-NLS-1$
- String GO_FORWARD = "Forward"; //$NON-NLS-1$
+ /*
+ * Navigator controls
+ */
+ String GO_INTO = "Go Into"; //$NON-NLS-1$
+ String GO_BACK = "Back to Workspace"; //$NON-NLS-1$
+ String GO_FORWARD = "Forward"; //$NON-NLS-1$
- /*
- * Views
- */
- String WELCOME_VIEW = "Welcome"; //$NON-NLS-1$
- String GENERAL_NODE = "General"; //$NON-NLS-1$
- String NAVIGATOR = "Navigator"; //$NON-NLS-1$
+ /*
+ * Views
+ */
+ String WELCOME_VIEW = "Welcome"; //$NON-NLS-1$
+ String GENERAL_NODE = "General"; //$NON-NLS-1$
+ String NAVIGATOR = "Navigator"; //$NON-NLS-1$
- /*
- * Project Wizard Specific Stuff
- */
- String PROJECT_NAME_LABEL = "Project name:"; //$NON-NLS-1$
- String CREATEREPO_CATEGORY = "Createrepo"; //$NON-NLS-1$
- String CREATEREPO_PROJECT_WIZARD = "Createrepo Wizard"; //$NON-NLS-1$
+ /*
+ * Project Wizard Specific Stuff
+ */
+ String PROJECT_NAME_LABEL = "Project name:"; //$NON-NLS-1$
+ String CREATEREPO_CATEGORY = "Createrepo"; //$NON-NLS-1$
+ String CREATEREPO_PROJECT_WIZARD = "Createrepo Wizard"; //$NON-NLS-1$
- /*
- * Resources
- */
- String RPM_RESOURCE_LOC = "resources" + System.getProperty("file.separator") //$NON-NLS-1$//$NON-NLS-2$
- + "rpms" + System.getProperty("file.separator"); //$NON-NLS-1$ //$NON-NLS-2$
- String RPM1 = "eclipse-egit-github-3.0.0-2.fc19.noarch.rpm"; //$NON-NLS-1$
- String RPM2 = "hello-2.8-1.fc19.src.rpm"; //$NON-NLS-1$
+ /*
+ * Resources
+ */
+ String RPM_RESOURCE_LOC = "resources" + System.getProperty("file.separator") //$NON-NLS-1$//$NON-NLS-2$
+ + "rpms" + System.getProperty("file.separator"); //$NON-NLS-1$ //$NON-NLS-2$
+ String RPM1 = "eclipse-egit-github-3.0.0-2.fc19.noarch.rpm"; //$NON-NLS-1$
+ String RPM2 = "hello-2.8-1.fc19.src.rpm"; //$NON-NLS-1$
- /*
- * Common createrepo files
- */
- String REPODATA_FOLDER = "repodata"; //$NON-NLS-1$
- String REPO_MD_NAME = "repomd.xml"; //$NON-NLS-1$
+ /*
+ * Common createrepo files
+ */
+ String REPODATA_FOLDER = "repodata"; //$NON-NLS-1$
+ String REPO_MD_NAME = "repomd.xml"; //$NON-NLS-1$
- /*
- * Test names
- */
- String PROJECT_NAME = "createrepo-test-project"; //$NON-NLS-1$
- String REPO_NAME = "createrepo-test-repo.repo"; //$NON-NLS-1$
+ /*
+ * Test names
+ */
+ String PROJECT_NAME = "createrepo-test-project"; //$NON-NLS-1$
+ String REPO_NAME = "createrepo-test-repo.repo"; //$NON-NLS-1$
- /*
- * Preferences used
- */
- String DELTAS = "Deltas"; //$NON-NLS-1$
- String[] PREFS_ARRAY = {
- CreaterepoPreferenceConstants.PREF_DISTRO_TAG,
- CreaterepoPreferenceConstants.PREF_CONTENT_TAG,
- CreaterepoPreferenceConstants.PREF_REPO_TAG,
- CreaterepoPreferenceConstants.PREF_REVISION,
- CreaterepoPreferenceConstants.PREF_UNIQUE_MD_NAME,
- CreaterepoPreferenceConstants.PREF_GENERATE_DB,
- CreaterepoPreferenceConstants.PREF_IGNORE_SYMLINKS,
- CreaterepoPreferenceConstants.PREF_PRETTY_XML,
- CreaterepoPreferenceConstants.PREF_WORKERS,
- CreaterepoPreferenceConstants.PREF_CHECK_TS,
- CreaterepoPreferenceConstants.PREF_CHANGELOG_LIMIT,
- CreaterepoPreferenceConstants.PREF_CHECKSUM,
- CreaterepoPreferenceConstants.PREF_COMPRESSION_TYPE,
- CreaterepoPreferenceConstants.PREF_GENERAL_ENABLED,
- CreaterepoPreferenceConstants.PREF_DELTA_ENABLE,
- CreaterepoPreferenceConstants.PREF_NUM_DELTAS,
- CreaterepoPreferenceConstants.PREF_MAX_DELTA_SIZE,
- CreaterepoPreferenceConstants.PREF_OLD_PACKAGE_DIRS,
- };
+ /*
+ * Preferences used
+ */
+ String DELTAS = "Deltas"; //$NON-NLS-1$
+ String[] PREFS_ARRAY = {
+ CreaterepoPreferenceConstants.PREF_DISTRO_TAG,
+ CreaterepoPreferenceConstants.PREF_CONTENT_TAG,
+ CreaterepoPreferenceConstants.PREF_REPO_TAG,
+ CreaterepoPreferenceConstants.PREF_REVISION,
+ CreaterepoPreferenceConstants.PREF_UNIQUE_MD_NAME,
+ CreaterepoPreferenceConstants.PREF_GENERATE_DB,
+ CreaterepoPreferenceConstants.PREF_IGNORE_SYMLINKS,
+ CreaterepoPreferenceConstants.PREF_PRETTY_XML,
+ CreaterepoPreferenceConstants.PREF_WORKERS,
+ CreaterepoPreferenceConstants.PREF_CHECK_TS,
+ CreaterepoPreferenceConstants.PREF_CHANGELOG_LIMIT,
+ CreaterepoPreferenceConstants.PREF_CHECKSUM,
+ CreaterepoPreferenceConstants.PREF_COMPRESSION_TYPE,
+ CreaterepoPreferenceConstants.PREF_GENERAL_ENABLED,
+ CreaterepoPreferenceConstants.PREF_DELTA_ENABLE,
+ CreaterepoPreferenceConstants.PREF_NUM_DELTAS,
+ CreaterepoPreferenceConstants.PREF_MAX_DELTA_SIZE,
+ CreaterepoPreferenceConstants.PREF_OLD_PACKAGE_DIRS,
+ };
}

Back to the top