Skip to content

Commit 4c9c770

Browse files
Merge pull request #3 from zendtech/dariusz
ZSTD-5439 Using Mylyn Notification framework - missing resources included in build configuration
2 parents f2f165b + 4124400 commit 4c9c770

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

org.zend.php.notifications/build.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ source.. = src/
22
output.. = bin/
33
bin.includes = META-INF/,\
44
.,\
5-
plugin.xml
5+
plugin.xml,\
6+
OSGI-INF/,\
7+
icons/

org.zend.php.notifications/src/org/zend/php/notifications/popup/Messages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.eclipse.osgi.util.NLS;
1111

1212
public class Messages extends NLS {
13-
private static final String BUNDLE_NAME = "org.zend.php.zendserver.deployment.ui.notifications.base.messages"; //$NON-NLS-1$
13+
private static final String BUNDLE_NAME = "org.zend.php.notifications.popup.messages"; //$NON-NLS-1$
1414
public static String PopupNotificationSink_JobName;
1515

1616
static {

0 commit comments

Comments
 (0)