[Subversion] / PEAK / src / peak / running / tools / version / Version.xml  

View of /PEAK/src/peak/running/tools/version/Version.xml

Parent Directory | Revision Log
Revision: 1374 - (download) (as text)
Sat Aug 30 20:37:37 2003 UTC (20 years, 8 months ago) by pje
File size: 635 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!)
<?xml version = '1.0' encoding = 'ISO-8859-1' ?>
<!DOCTYPE schema SYSTEM '../../../../ZConfig/doc/schema.dtd' >

<schema
    datatype=".app.VersionConfig.fromZConfig"
    prefix="peak.running.tools.version"
>

<import package="peak.running.tools.version"/>

<key name="DataFile" attribute="datafile" datatype="existing-file">
    <description>
    </description>
</key>

<multisection name="*" type="Scheme" attribute="schemes" required="yes">
    <description>
    </description>
</multisection>

<multisection name="*" type="Module" attribute="modules" required="yes">
    <description>
    </description>
</multisection>

</schema>

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help