summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-06-30 11:13:48 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-06-30 11:13:48 +0000
commite48a541b03281411d1780cd860043ca0499fe198 (patch)
tree1a4f670f3246adcb2d88851a722083ccff56e450 /branches/sca-java-1.x/itest/spring/src/main/resources/location/jar
parent4b8f6c020fd9ad60d55a9644b568a7bd8fa89bfd (diff)
Fixes in 1.x for TUSCANY-3069
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/spring/src/main/resources/location/jar')
-rw-r--r--branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite2
-rw-r--r--branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/spring-context.jarbin0 -> 1471 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite b/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite
index 1f8792e4d8..b0b191801d 100644
--- a/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite
+++ b/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/SpringJarLocation.composite
@@ -32,7 +32,7 @@
</component>
<component name="HelloWorldComponent">
- <implementation.spring location="META-INF/sca/location-jar/spring-context.jar"/>
+ <implementation.spring location="spring-context.jar"/>
<property name="TestProperty">Hello</property>
</component>
diff --git a/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/spring-context.jar b/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/spring-context.jar
new file mode 100644
index 0000000000..d8ee59a610
--- /dev/null
+++ b/branches/sca-java-1.x/itest/spring/src/main/resources/location/jar/spring-context.jar
Binary files differ