@@ -46,7 +46,7 @@ sub Run ($)
4646 my $root = main::GetVariable (' root' );
4747 my $project_root = main::GetVariable (' project_root' );
4848 my $config_file = main::GetVariable (' CVS_CONFIG_FILE' );
49- my $opendds_url = ' https://github.com/objectcomputing /OpenDDS' ;
49+ my $opendds_url = ' https://github.com/OpenDDS /OpenDDS' ;
5050 my $atcd_url = ' https://github.com/DOCGroup/ACE_TAO' ;
5151 my $ciao_url = ' https://github.com/DOCGroup/CIAO' ;
5252 my $dance_url = ' https://github.com/DOCGroup/DAnCE' ;
@@ -193,10 +193,10 @@ sub Run ($)
193193 print_file (" $ENV {ACE_ROOT}/include/makeinclude/platform_macros.GNU" , 1);
194194 }
195195
196- if ( -r " $ENV {ACE_ROOT}/VERSION" ) {
196+ if ( -r " $ENV {ACE_ROOT}/VERSION.txt " ) {
197197 print " ================ ACE VERSION ================\n " ;
198198
199- print_file (" $ENV {ACE_ROOT}/VERSION" , 0);
199+ print_file (" $ENV {ACE_ROOT}/VERSION.txt " , 0);
200200 }
201201 }
202202
@@ -206,10 +206,10 @@ sub Run ($)
206206 }
207207 push (@dirs , ' TAO' );
208208 foreach my $dir (@dirs ) {
209- if (defined $dir && -r " $dir /VERSION" ) {
209+ if (defined $dir && -r " $dir /VERSION.txt " ) {
210210 print " ================ TAO VERSION ================\n " ;
211211
212- print_file (" $dir /VERSION" , 0);
212+ print_file (" $dir /VERSION.txt " , 0);
213213 last ;
214214 }
215215 }
@@ -248,10 +248,10 @@ sub Run ($)
248248 }
249249 push (@dirs , ' TAO/DDS' );
250250 foreach my $dir (@dirs ) {
251- if (defined $dir && -r " $dir /VERSION" ) {
251+ if (defined $dir && -r " $dir /VERSION.txt " ) {
252252 print " ================ DDS VERSION ================\n " ;
253253
254- print_file (" $dir /VERSION" , 0);
254+ print_file (" $dir /VERSION.txt " , 0);
255255 last ;
256256 }
257257 if (defined $dir && -r " $dir /dds/OpenDDSConfig.h" ) {
0 commit comments