File tree Expand file tree Collapse file tree
src/org/netbeans/modules/php/wordpress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 */
4242package org .netbeans .modules .php .wordpress ;
4343
44+ import org .netbeans .api .annotations .common .StaticResource ;
45+
4446/**
4547 *
4648 * @author junichi11
4749 */
4850public final class WordPress {
4951
52+ @ StaticResource
5053 public static final String WP_ICON_8 = "org/netbeans/modules/php/wordpress/resources/wordpress_icon_8.png" ; // NOI18N
54+ @ StaticResource
5155 public static final String WP_ICON_16 = "org/netbeans/modules/php/wordpress/resources/wordpress_icon_16.png" ; // NOI18N
5256
5357 private WordPress () {
Original file line number Diff line number Diff line change 4848import java .util .HashSet ;
4949import java .util .Set ;
5050import java .util .concurrent .TimeUnit ;
51+ import org .netbeans .api .annotations .common .StaticResource ;
5152import org .netbeans .modules .php .api .framework .BadgeIcon ;
5253import org .netbeans .modules .php .api .phpmodule .PhpModule ;
5354import org .netbeans .modules .php .api .phpmodule .PhpModuleProperties ;
@@ -83,6 +84,7 @@ public class WordPressPhpProvider extends PhpFrameworkProvider {
8384
8485 private static final RequestProcessor RP = new RequestProcessor (WordPressPhpProvider .class );
8586 private static final WordPressPhpProvider INSTANCE = new WordPressPhpProvider ();
87+ @ StaticResource
8688 private static final String ICON_PATH = "org/netbeans/modules/php/wordpress/resources/wordpress_badge_8.png" ; // NOI18N
8789 private final BadgeIcon badgeIcon ;
8890 public static final Set <String > WP_DIRS = new HashSet <>();
You can’t perform that action at this time.
0 commit comments