Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Move the file type detector to where mx can find it.
Browse files Browse the repository at this point in the history
chrisseaton committed Jan 9, 2017
1 parent 81bdd91 commit 8d9818a
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -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' ]
6 changes: 6 additions & 0 deletions truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 8d9818a

Please sign in to comment.