Skip to content

Commit

Permalink
fixed double examples packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Nov 23, 2011
1 parent 7f4f47b commit 4215fa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/tasks/red_storm.rake
Expand Up @@ -81,9 +81,6 @@ task :jar, [:dir] => [:unpack, :clean_jar] do |t, args|
fileset :dir => TARGET_CLASSES_DIR
fileset :dir => TARGET_DEPENDENCY_UNPACKED_DIR
fileset :dir => TARGET_GEMS_DIR
fileset :dir => RedStorm::REDSTORM_HOME do
include :name => "examples/**/*"
end
fileset :dir => JRUBY_SRC_DIR do
exclude :name => "tasks/**"
end
Expand Down

0 comments on commit 4215fa8

Please sign in to comment.