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.

Bug 42731 - Move JarDataLoader out of core/ide
Summary: Move JarDataLoader out of core/ide
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-05-03 19:39 UTC by Jesse Glick
Modified: 2008-12-22 15:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-05-03 19:39:35 UTC
Although it can read any ZIP file, the usage of
JarDataLoader is somewhat Java-IDE-specific, so it
should probably live elsewhere; perhaps in the
Java module, or a submodule thereof.
Comment 1 Jesse Glick 2004-08-12 22:40:55 UTC
Moving to the main java module.
Comment 2 Jesse Glick 2004-08-14 01:25:04 UTC
committed   * Up-To-Date  1.10        core/ide/manifest.mf
committed   * Up-To-Date  1.4         core/ide/nbproject/project.xml
removed     * Up-To-Date  1.1        
core/ide/src/org/netbeans/core/ide/Bundle.properties
removed     * Up-To-Date  1.2        
core/ide/src/org/netbeans/core/ide/JarDataLoader.java
removed     * Up-To-Date  1.1        
core/ide/src/org/netbeans/core/ide/JarDataLoaderBeanInfo.java
removed     * Up-To-Date  1.1        
core/ide/src/org/netbeans/core/ide/JarDataNode.java
removed     * Up-To-Date  1.1        
core/ide/src/org/netbeans/core/ide/JarDataObject.java
removed     * Up-To-Date  1.1        
core/ide/src/org/netbeans/core/ide/jar.gif
committed   * Up-To-Date  1.79        java/manifest.mf
added       * Up-To-Date  1.1        
java/src/org/netbeans/modules/java/jarloader/Bundle.properties
added       * Up-To-Date  1.1        
java/src/org/netbeans/modules/java/jarloader/JarDataLoader.java
added       * Up-To-Date  1.1        
java/src/org/netbeans/modules/java/jarloader/JarDataLoaderBeanInfo.java
added       * Up-To-Date  1.1        
java/src/org/netbeans/modules/java/jarloader/JarDataNode.java
added       * Up-To-Date  1.1        
java/src/org/netbeans/modules/java/jarloader/JarDataObject.java
added       * Up-To-Date  1.1        
java/src/org/netbeans/modules/java/jarloader/jar.gif
Comment 3 Jaromir Uhrik 2005-07-14 16:20:38 UTC
Verified.