We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2f165b + 4124400 commit 4c9c770Copy full SHA for 4c9c770
org.zend.php.notifications/build.properties
@@ -2,4 +2,6 @@ source.. = src/
2
output.. = bin/
3
bin.includes = META-INF/,\
4
.,\
5
- plugin.xml
+ plugin.xml,\
6
+ OSGI-INF/,\
7
+ icons/
org.zend.php.notifications/src/org/zend/php/notifications/popup/Messages.java
@@ -10,7 +10,7 @@
10
import org.eclipse.osgi.util.NLS;
11
12
public class Messages extends NLS {
13
- private static final String BUNDLE_NAME = "org.zend.php.zendserver.deployment.ui.notifications.base.messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.zend.php.notifications.popup.messages"; //$NON-NLS-1$
14
public static String PopupNotificationSink_JobName;
15
16
static {
0 commit comments