diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-02 15:47:29 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-02 15:47:29 +0000 |
commit | b057cc4d3e9f434bea662ca67e864752d553df3a (patch) | |
tree | f2f30617a82e589b0381bcdb4be8e17bc380d0b1 /sandbox | |
parent | 244e26ab6151d12aa93f37b8ebc8360f83391e62 (diff) |
parameterise file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/kgoodson/jagg/src/main/resources/plan.composite | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/kgoodson/jagg/src/main/resources/plan.composite b/sandbox/kgoodson/jagg/src/main/resources/plan.composite index dfc71c6e33..041f6f46cb 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/plan.composite +++ b/sandbox/kgoodson/jagg/src/main/resources/plan.composite @@ -32,9 +32,10 @@ <component name="Plan"> <implementation.java class="services.PlanViewImpl"/> + <property name="planFile">src/main/resources/jiraSideBand.xml</property> <service name="PlanView"> <tuscany:binding.jsonrpc/> - </service> + </service> </component> |