Repository: ode Updated Branches: refs/heads/ode-1.3.x 809803d83 -> 50ec79d24
distro lib folder should only contain :jar packages, nothing else. Fixes ODE-1008. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/50ec79d2 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/50ec79d2 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/50ec79d2 Branch: refs/heads/ode-1.3.x Commit: 50ec79d24a827ca30d28480c27cac3f389a38a4c Parents: 809803d Author: Tammo van Lessen <[email protected]> Authored: Mon Mar 9 22:29:57 2015 +0100 Committer: Tammo van Lessen <[email protected]> Committed: Mon Mar 9 22:29:57 2015 +0100 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/50ec79d2/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index b3be431..7996ef0 100644 --- a/Rakefile +++ b/Rakefile @@ -656,7 +656,7 @@ define "apache-ode" do COMMONS.pool, COMMONS.collections, JAXEN, SAXON, LOG4J, WSDL4J, XALAN, XERCES) project("ode").projects("utils", "tools", "bpel-compiler", "bpel-api", "bpel-obj", "bpel-schemas"). map(&:packages).flatten.each do |pkg| - zip.include(pkg.to_s, :as=>"#{pkg.id}.#{pkg.type}", :path=>"lib") + zip.include(pkg.to_s, :as=>"#{pkg.id}.#{pkg.type}", :path=>"lib") unless ['sources', 'javadoc'].include?(pkg.classifier) end # Including third party licenses
