@@ -33,6 +33,12 @@ The original ASM sources are in an SVN repository, which is mirrored here: https
3333You can use this mirror, your own git-svn mirror, or the original SVN repository to grab the sources of a new ASM version.
3434A 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.
4147Find the previous commit that upgraded ASM and take a look at its commit message.
4248It 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-
5050Re-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