We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34594e0 commit 4c707c6Copy full SHA for 4c707c6
scripts/selectAndPrepareSources
@@ -37,6 +37,7 @@ mkdir -p src/main/java/scala/tools/asm
37
for base in asm asm-util asm-commons asm-tree asm-analysis; do
38
cp -R $base/src/main/java/org/objectweb/asm/* src/main/java/scala/tools/asm/
39
rm -r $base
40
+ git add -A $base
41
done
42
git add src
43
0 commit comments