[Subversion] / PEAK / src / peak / running / tools / version / version.ini  

View of /PEAK/src/peak/running/tools/version/version.ini

Parent Directory | Revision Log
Revision: 1374 - (download)
Sat Aug 30 20:37:37 2003 UTC (20 years, 7 months ago) by pje
File size: 569 byte(s)
Added new 'version' tool that automatically edits files to update version
information in them.  Just execute the 'version' file in the main PEAK
source directory.  (Use '--help' for help.)  You can use this tool with your
own projects by creating 'version' and 'version.dat' files in your project
directory, similar to the ones used by PEAK.  The 'version' file is a ZConfig
file that describes your project's version numbering scheme(s), formats,
and the files that need to be edited, while the 'version.dat' file contains
the current version number values.  Source for the tool, including the
configuration file schema, is in the 'peak.running.tools.version' package.
(Error handling and documentation, alas, are still minimal.)

Also, bumped PEAK version stamps to 0.5a3, using the new tool.  (Yay!)
[peak.running]
app = naming.LinkRef(
        'zconfig.schema:pkgfile:peak.running.tools.version/Version.xml'
      )

[version-tool.partKinds]
digit     = "peak.running.tools.version.config.Digit"
choice    = "peak.running.tools.version.config.Choice"
timestamp = "peak.running.tools.version.config.Timestamp"

[version-tool.formatKinds]
string    = "peak.running.tools.version.config.StringFormat"
optional  = "peak.running.tools.version.config.Optional"
remap     = "peak.running.tools.version.config.Remap"
date      = "peak.running.tools.version.config.DateFormat"

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help