[OpenLayers-Trac] [OpenLayers] #1541: Allow comments in OpenLayers build profiles
OpenLayers
trac at openlayers.org
Wed May 7 00:47:04 EDT 2008
#1541: Allow comments in OpenLayers build profiles
------------------------+---------------------------------------------------
Reporter: openlayers | Owner: jwpage at gmail.com
Type: feature | Status: new
Priority: minor | Milestone:
Component: general | Version: SVN
Keywords: | State: Review
------------------------+---------------------------------------------------
Developers should be able to add comments to a build [wiki:Profiles
profile], in order to provide additional documentation to them if desired.
I've added a patch that treats any text appearing after a # character as a
comment, and is thus stripped from the build profile.
An example build profile with comments:
{{{
# Minimal build profile.
[first]
OpenLayers.js
[last]
[include]
OpenLayers/Map.js # For maps!
[exclude]
}}}
Included in this patch is the descriptions of the build profiles from
[wiki:Profiles the build profiles page on the wiki] inserted into the
actual build profiles.
--
Ticket URL: <http://trac.openlayers.org/ticket/1541>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list