Ignore:
Timestamp:
Mar 4, 2011, 8:12:24 AM (13 years ago)
Author:
olle
Message:

Refs #744. Proteios SE installation and update bat-files for MS Windows updated to support OpenMS properties file openms.properties:

  1. Proteios SE installation bat-file install-win.bat in misc/install/ updated to create openms.properties file if not existing.
  1. Proteios SE update bat-file update_proteios-win.bat in misc/install/ updated to support OpenMS properties file openms.properties.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/misc/install/update_proteios-win.bat

    r4085 r4153  
    146146:step_1c8
    147147
     148set filename=openms.properties
     149set rel_path="."
     150set next_step=step_1c9
     151goto copy_file_from_tomcat_installation
     152:step_1c9
     153
    148154set filename=log4j.properties
    149155set rel_path="."
    150 set next_step=step_1c9
    151 goto copy_file_from_tomcat_installation
    152 :step_1c9
     156set next_step=step_1c10
     157goto copy_file_from_tomcat_installation
     158:step_1c10
    153159
    154160rem
Note: See TracChangeset for help on using the changeset viewer.