Skip to content

Instantly share code, notes, and snippets.

@enebo
Created February 18, 2020 17:27
Show Gist options
  • Select an option

  • Save enebo/2970e2b4adebac2e25a338f04be7cd3d to your computer and use it in GitHub Desktop.

Select an option

Save enebo/2970e2b4adebac2e25a338f04be7cd3d to your computer and use it in GitHub Desktop.
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