Author: echatellier Date: 2014-12-09 13:13:37 +0000 (Tue, 09 Dec 2014) New Revision: 4157 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4157 Log: Fix line return Modified: trunk/src/main/assembly/isisfish.bat Modified: trunk/src/main/assembly/isisfish.bat =================================================================== --- trunk/src/main/assembly/isisfish.bat 2014-12-09 11:27:18 UTC (rev 4156) +++ trunk/src/main/assembly/isisfish.bat 2014-12-09 13:13:37 UTC (rev 4157) @@ -1,8 +1,8 @@ -@echo off - -rem Uncomment following 2 lines to easy configure R for ISIS-Fish -rem SET R_HOME=C:\Program Files\R\R-3.1.0 -rem SET PATH=%PATH%;%R_HOME%\bin\i386 - -echo [Script] Isis starting... -java -Xmx2048M -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 > debug.txt 2>&1 +@echo off + +rem Uncomment following 2 lines to easy configure R for ISIS-Fish +rem SET R_HOME=C:\Program Files\R\R-3.1.0 +rem SET PATH=%PATH%;%R_HOME%\bin\i386 + +echo [Script] Isis starting... +java -Xmx2048M -jar ${project.build.finalName}.${project.packaging} %1 %2 %3 %4 %5 %6 %7 %8 %9 > debug.txt 2>&1 Property changes on: trunk/src/main/assembly/isisfish.bat ___________________________________________________________________ Deleted: svn:eol-style - native