-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mostly 'Non-externalized string literal' warning
- Loading branch information
1 parent
eb34cab
commit 4427467
Showing
11 changed files
with
92 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/bndtools/BndToolsMessages.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package org.eclipse.pde.internal.ui.bndtools; | ||
|
||
import org.eclipse.osgi.util.NLS; | ||
|
||
public class BndToolsMessages extends NLS { | ||
private static final String BUNDLE_NAME = BndToolsMessages.class.getPackageName() + ".messages"; //$NON-NLS-1$ | ||
public static String RepositoryTargetLocationPage_AddBndRepository; | ||
public static String RepositoryTargetLocationPage_AddBndRepositoryContainer; | ||
public static String RepositoryTargetLocationPage_Contents; | ||
public static String RepositoryTargetLocationPage_Location; | ||
public static String RepositoryTargetLocationPage_Repository; | ||
public static String RepositoryTargetLocationPage_ToBeAdded; | ||
public static String RepositoryTargetLocationWizard_BndRepositoryTargetLocation; | ||
public static String RunDescriptorTargetLocationPage_AddBndRunDescriptor; | ||
public static String RunDescriptorTargetLocationPage_AddBndRunDescriptorContainer; | ||
public static String RunDescriptorTargetLocationPage_RunBundles; | ||
public static String RunDescriptorTargetLocationPage_RunDescriptor; | ||
public static String RunDescriptorTargetLocationPage_Select; | ||
static { | ||
// initialize resource bundle | ||
NLS.initializeMessages(BUNDLE_NAME, BndToolsMessages.class); | ||
} | ||
|
||
private BndToolsMessages() { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.