Changeset 15973 for branches/2522_RefactorPluginInfrastructure/Installers
- Timestamp:
- 06/28/18 11:13:37 (7 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2522_RefactorPluginInfrastructure/Installers/HiveJanitorServiceInstaller.nsi
r13321 r15973 1 1 /* HeuristicLab 2 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 * 4 4 * This file is part of HeuristicLab. … … 27 27 !define BUILDCONFIGURATION "Debug" 28 28 !define JANITORBUILDPATH "..\HeuristicLab.Services.Hive.JanitorService\3.3\bin\${BUILDCONFIGURATION}" 29 !define VERSION "3.3.1 3"29 !define VERSION "3.3.15" 30 30 31 31 InstallDir $PROGRAMFILES\HeuristicLabHiveJanitorService -
branches/2522_RefactorPluginInfrastructure/Installers/HiveSlaveInstaller.nsi
r13321 r15973 1 1 /* HeuristicLab 2 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 * 4 4 * This file is part of HeuristicLab. … … 27 27 !define BUILDCONFIGURATION "Debug" 28 28 !define SLAVEBUILDPATH "..\HeuristicLab.Clients.Hive.Slave.WindowsService\3.3\bin\${BUILDCONFIGURATION}" 29 !define VERSION "3.3.1 3"29 !define VERSION "3.3.15" 30 30 31 31 InstallDir $PROGRAMFILES\HeuristicLabHiveSlave
Note: See TracChangeset
for help on using the changeset viewer.