From d6c22ffc58fc7728500511fc761db5bbb488faf8 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 6 Oct 2009 14:11:29 +0000 Subject: Copy 1.5.1-RC4 tag as 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822281 13f79535-47bb-0310-9956-ffa450edef68 --- .../folderWithJars/Calculator.composite | 49 +++++++++++++++++++++ .../folderWithJars/META-INF/sca-contribution.xml | 23 ++++++++++ .../repository2/folderWithJars/service.jar | Bin 0 -> 2131 bytes .../repository2/folderWithJars/serviceImpl.jar | Bin 0 -> 3641 bytes 4 files changed, 72 insertions(+) create mode 100644 tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/Calculator.composite create mode 100644 tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/META-INF/sca-contribution.xml create mode 100644 tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/service.jar create mode 100644 tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/serviceImpl.jar (limited to 'tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2') diff --git a/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/Calculator.composite b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/Calculator.composite new file mode 100644 index 0000000000..ac88b2ac48 --- /dev/null +++ b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/Calculator.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/META-INF/sca-contribution.xml b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..8b60ae590c --- /dev/null +++ b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/service.jar b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/service.jar new file mode 100644 index 0000000000..7e4a7132a3 Binary files /dev/null and b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/service.jar differ diff --git a/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/serviceImpl.jar b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/serviceImpl.jar new file mode 100644 index 0000000000..0e16e11b0b Binary files /dev/null and b/tags/java/sca/1.5.1/itest/contribution-folder/src/test/resources/repository2/folderWithJars/serviceImpl.jar differ -- cgit v1.2.3