@@ -33,6 +33,12 @@ The original ASM sources are in an SVN repository, which is mirrored here: https
33
33
You can use this mirror, your own git-svn mirror, or the original SVN repository to grab the sources of a new ASM version.
34
34
A description how to work with the git-svn clone is here: https://github.com/lrytz/asm/issues/1 .
35
35
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
+
36
42
* The below will change once a first is done in the new ` scala/scala-asm ` repository.*
37
43
* In the new repository, it probably makes sense to only squash the "Re-packaging and cosmetic changes".*
38
44
* 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.
41
47
Find the previous commit that upgraded ASM and take a look at its commit message.
42
48
It should be a squashed version of a pull request that shows the precise procedure how the last upgrade was made.
43
49
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
-
50
50
Re-packaging and cosmetic changes:
51
51
* convert line endings (there are some ` CRLF ` )
52
52
` find src/asm/scala/tools/asm -name '*.java' | xargs dos2unix `
0 commit comments