Created
February 18, 2020 17:27
-
-
Save enebo/2970e2b4adebac2e25a338f04be7cd3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/maven/jruby-dist/src/main/assembly/common.xml b/maven/jruby-dist/src/main/assembly/common.xml | |
| index 9ad7764ef0..956553abca 100644 | |
| --- a/maven/jruby-dist/src/main/assembly/common.xml | |
| +++ b/maven/jruby-dist/src/main/assembly/common.xml | |
| @@ -57,6 +57,8 @@ | |
| <include>docs/**/*</include> | |
| <include>tool/nailgun/*</include> | |
| <include>tool/nailgun/**/*.c</include> | |
| + <include>bin/.dev_mode.java_opts</include> | |
| + <include>bin/.jruby.*</include> | |
| </includes> | |
| <excludes> | |
| <exclude>test/**/*</exclude> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment