excluded ode-tomee zip from axis2-war distribution
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/b707431b Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/b707431b Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/b707431b Branch: refs/heads/master Commit: b707431b5cfeb47642c915763acafd916ca41131 Parents: 3a731b7 Author: sathwik <[email protected]> Authored: Wed Jun 28 19:29:08 2017 +0530 Committer: sathwik <[email protected]> Committed: Wed Jun 28 19:29:08 2017 +0530 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/b707431b/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index db87806..c998312 100644 --- a/Rakefile +++ b/Rakefile @@ -826,7 +826,7 @@ define "apache-ode" do define "distro" do parent.distro(self, "-war") { |zip| zip.include project("ode:axis2-war").package(:war), :as=>"ode.war" } parent.distro(self, "-jbi") { |zip| zip.include project("ode:jbi").package(:zip) } - parent.distro(self, "-war") { |zip| zip.include project("ode:tomee-server").package(:zip) } + # Preparing third party licenses build do
