Skip to content

Commit

Permalink
[Truffle] Move the file type detector to where mx can find it.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jan 9, 2017
1 parent 81bdd91 commit 8d9818a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions truffle/pom.rb
Expand Up @@ -83,6 +83,11 @@
target_path '${project.build.directory}/classes/jruby-truffle'
end

resource do
directory 'src/main/java'
includes 'META-INF/**/*'
end

resource do
directory '${project.basedir}/..'
includes [ 'BSDL', 'COPYING', 'LEGAL', 'LICENSE.RUBY' ]
Expand Down
6 changes: 6 additions & 0 deletions truffle/pom.xml
Expand Up @@ -109,6 +109,12 @@ DO NOT MODIFIY - GENERATED CODE
<include>**/*rb</include>
</includes>
</resource>
<resource>
<directory>src/main/java</directory>
<includes>
<include>META-INF/**/*</include>
</includes>
</resource>
<resource>
<targetPath>${project.build.outputDirectory}/META-INF/</targetPath>
<directory>${project.basedir}/..</directory>
Expand Down

0 comments on commit 8d9818a

Please sign in to comment.