summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches
diff options
context:
space:
mode:
authorbdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68>2010-11-08 07:13:05 +0000
committerbdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68>2010-11-08 07:13:05 +0000
commitc62ef69d599c02b467096b831746cbf3ef60fbe5 (patch)
tree29fce928631b6d3dc8e15f85f5b300263cd0f48b /sca-java-2.x/branches
parent7a70aef7362feb8e8a86933853f42258d3b0694c (diff)
Fix up build.xml file for maven-osgi-junit sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/build.xml b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/build.xml
index 41a52737cc..7dbc5c3bd3 100644
--- a/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/build.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/build.xml
@@ -31,7 +31,7 @@
source="1.5"
target="1.5">
<classpath>
- <fileset dir="../../features">
+ <fileset dir="../../../../features">
<include name="tuscany-sca-manifest.jar" />
</fileset>
</classpath>