Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 169cf51

Browse files
committed
Update README.md
1 parent 6ba6a56 commit 169cf51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ The original ASM sources are in an SVN repository, which is mirrored here: https
3333
You can use this mirror, your own git-svn mirror, or the original SVN repository to grab the sources of a new ASM version.
3434
A description how to work with the git-svn clone is here: https://github.com/lrytz/asm/issues/1.
3535

36+
Excluded Files (don't copy):
37+
* `package.html` files
38+
* `org/objectweb/asm/commons`, but keep `CodeSizeEvaluator.java`
39+
* `org/objectweb/asm/optimizer`
40+
* `org/objectweb/asm/xml`
41+
3642
*The below will change once a first is done in the new `scala/scala-asm` repository.*
3743
*In the new repository, it probably makes sense to only squash the "Re-packaging and cosmetic changes".*
3844
*The "actual changes" can then stay in the commit history.*
@@ -41,12 +47,6 @@ Check the commit history of `src/asm`: https://github.com/scala/scala/commits/2.
4147
Find the previous commit that upgraded ASM and take a look at its commit message.
4248
It should be a squashed version of a pull request that shows the precise procedure how the last upgrade was made.
4349

44-
Excluded Files (don't copy):
45-
* `package.html` files
46-
* `org/objectweb/asm/commons`, but keep `CodeSizeEvaluator.java`
47-
* `org/objectweb/asm/optimizer`
48-
* `org/objectweb/asm/xml`
49-
5050
Re-packaging and cosmetic changes:
5151
* convert line endings (there are some `CRLF`)
5252
`find src/asm/scala/tools/asm -name '*.java' | xargs dos2unix`

0 commit comments

Comments
 (0)