Skip to content

Commit

Permalink
Showing 2 changed files with 43 additions and 4 deletions.
11 changes: 7 additions & 4 deletions core/pom.rb
Original file line number Diff line number Diff line change
@@ -265,8 +265,9 @@
execute_goals( 'shade',
:id => 'create lib/jruby.jar',
:phase => 'package',
'relocations' => [ { 'pattern' => 'org.objectweb',
'shadedPattern' => 'org.jruby.org.objectweb' } ],
relocations: [
{pattern: 'org.objectweb', shadedPattern: 'org.jruby.org.objectweb' },
],
'outputFile' => '${jruby.basedir}/lib/jruby.jar',
'transformers' => [ { '@implementation' => 'org.apache.maven.plugins.shade.resource.ManifestResourceTransformer',
'mainClass' => 'org.jruby.Main' } ],
@@ -289,8 +290,10 @@
'me.qmx.jitescript:jitescript',
'org.ow2.asm:*' ]
},
'relocations' => [ { 'pattern' => 'org.objectweb',
'shadedPattern' => 'org.jruby.org.objectweb' } ] )
relocations: [
{pattern: 'org.objectweb', shadedPattern: 'org.jruby.org.objectweb' },
{pattern: 'me.qmx.jitescript', shadedPattern: 'org.jruby.me.qmx.jitescript'},
] )
end
end
end
36 changes: 36 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -679,6 +679,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -713,6 +717,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -747,6 +755,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -781,6 +793,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -815,6 +831,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -849,6 +869,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -883,6 +907,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -917,6 +945,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@@ -951,6 +983,10 @@ DO NOT MODIFIY - GENERATED CODE
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
<relocation>
<pattern>me.qmx.jitescript</pattern>
<shadedPattern>org.jruby.me.qmx.jitescript</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>

0 comments on commit 87d785a

Please sign in to comment.