Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/10 00:20:06 (14 years ago)
Author:
mkommend
Message:

corrected files.txt and CustomPostBuildTemplate (ticket #1000)

Location:
trunk/sources/HeuristicLab/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd

    r3833 r3849  
    1 set target=C:\Program Files\HeuristicLab 3.0
     1set target=C:\Program Files\HeuristicLab 3.3
    22
    3 copy HeuristicLab.exe "%target%"
    4 copy HeuristicLab.Console.exe "%target%"
    5 copy HeuristicLab.exe.config "%target%"
    6 copy HeuristicLab.PluginInfrastructure.dll "%target%"
     3copy "HeuristicLab 3.3.exe" "%target%"
     4copy "HeuristicLab 3.3.exe.config" "%target%"
     5copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%"
    76
    87FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul
  • trunk/sources/HeuristicLab/3.3/Files.txt

    r3842 r3849  
    22; List of project directories and file names separated by ':' that are part of the installation
    33
    4 HeuristicLab.PluginInfrastructure:ICSharpCode.SharpZipLib.dll
    5 HeuristicLab.PluginInfrastructure:ICSharpCode.SharpZipLib License.txt
     4HeuristicLab.PluginInfrastructure\3:3:ICSharpCode.SharpZipLib.dll
     5HeuristicLab.PluginInfrastructure\3:3:ICSharpCode.SharpZipLib License.txt
    66HeuristicLab.Algorithms.EvolutionStrategy\3.3:HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll
    77HeuristicLab.Algorithms.GeneticAlgorithm\3.3:HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll
    88HeuristicLab.Algorithms.LocalSearch\3.3:HeuristicLab.Algorithms.LocalSearch-3.3.dll
    9 HeuristicLab.Algorithms.MultipopulationAlgorithm\3.3:HeuristicLab.Algorithms.MultipopulationAlgorithm-3.3.dll
    109HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3:HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll
    1110HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3:HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll
     
    5958HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll
    6059HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll
    61 HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll
    6260HeuristicLab.Tracing\3.3:HeuristicLab.Tracing-3.3.dll
    6361HeuristicLab.Tracing\3.3:HeuristicLab.log4net.xml
Note: See TracChangeset for help on using the changeset viewer.