Repository: ode Updated Branches: refs/heads/ode-1.3.x 27300979b -> 9b85b2022
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/fbc0e611 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/fbc0e611 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/fbc0e611 Branch: refs/heads/ode-1.3.x Commit: fbc0e611a9627c07fca5bb6bd0e81de93f5b7d6f Parents: 2730097 Author: sathwik <[email protected]> Authored: Thu Nov 3 14:34:54 2016 +0530 Committer: sathwik <[email protected]> Committed: Thu Nov 3 14:34:54 2016 +0530 ---------------------------------------------------------------------- Rakefile | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/fbc0e611/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 745406b..6e4c2dc 100644 --- a/Rakefile +++ b/Rakefile @@ -814,7 +814,6 @@ 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
