Date: 2004-12-06T15:39:42
Editor: MarkDiggory <[EMAIL PROTECTED]>
Wiki: ASF Repository Project Wiki
Page: CommonDistributionArtifactSpecifier
URL: http://wiki.apache.org/ASFRepository/CommonDistributionArtifactSpecifier
Cleanup
Change Log:
------------------------------------------------------------------------------
@@ -4,10 +4,10 @@
= Overview =
-This proposal extends the URI Syntax proposal: /URISyntax
+This proposal extends the URI Syntax proposal: Self:URISyntax
It is recommended, but not required, that it be used in conjunction
-with the Common Build Version Specifier proposal: /CommonBuildVersionSpecifier
+with the Common Build Version Specifier proposal:
Self:CommonBuildVersionSpecifier
The key aims of this proposal are to:
@@ -76,7 +76,7 @@
artifact-name = pchar+
short-version = version-name ["-" timestamp]
- (version-name and timestamp are per /CommonBuildVersionSpecifier) }}}
+ (version-name and timestamp are per Self:CommonBuildVersionSpecifier) }}}
E.g:
{{{ ant-1.5.4-src.tar.gz
@@ -136,7 +136,7 @@
This ensures that it is immediately obvious to users what version
and platform of an artifact they are using, subsequent to its download.
-The optional timestamp indicates interim builds, as per
/CommonBuildVersionSpecifier
+The optional timestamp indicates interim builds, as per
Self:CommonBuildVersionSpecifier
= Tool support =