This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 14633
Collapse All | Expand All

(-)java/src/org/netbeans/modules/java/Bundle.properties (+2 lines)
Lines 376-381 Link Here
376
Templates/Classes/JApplet.java=JApplet
376
Templates/Classes/JApplet.java=JApplet
377
Templates/Classes/Main.java=Main
377
Templates/Classes/Main.java=Main
378
378
379
Mount/java=Java Libraries
380
379
# JExternalCompilerGroup
381
# JExternalCompilerGroup
380
TAG_Msgfile=msgfile
382
TAG_Msgfile=msgfile
381
383
(-)java/src/org/netbeans/modules/java/resources/mf-layer.xml (+3 lines)
Lines 152-157 Link Here
152
152
153
  <folder name="Mount">
153
  <folder name="Mount">
154
    <folder name="java">
154
    <folder name="java">
155
      <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.java.Bundle"/>
156
      <!-- XXX is this an appropriate icon? -->
157
      <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/openide/resources/src/class.gif"/>
155
    </folder>
158
    </folder>
156
  </folder>
159
  </folder>
157
160

Return to bug 14633