Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-14583 to master - NLS issue for runtime detection #78

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -13,7 +13,7 @@
import org.eclipse.osgi.util.NLS;

public class Messages {
private static final String RESOURCE_NAME = "org.jboss.tools.as.runtimes.download.messages"; //$NON-NLS-1$
private static final String RESOURCE_NAME = "org.jboss.tools.as.runtimes.integration.Messages"; //$NON-NLS-1$
public static String JBossRuntimeStartup_Cannot_create_new_JBoss_Server;
public static String JBossRuntimeStartup_Cannott_create_new_DTP_Connection_Profile;
public static String JBossRuntimeStartup_Cannott_create_new_HSQL_DB_Driver;
Expand Down