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:
parent
64c8e154ba
commit
fd123b47a3
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue