Skip to content

Commit

Permalink
Binaries were not getting jar'ed up properly by maven
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@4966 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger committed Nov 19, 2007
1 parent 98cdb86 commit a43cce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions maven/jruby-complete/pom.xml
Expand Up @@ -212,9 +212,7 @@
<jarjar destfile="${project.build.directory}/${project.build.finalName}.jar">
<fileset dir="${project.build.outputDirectory}">
<include name="META-INF/jruby.home/**/*"/>
<include name="**/*.class"/>
<include name="**/*.properties"/>
<include name="**/*.rb"/>
<include name="**/*"/>
<exclude name="org/jruby/util/ant/**/*.class"/>
</fileset>
<rule pattern="org.objectweb.asm.**" result="jruby.objectweb.asm.@1"/>
Expand Down
4 changes: 1 addition & 3 deletions maven/jruby/pom.xml
Expand Up @@ -155,9 +155,7 @@
</delete>
<jarjar destfile="${project.build.directory}/${project.build.finalName}.jar">
<fileset dir="${project.build.outputDirectory}">
<include name="**/*.class"/>
<include name="**/*.properties"/>
<include name="**/*.rb"/>
<include name="**/*"/>
<exclude name="org/jruby/util/ant/**/*.class"/>
</fileset>
<rule pattern="org.objectweb.asm.**" result="jruby.objectweb.asm.@1"/>
Expand Down

0 comments on commit a43cce4

Please sign in to comment.