Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv27233/src/com/ociweb/jarspy/intellij/plugin
Modified Files:
JarSpyIntelliJPlugin.java
Log Message:
update icon file name to be compatible with latest EAP
Index: JarSpyIntelliJPlugin.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/intellij/plugin/JarSpyIntelliJPlugin.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** JarSpyIntelliJPlugin.java 6 Apr 2003 20:22:07 -0000 1.7
--- JarSpyIntelliJPlugin.java 14 Sep 2003 18:54:30 -0000 1.8
***************
*** 60,64 ****
treeIconPropertiesMap.put(JarSpyTreeCellRenderer.ARCHIVE_ICON_PROPERTY_KEY,
! "/nodes/jar.png");
treeIconPropertiesMap.put(JarSpyTreeCellRenderer.PACKAGE_CLOSED_ICON_PROPERTY_KEY,
--- 60,64 ----
treeIconPropertiesMap.put(JarSpyTreeCellRenderer.ARCHIVE_ICON_PROPERTY_KEY,
! "/nodes/ppJar.png");
treeIconPropertiesMap.put(JarSpyTreeCellRenderer.PACKAGE_CLOSED_ICON_PROPERTY_KEY,
|