Repository: ode Updated Branches: refs/heads/master cf24521af -> 53a9a2bb1
commented eclipse.natures property on bpel-scripts as it was creating an empty zip archive, build is failing on jenkins Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/53a9a2bb Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/53a9a2bb Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/53a9a2bb Branch: refs/heads/master Commit: 53a9a2bb107bb09dbed3ad3640c5013c1838a416 Parents: cf24521 Author: sathwik <[email protected]> Authored: Thu Jul 3 19:13:19 2014 +0530 Committer: sathwik <[email protected]> Committed: Thu Jul 3 19:13:19 2014 +0530 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/53a9a2bb/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index b93065f..8bbacd4 100644 --- a/Rakefile +++ b/Rakefile @@ -253,7 +253,7 @@ define "ode" do desc "ODE BPEL Test Script Files" define "bpel-scripts" do - eclipse.natures = :java + #eclipse.natures = :java package :jar end
