import bpel-scripts correctly in eclipse.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/46c711e6 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/46c711e6 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/46c711e6 Branch: refs/heads/ode-1.3.6.x Commit: 46c711e641da9f9adffb24ef35f209ae001498f4 Parents: ae56a9d Author: Tammo van Lessen <[email protected]> Authored: Mon Aug 26 00:15:06 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Mon Aug 26 00:15:06 2013 +0200 ---------------------------------------------------------------------- Rakefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/46c711e6/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 55dfb91..8050508 100644 --- a/Rakefile +++ b/Rakefile @@ -253,6 +253,8 @@ define "ode" do desc "ODE BPEL Test Script Files" define "bpel-scripts" do + eclipse.natures = :java + package :jar end
