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 89547 - release55 translatedfiles/build.xml: include *.png files to j2ee blueprints module
Summary: release55 translatedfiles/build.xml: include *.png files to j2ee blueprints m...
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-17 14:15 UTC by Masaki Katakai
Modified: 2006-11-22 06:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
simple patch (785 bytes, text/plain)
2006-11-17 14:16 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2006-11-17 14:15:24 UTC
translatedfiles/build.xml in release55 branch.

It seems that one image file is missing in blueprints module, please add
a pattern for *.png file in build.xml. It seems that there are two places.

               <include name="**/*.gif"/>
               <include name="**/*.jpg"/>
+              <include name="**/*.png"/>
Comment 1 Masaki Katakai 2006-11-17 14:16:21 UTC
Created attachment 36111 [details]
simple patch
Comment 2 rnovak 2006-11-21 16:49:39 UTC
Thanks for the clear fix
I'll fix it in release551 branch as well
Comment 3 rnovak 2006-11-21 16:50:30 UTC
Thanks for the clear patch
I'll fix it in release551 branch as well
Comment 4 Masaki Katakai 2006-11-22 06:44:48 UTC
verified the fix on 5.5 200611220100 ml build.

Thank you Robert!