Commit a374c1d
authored
fix: do not add
When checking the `MANIFEST.MF` file of the stdlib 3.8.0-RC1, I observed
that we list `Main-Class: scala.util.Properties`
```
Manifest-Version: 1.0
Specification-Title: scala-library-bootstrapped
Specification-Version: 3.8.0-RC1
Specification-Vendor: LAMP/EPFL
Implementation-Title: scala-library-bootstrapped
Implementation-Version: 3.8.0-RC1
Implementation-Vendor: LAMP/EPFL
Implementation-Vendor-Id: org.scala-lang
Implementation-URL: https://scala-lang.org/
Main-Class: scala.util.Properties
```
In this PR, we make sure to not list any `Main-Class` for the stdlib
since it is a library, not an application.scala.util.Properties as the Main-Class in the Manifest (#24540)1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1262 | 1262 | | |
1263 | 1263 | | |
1264 | 1264 | | |
1265 | | - | |
| 1265 | + | |
| 1266 | + | |
1266 | 1267 | | |
1267 | 1268 | | |
1268 | 1269 | | |
| |||
1304 | 1305 | | |
1305 | 1306 | | |
1306 | 1307 | | |
| 1308 | + | |
1307 | 1309 | | |
1308 | 1310 | | |
1309 | 1311 | | |
| |||
1383 | 1385 | | |
1384 | 1386 | | |
1385 | 1387 | | |
| 1388 | + | |
1386 | 1389 | | |
1387 | 1390 | | |
1388 | 1391 | | |
| |||
1427 | 1430 | | |
1428 | 1431 | | |
1429 | 1432 | | |
| 1433 | + | |
1430 | 1434 | | |
1431 | 1435 | | |
1432 | 1436 | | |
| |||
1557 | 1561 | | |
1558 | 1562 | | |
1559 | 1563 | | |
| 1564 | + | |
1560 | 1565 | | |
1561 | 1566 | | |
1562 | 1567 | | |
| |||
1599 | 1604 | | |
1600 | 1605 | | |
1601 | 1606 | | |
| 1607 | + | |
1602 | 1608 | | |
1603 | 1609 | | |
1604 | 1610 | | |
| |||
0 commit comments