Fix the message resources path

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2009-02-17 13:54:54 +00:00
parent 64c8e154ba
commit fd123b47a3

View file

@ -29,7 +29,7 @@ import java.util.ResourceBundle;
public class Messages
{
private static final String BUNDLE_NAME = "org.apache.tuscany.sca.maven.plugin.eclipse.messages"; //$NON-NLS-1$
private static final String BUNDLE_NAME = "org.apache.tuscany.maven.plugin.eclipse.messages"; //$NON-NLS-1$
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle( BUNDLE_NAME );