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 110661 - Do not generate new AU attrs for pre-6.0 target platforms
Summary: Do not generate new AU attrs for pre-6.0 target platforms
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 110566
  Show dependency tree
 
Reported: 2007-07-24 01:02 UTC by Jesse Glick
Modified: 2007-09-06 02:57 UTC (History)
0 users

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 2007-07-24 01:02:49 UTC
If the user is developing against a pre-6.0 target platform:

1. The "Show in Plugin Manager" checkbox should not be visible in the Display panel of the Properties dialog.

2. No default value for AutoUpdate-Show-In-Client should be generated in the module JAR.

3. 'eager' and 'autoload' attributes should not be written to an UC.xml.
Comment 1 Jesse Glick 2007-09-06 02:02:01 UTC
Part 1 implemented:

Checking in CustomizerDisplay.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.java,v
 <--  CustomizerDisplay.java
new revision: 1.34; previous revision: 1.33
done
Comment 2 Jesse Glick 2007-09-06 02:29:58 UTC
Part 2 implemented:

Checking in JarWithModuleAttributes.java;
/shared/data/ccvs/repository/nbbuild/antsrc/org/netbeans/nbbuild/JarWithModuleAttributes.java,v  <-- 
JarWithModuleAttributes.java
new revision: 1.17; previous revision: 1.16
done
Comment 3 Jesse Glick 2007-09-06 02:57:02 UTC
Part 3 implemented:

Checking in MakeUpdateDesc.java;
/shared/data/ccvs/repository/nbbuild/antsrc/org/netbeans/nbbuild/MakeUpdateDesc.java,v  <--  MakeUpdateDesc.java
new revision: 1.40; previous revision: 1.39
done