Skip to content

Commit 1ce4157

Browse files
committed
1 parent 7f4f192 commit 1ce4157

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ you will see:
1212
```
1313
scalive-1.0/
1414
scalive
15-
scalive.bat
15+
scalive.cmd
1616
scalive-1.0.jar
1717
1818
scala-library-2.10.2.jar
@@ -33,7 +33,7 @@ corresponding JARs and save them as above.
3333

3434
## Usage
3535

36-
Run the shell script `scalive` (*nix) or `scalive.bat` (Windows).
36+
Run the shell script `scalive` (*nix) or `scalive.cmd` (Windows).
3737

3838
To see a list of running JVM processes and their process IDs:
3939

dev/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is the directory that will be zipped when Scalive is released.
2424

2525
zip/
2626
scalive
27-
scalive.bat
27+
scalive.cmd
2828
scalive_2.10-1.0-SNAPSHOT.jar -> ../../target/scala-2.10/scalive_2.10-1.0-SNAPSHOT.jar
2929

3030
scala-library-2.10.2.jar
@@ -51,7 +51,7 @@ released (remember to remove uneccessary files, like .gitignore):
5151

5252
scalive-<version>/
5353
scalive
54-
scalive.bat
54+
scalive.cmd
5555
scalive-<version>.jar <-- Doesn't depend on Scala, thus doesn't follow Scala JAR naming
5656

5757
scala-library-2.10.2.jar
File renamed without changes.

0 commit comments

Comments
 (0)