# HG changeset patch # User Shabe Razvi # Date 1247841684 -3600 # Node ID a0e85954c23c0a8595e825165e4624ffd8933d41 # Parent 13596dc42a476c49647cf6b4f3df6ae6402d3e02 Fix packaging issues. Released zips now delivered in zips\release folder. diff -r 13596dc42a47 -r a0e85954c23c common/build.xml --- a/common/build.xml Thu Jul 16 16:33:38 2009 +0100 +++ b/common/build.xml Fri Jul 17 15:41:24 2009 +0100 @@ -588,9 +588,6 @@ - - - @@ -600,7 +597,7 @@ - + @@ -622,7 +619,7 @@ - + @@ -631,7 +628,7 @@ - + @@ -640,7 +637,7 @@ - + @@ -652,12 +649,12 @@ - + - - + + @@ -668,8 +665,7 @@ - - + @@ -767,7 +763,7 @@ - + diff -r 13596dc42a47 -r a0e85954c23c common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Thu Jul 16 16:33:38 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Fri Jul 17 15:41:24 2009 +0100 @@ -62,7 +62,7 @@ - + @@ -87,6 +87,7 @@ + diff -r 13596dc42a47 -r a0e85954c23c common/templates/zip.cfg.xml.ftl.template --- a/common/templates/zip.cfg.xml.ftl.template Thu Jul 16 16:33:38 2009 +0100 +++ b/common/templates/zip.cfg.xml.ftl.template Fri Jul 17 15:41:24 2009 +0100 @@ -41,6 +41,7 @@ + diff -r 13596dc42a47 -r a0e85954c23c common/tools/populateziptemplate.pl --- a/common/tools/populateziptemplate.pl Thu Jul 16 16:33:38 2009 +0100 +++ b/common/tools/populateziptemplate.pl Fri Jul 17 15:41:24 2009 +0100 @@ -92,7 +92,9 @@ elsif ($package->{source} =~ m{/rnd/([^/]+)/([^/]+)}) { # RnD repository - my $name = "bin_rnd_$1_$2"; + my $name = "binaries_$2"; + if ($1 eq "rndonly") { $name="bin_$1_$2";} + # Create a zip object push @{$zipConfig->{config}->{config}->{src}->{config}->{rnd}->{config}}, {