Hi, -1 to this having numbers as node names is IMO asking for trouble and putting an "v" in front of it is just a hack. There's certainly no need to repeat the version information twice.
Why not just do this as the id already contains the version? <version id="4.11.0" ...> Justin On 17/01/2014, at 5:44 PM, aha...@apache.org wrote: > Author: aharui > Date: Fri Jan 17 06:44:48 2014 > New Revision: 1559027 > > URL: http://svn.apache.org/r1559027 > Log: > tags can't start with a number > > Modified: > flex/site/trunk/content/installer/sdk-installer-config-4.0.xml > > Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml > URL: > http://svn.apache.org/viewvc/flex/site/trunk/content/installer/sdk-installer-config-4.0.xml?rev=1559027&r1=1559026&r2=1559027&view=diff > ============================================================================== > --- flex/site/trunk/content/installer/sdk-installer-config-4.0.xml (original) > +++ flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Fri Jan 17 > 06:44:48 2014 > @@ -46,9 +46,9 @@ limitations under the License. > - remove the extension from the file name --> > <ApacheFlexSDK name="Apache Flex SDK" prefix="apache-flex-sdk-"> > <versions> > - <4.9.1 id="4.9.1" > path="http://archive.apache.org/dist/flex/4.9.1/binaries/" > file="apache-flex-sdk-4.9.1-bin" /> > - <4.10.0 id="4.10.0" > path="http://archive.apache.org/dist/flex/4.10.0/binaries/" > file="apache-flex-sdk-4.10.0-bin" /> > - <4.11.0 id="4.11.0" path="flex/4.11.0/binaries/" > file="apache-flex-sdk-4.11.0-bin" default="true"/> > + <v4.9.1 id="4.9.1" > path="http://archive.apache.org/dist/flex/4.9.1/binaries/" > file="apache-flex-sdk-4.9.1-bin" /> > + <v4.10.0 id="4.10.0" > path="http://archive.apache.org/dist/flex/4.10.0/binaries/" > file="apache-flex-sdk-4.10.0-bin" /> > + <v4.11.0 id="4.11.0" path="flex/4.11.0/binaries/" > file="apache-flex-sdk-4.11.0-bin" default="true"/> > <Nightly id="Nightly" > path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" > file="apache-flex-sdk-4.12.0-bin" /> > </versions> > </ApacheFlexSDK> > >