Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/09/18 11:06:00 (6 years ago)
Author:
gkronber
Message:

#2887 updated templates for new repository structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Templates/EmptyAlgorithm/EmptyAlgorithm/Plugin.cs

    r14364 r15745  
    3838  //       |     |..EmptyPlugin
    3939  //       |..trunk
    40   //          |..sources
    41   //             |.. bin
     40  //          |.. bin
    4241
    43   //  (5) Check that the output file has been added to the HL binaries folder (hl/trunk/sources/bin/EmptyPlugin.dll)
    44   //  (6) Start hl/trunk/sources/bin/HeuristicLab.exe and open the "Plugin Manager".
     42  //  (5) Check that the output file has been added to the HL binaries folder (hl/trunk/bin/EmptyPlugin.dll)
     43  //  (6) Start hl/trunk/bin/HeuristicLab.exe and open the "Plugin Manager".
    4544  //      Make sure your EmptyPlugin appears in the list of loaded plugins
    4645  public class Plugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.