Updates for the GitHub move

This commit is contained in:
Michael J. Seiferling
2015-11-11 20:16:00 -06:00
parent b71b818793
commit 2e63862493
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ Public Class mgrPath
Private Shared sDBLocation As String = sSettingsRoot & "\gbm.s3db"
Private Shared sIncludeFile As String = sSettingsRoot & "\gbm_include.txt"
Private Shared sExcludeFile As String = sSettingsRoot & "\gbm_exclude.txt"
Private Shared sOfficialImportURL As String = "http://backupmonitor.sourceforge.net/GBM_Official.xml"
Private Shared sOfficialManualURL As String = "http://backupmonitor.sourceforge.net/manual.php"
Private Shared sOfficialUpdatesURL As String = "http://backupmonitor.sourceforge.net/"
Private Shared sOfficialImportURL As String = "http://mikemaximus.github.io/gbm-web/GBM_Official.xml"
Private Shared sOfficialManualURL As String = "http://mikemaximus.github.io/gbm-web/manual.html"
Private Shared sOfficialUpdatesURL As String = "https://github.com/MikeMaximus/gbm/releases"
Private Shared sRemoteDatabaseLocation As String
Private Shared hshCustomVariables As Hashtable
Private Shared oReleaseType As ProcessorArchitecture = AssemblyName.GetAssemblyName(Application.ExecutablePath()).ProcessorArchitecture
+1 -1
View File
@@ -67,7 +67,7 @@ Public Class mgrXML
Dim xFileWriter As XmlTextWriter
Try
xFileWriter = New XmlTextWriter(sLocation, System.Text.Encoding.Unicode)
xFileWriter = New XmlTextWriter(sLocation, System.Text.Encoding.UTF8)
xFileWriter.Formatting = Formatting.Indented
xFileWriter.WriteStartDocument()
xFileWriter.WriteComment("GBM Export: " & Date.Now)