Repository: ode Updated Branches: refs/heads/master b13f4c3ef -> 27a3ec105
delete custome Tomcat plugin of buildr Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/12675b2f Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/12675b2f Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/12675b2f Branch: refs/heads/master Commit: 12675b2f5d170439d454e0e318abb29691f8379e Parents: 7dbb3b8 Author: fangzhen <[email protected]> Authored: Fri Jul 18 23:55:54 2014 +0800 Committer: fangzhen <[email protected]> Committed: Fri Jul 18 23:55:54 2014 +0800 ---------------------------------------------------------------------- Rakefile | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/12675b2f/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index a4daa8c..384d98b 100644 --- a/Rakefile +++ b/Rakefile @@ -115,19 +115,6 @@ define "ode" do root.merge(artifact(AXIS2_WAR)).exclude("WEB-INF/*").exclude("META-INF/*") end - task("tomcat-deploy"=>package(:war)) do |task| - tomcat = Buildr::TomcatSa.new(self) - tomcat.deploy - end - task("tomcat-redeploy"=>package(:war)) do |task| - tomcat = Buildr::TomcatSa.new(self) - tomcat.redeploy - end - task("tomcat-undeploy") do |task| - tomcat = Buildr::TomcatSa.new(self) - tomcat.undeploy - end - task("start"=>[package(:war), jetty.use]) do |task| class << task ; attr_accessor :url, :path ; end task.url = "http://localhost:8080/ode"
