OpenLayers OpenLayers

Ticket #1372 (closed task: fixed)

Opened 10 months ago

Last modified 10 months ago

Decide whether to include Language resources in the library or not

Reported by: ahocevar Assigned to:
Priority: minor Milestone: 2.6 Release
Component: general Version: 2.5
Keywords: Cc:
State: Complete

Description

Currently, Language resources (e.g. Lang/de.js) are not included in the multiFile library. But the full profile of the singleFile build pulls them in.

We should either exclude them from the singleFile build, or include them in the multiFile library.

Attachments

1372-r6328-A0.patch (301 bytes) - added by ahocevar on 02/20/08 18:22:13.
Patch that adds additional language resources to the ![exclude] section of full.cfg

Change History

02/19/08 07:21:24 changed by ahocevar

  • summary changed from Decide wheter to include Language resources in the library or not to Decide whether to include Language resources in the library or not.

02/19/08 17:18:06 changed by tschaub

I think it is appropriate to exclude extra lang files from the full.cfg profile.

02/20/08 18:22:13 changed by ahocevar

  • attachment 1372-r6328-A0.patch added.

Patch that adds additional language resources to the ![exclude] section of full.cfg

02/20/08 18:22:43 changed by ahocevar

  • state changed from Needs Discussion to Review.

02/20/08 18:30:31 changed by ahocevar

Added patch with the required changes to full.cfg to exclude additional language resources. Build process tested and the resulting library file seems to work fine.

02/20/08 19:06:34 changed by tschaub

  • state changed from Review to Commit.

Looks good.

02/20/08 19:10:14 changed by ahocevar

  • status changed from new to closed.
  • state changed from Commit to Complete.
  • resolution set to fixed.

(In [6333]) exclude additional language resources from the full.cfg build profile. r=tschaub (closes #1372)