--- a/common/tools/summary/brag_script.pl Wed Feb 17 14:08:03 2010 +0000
+++ b/common/tools/summary/brag_script.pl Thu Feb 18 18:00:42 2010 +0000
@@ -608,7 +608,7 @@
close (RAPTORSUMINDEX);
}
-# Copy html files for raptor summarise to bishare
+# Copy html files for raptor summarise to v800020
# options used for xcopy
# /E -> Copies directories and subdirectories, including empty ones.
# /F -> Displays full source and destination file names while copying.
@@ -638,7 +638,7 @@
print BUILDSUMMARYHTML "<br/>#********** DATA BREAKDOWN starts here **********#<br/><br/>";
-# Get tree for the directory where the log files are (bishare probably the best place???)
+# Get tree for the directory where the log files are (v800020 probably the best place???)
# Should be already exported there, but maybe in a zip file)
# Extract each file with directory, then create a hyperlink to that file to make sure that user can click on the link and open the file!
@@ -664,10 +664,10 @@
# *****************************************************************************
-# Final step, copy build_summary.html to \\bishare drive
+# Final step, copy build_summary.html to \\v800020 drive
# *****************************************************************************
-# Copy html file to bishare
+# Copy html file to v800020
my $copy_cmd = "copy $logdir\\build_summary.html \\\\v800020\\Publish\\sf_builds\\$project\\builds\\$codeline\\$buildid";
print "Exec: $copy_cmd\n";
system($copy_cmd);
--- a/sf-package/CompilerCompatibility_props.ant.xml Wed Feb 17 14:08:03 2010 +0000
+++ b/sf-package/CompilerCompatibility_props.ant.xml Thu Feb 18 18:00:42 2010 +0000
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="COMPILERCOMPATIBILITY-PROPS">
- <property name="sf.spec.baseline.location" value="\\bishare\releases\PDK_3.0.f"/>
+ <property name="sf.spec.baseline.location" value="\\v800020\releases\PDK_3.0.f"/>
</project>
--- a/sf-package/package_props.ant.xml Wed Feb 17 14:08:03 2010 +0000
+++ b/sf-package/package_props.ant.xml Thu Feb 18 18:00:42 2010 +0000
@@ -8,7 +8,7 @@
<property name="sf.spec.baseline.enable" value="true"/>
<property name="sf.spec.baseline.select" value="location"/>
- <property name="sf.spec.baseline.location" value="\\bishare\Releases\PDK_2.0.e"/>
+ <property name="sf.spec.baseline.location" value="\\v800020\Releases\PDK_2.0.e"/>
<property name="sf.spec.baseline.getenv_options" value="-i emu -i rnd -i tools -i info"/>
<property name="sf.spec.toolsbaseline.enable" value="false"/>
--- a/sf-package/symbian2_props.ant.xml Wed Feb 17 14:08:03 2010 +0000
+++ b/sf-package/symbian2_props.ant.xml Thu Feb 18 18:00:42 2010 +0000
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="SYMBIAN2-PROPS">
- <property name="sf.spec.baseline.location" value="\\bishare\releases\PDK_2.0.2"/>
+ <property name="sf.spec.baseline.location" value="\\v800020\releases\PDK_2.0.2"/>
</project>
--- a/sf-package/symbian3_props.ant.xml Wed Feb 17 14:08:03 2010 +0000
+++ b/sf-package/symbian3_props.ant.xml Thu Feb 18 18:00:42 2010 +0000
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="SYMBIAN3-PROPS">
- <property name="sf.spec.baseline.location" value="\\bishare\releases\PDK_3.0.f"/>
+ <property name="sf.spec.baseline.location" value="\\v800020\releases\PDK_3.0.f"/>
</project>