summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/applications/store
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 12:51:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 12:51:45 +0000
commit4a7bf107f2a261f855fe71307652a8959b485758 (patch)
treea79dd36319b7e003cf0f43db0afbaa322588be11 /sca-java-2.x/trunk/samples/applications/store
parent1854405387bfa2009e50c2e65a5d17d7b10dc9a1 (diff)
Add -pom identifier to base-runtime so that its more obvious that you need to have <type>pom</type> in the dependency definition
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/applications/store')
-rw-r--r--sca-java-2.x/trunk/samples/applications/store/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/store/build.xml b/sca-java-2.x/trunk/samples/applications/store/build.xml
index 97ee4bbb16..e28e7c87be 100644
--- a/sca-java-2.x/trunk/samples/applications/store/build.xml
+++ b/sca-java-2.x/trunk/samples/applications/store/build.xml
@@ -21,7 +21,7 @@
<property name="test.class" value="launch.Launch" />
<property name="test.jar" value="sample-store.jar" />
- <import file="${tuscany.home}/features/tuscany-base-runtime/build-path.xml"/>
+ <import file="${tuscany.home}/features/tuscany-base-runtime-pom/build-path.xml"/>
<target name="init">
<mkdir dir="target/classes"/>