Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/10 18:17:16 (14 years ago)
Author:
cneumuel
Message:

migration from 3.2 to 3.3 completed. Hive Server and Client are now executable and as functional as they were in 3.2. (#1096)

Location:
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/CustomPostBuild.cmd

    r4071 r4107  
    11set target=C:\Programme\HeuristicLab 3.3
    22
    3 copy "HeuristicLab 3.3.exe" "%target%"
     3;copy "HeuristicLab 3.3.exe" "%target%"
    44copy "HeuristicLab 3.3.exe.config" "%target%"
    5 copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%"
     5;copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%"
    66
    77FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/Files.txt

    r4091 r4107  
    11; This line is skipped. DO NOT TOUCH THIS line!
    22; List of project directories and file names separated by ':' that are part of the installation
     3
     4HeuristicLab.Calendar\3.3:HeuristicLab.Calendar-3.3.dll
    35
    46HeuristicLab.DataAccess\3.3:HeuristicLab.DataAccess-3.3.dll
     
    79HeuristicLab.Hive.Client.Common\3.3:HeuristicLab.Hive.Client.Common-3.3.dll
    810HeuristicLab.Hive.Client.Communication\3.3:HeuristicLab.Hive.Client.Communication-3.3.dll
    9 HeuristicLab.Hive.Client.Console\3.3:Calendar.DayView.dll
     11; HeuristicLab.Hive.Client.Console\3.3:Calendar.DayView.dll
    1012HeuristicLab.Hive.Client.Console\3.3:HeuristicLab.Hive.Client.Console-3.3.dll
    1113HeuristicLab.Hive.Client.Console\3.3:ZedGraph.dll
     
    1719
    1820HeuristicLab.Hive.Server\3.3:HeuristicLab.Hive.Server-3.3.dll
    19 HeuristicLab.Hive.Server.ADODataAccess\3.3:HeuristicLab.Hive.Server.ADODataAccess-3.3.dll
     21;HeuristicLab.Hive.Server.ADODataAccess\3.3:HeuristicLab.Hive.Server.ADODataAccess-3.3.dll
    2022HeuristicLab.Hive.Server.Console\3.3:HeuristicLab.Hive.Server.Console-3.3.dll
    2123HeuristicLab.Hive.Server.Core\3.3:Authorization\*.xml
     
    3032HeuristicLab.Security.Core\3.3:HeuristicLab.Security.Core-3.3.dll
    3133HeuristicLab.Security.DataAccess\3.3:HeuristicLab.Security.DataAccess-3.3.dll
    32 HeuristicLab.Security.Server\3.3:HeuristicLab.Security.Server-3.3.dll
     34;HeuristicLab.Security.Server\3.3:HeuristicLab.Security.Server-3.3.dll
    3335
    3436;External Libraries
    35 HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:HeuristicLab.SpringNET-1.3.0.dll
    36 HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Common.Logging.dll
    37 HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Spring.Aop.dll
    38 HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Spring.Core.dll
    39 HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Spring.Services.dll
     37;HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:HeuristicLab.SpringNET-1.3.0.dll
     38;HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Common.Logging.dll
     39;HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Spring.Aop.dll
     40;HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Spring.Core.dll
     41;HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0:Spring.Services.dll
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/MergeConfigs.cmd

    r4091 r4107  
    11ConfigMerger "%SolutionDir%HeuristicLab.Hive.Server\3.3\app.config" "HeuristicLab.Hive-3.3.dll.config"
     2ConfigMerger "%SolutionDir%HeuristicLab.Hive.Client.Core\3.3\app.config" "HeuristicLab.Hive-3.3.dll.config"
    23
    34ConfigMerger "HeuristicLab.Hive-3.3.dll.config" "HeuristicLab 3.3.exe.config"
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/Properties/AssemblyInfo.cs

    r4105 r4107  
    5151//      Revision
    5252//
    53 [assembly: AssemblyVersion("3.3.0.4092")]
    54 [assembly: AssemblyFileVersion("3.3.0.4092")]
     53[assembly: AssemblyVersion("3.3.0.4105")]
     54[assembly: AssemblyFileVersion("3.3.0.4105")]
Note: See TracChangeset for help on using the changeset viewer.