From 82df55ba981ff028bdf376f333d6e1e2cfee3644 Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 30 Sep 2009 11:14:44 +0000 Subject: Tag for 1.5.1-RC3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820247 13f79535-47bb-0310-9956-ffa450edef68 --- tags/java/sca/1.5.1-RC3/samples/photo-gallery/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tags/java/sca/1.5.1-RC3/samples/photo-gallery/README (limited to 'tags/java/sca/1.5.1-RC3/samples/photo-gallery/README') diff --git a/tags/java/sca/1.5.1-RC3/samples/photo-gallery/README b/tags/java/sca/1.5.1-RC3/samples/photo-gallery/README new file mode 100644 index 0000000000..d32f1d3bd1 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/samples/photo-gallery/README @@ -0,0 +1,20 @@ +Photo-Gallery Sample +====================================== + +This is a sample picture gallery application using Tuscany SCA. + +Building And Running The Sample Using Ant +----------------------------------------- +With the binary distribution the sample can be built using Ant as follows: + +cd photo-gallery +ant compile + +and then, to run: + +ant run + +Once the store application is running use your browser to visit the following +URL: + +http://localhost:8080/gallery/ -- cgit v1.2.3