# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /data/work/src/netbeans-cm # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: cnd.script/src/org/netbeans/modules/cnd/makefile/loaders/MakefileDataObject.java --- cnd.script/src/org/netbeans/modules/cnd/makefile/loaders/MakefileDataObject.java Base (BASE) +++ cnd.script/src/org/netbeans/modules/cnd/makefile/loaders/MakefileDataObject.java Locally Modified (Based On LOCAL) @@ -81,8 +81,8 @@ } @Override - public Lookup getLookup() { - return getCookieSet().getLookup(); + protected int associateLookup() { + return 1; } @Messages("Source=&Source") Index: cnd.script/src/org/netbeans/modules/cnd/script/loaders/ShellDataObject.java --- cnd.script/src/org/netbeans/modules/cnd/script/loaders/ShellDataObject.java Base (BASE) +++ cnd.script/src/org/netbeans/modules/cnd/script/loaders/ShellDataObject.java Locally Modified (Based On LOCAL) @@ -77,9 +77,8 @@ cookies.add(new ShellExecSupport(getPrimaryEntry())); } - @Override - public Lookup getLookup() { - return getCookieSet().getLookup(); + protected int associateLookup() { + return 1; } @Messages("Source=&Source")