From 6d685c8e138af8d18bc71181ec630ccb9a17bdd9 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 6 Apr 2011 22:03:35 +0000 Subject: Tag for 1.6.2-RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089647 13f79535-47bb-0310-9956-ffa450edef68 --- .../photo-gallery/src/main/resources/gallery.html | 135 ++++++++++++++++++++ .../src/main/resources/gallery/boston/dsc00368.jpg | Bin 0 -> 32808 bytes .../src/main/resources/gallery/boston/dsc00369.jpg | Bin 0 -> 35980 bytes .../src/main/resources/gallery/boston/dsc00370.jpg | Bin 0 -> 44614 bytes .../src/main/resources/gallery/boston/dsc00371.jpg | Bin 0 -> 40745 bytes .../src/main/resources/gallery/boston/dsc00373.jpg | Bin 0 -> 76470 bytes .../src/main/resources/gallery/boston/dsc00375.jpg | Bin 0 -> 34834 bytes .../src/main/resources/gallery/boston/dsc00376.jpg | Bin 0 -> 38797 bytes .../src/main/resources/gallery/boston/dsc00377.jpg | Bin 0 -> 35776 bytes .../src/main/resources/gallery/boston/dsc00378.jpg | Bin 0 -> 35248 bytes .../src/main/resources/gallery/boston/dsc00379.jpg | Bin 0 -> 55042 bytes .../src/main/resources/gallery/boston/dsc00380.jpg | Bin 0 -> 55236 bytes .../photo-gallery/src/main/resources/index.gif | Bin 0 -> 564 bytes .../photo-gallery/src/main/resources/index_on.gif | Bin 0 -> 577 bytes .../photo-gallery/src/main/resources/next.gif | Bin 0 -> 535 bytes .../src/main/resources/next_disabled.gif | Bin 0 -> 536 bytes .../photo-gallery/src/main/resources/next_on.gif | Bin 0 -> 542 bytes .../src/main/resources/photo-gallery.composite | 47 +++++++ .../photo-gallery/src/main/resources/prev.gif | Bin 0 -> 534 bytes .../src/main/resources/prev_disabled.gif | Bin 0 -> 536 bytes .../photo-gallery/src/main/resources/prev_on.gif | Bin 0 -> 541 bytes .../src/main/resources/show_slide.gif | Bin 0 -> 533 bytes .../photo-gallery/src/main/resources/space.gif | Bin 0 -> 116 bytes .../photo-gallery/src/main/resources/styles.css | 139 +++++++++++++++++++++ 24 files changed, 321 insertions(+) create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery.html create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00368.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00369.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00370.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00371.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00373.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00375.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00376.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00377.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00378.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00379.jpg create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00380.jpg create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index_on.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_disabled.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_on.gif create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/photo-gallery.composite create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_disabled.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_on.gif create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/show_slide.gif create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/space.gif create mode 100755 sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/styles.css (limited to 'sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources') diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery.html b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery.html new file mode 100644 index 0000000000..864987df12 --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery.html @@ -0,0 +1,135 @@ + + + +Photo Gallery + + + + + + + + + +
+

Apache Tuscany Photo Gallery

+
+
+ + +
+ + + + + +
+ + + + + + + + +
+
+ + + + + +
+ +
+ +
+ + + diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00368.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00368.jpg new file mode 100644 index 0000000000..9437b321e2 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00368.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00369.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00369.jpg new file mode 100644 index 0000000000..07f37ec505 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00369.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00370.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00370.jpg new file mode 100644 index 0000000000..2193784271 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00370.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00371.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00371.jpg new file mode 100644 index 0000000000..1532ee2c1b Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00371.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00373.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00373.jpg new file mode 100644 index 0000000000..17ffd73aec Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00373.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00375.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00375.jpg new file mode 100644 index 0000000000..19e9ec37df Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00375.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00376.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00376.jpg new file mode 100644 index 0000000000..022416dbce Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00376.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00377.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00377.jpg new file mode 100644 index 0000000000..c78a974714 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00377.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00378.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00378.jpg new file mode 100644 index 0000000000..a98070925a Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00378.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00379.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00379.jpg new file mode 100644 index 0000000000..dc83889116 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00379.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00380.jpg b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00380.jpg new file mode 100644 index 0000000000..0e33548135 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/gallery/boston/dsc00380.jpg differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index.gif new file mode 100755 index 0000000000..7599ac7686 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index_on.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index_on.gif new file mode 100755 index 0000000000..153e9879d6 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/index_on.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next.gif new file mode 100755 index 0000000000..002eaf6951 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_disabled.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_disabled.gif new file mode 100755 index 0000000000..38b1298453 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_disabled.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_on.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_on.gif new file mode 100755 index 0000000000..4e5bb3e7ef Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/next_on.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/photo-gallery.composite b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/photo-gallery.composite new file mode 100644 index 0000000000..0bb3c4b4db --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/photo-gallery.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + gallery + boston + + + + + + + + + diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev.gif new file mode 100755 index 0000000000..4eea10f1dc Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_disabled.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_disabled.gif new file mode 100755 index 0000000000..7e35f07076 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_disabled.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_on.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_on.gif new file mode 100755 index 0000000000..3ef9a776bb Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/prev_on.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/show_slide.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/show_slide.gif new file mode 100644 index 0000000000..a5b6a15c2b Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/show_slide.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/space.gif b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/space.gif new file mode 100644 index 0000000000..170fe82b65 Binary files /dev/null and b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/space.gif differ diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/styles.css b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/styles.css new file mode 100755 index 0000000000..f432889821 --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/photo-gallery/src/main/resources/styles.css @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + color: #888888; + background-color: #000000; + margin-top: 0px; +} + +html { + scrollbar-face-color:#444444; + scrollbar-highlight-color:#000000; + scrollbar-3dlight-color:#000000; + scrollbar-darkshadow-color:#000000; + scrollbar-shadow-color:#000000; + scrollbar-arrow-color:#888888; + scrollbar-track-color:#000000; +} + +a:link { + text-decoration: none; + color: #AAAAAA; +} + +a:visited { + text-decoration: none; + color: #AAAAAA; +} + +a:hover { + text-decoration: none; + color: #FFFFFF; +} + +.current { + font-weight: bold; + color: #AAAAAA; + background-color: #666666; +} + +.cthumb { + background-color: #666666; + border: 0px; border-width: 0px; +} + +.thumb { + background-color: #333333; + border: 0px; border-width: 0px; +} + +.image { margin: 0px; border-width: 1px; border: 1px solid;} +a:link .image { border-color: #aaaaaa; color: #aaaaaa;} +a:visited .image { border-color: #666666; color: #666666;} +a:hover .image { border-color: #ffffff; color: #ffffff;} + +.slideImage { border-width: 0px; border: 0px solid; border-color: #ffffff;} +a:link .slideImage { border-color: #ffffff;} +a:visited .slideImage { border-color: #ffffff;} + +.title { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 14px; + font-weight: bold; + color: #000000; +} + +.title a:link { + text-decoration: none; + color: #000000; +} + +.title a:visited { + text-decoration: none; + color: #000000; +} + +.title a:hover { + text-decoration: none; + color: #ffffff; +} + +.infotable { + border: 1px solid #444444; + border-collapse: collapse; +} + +.infotable td { + border: 1px solid #444444; +} + +.infotable table td { + border: 0px; +} + +.dirname { + font-size: 12px; + font-weight: bold; + color: #AAAAAA; +} + +.comment { + color: #CCCCCC; + font-weight: bold; + font-size: 12px; +} + +.smalltxt { + color: #888888; + font-size: 11px; +} + +.xsmalltxt { + color: #888888; + font-size: 9px; +} + +.newlabel { + font-size: 8px; + font-weight: bold; + color: #EEEEEE; + background-color: #558800; +} \ No newline at end of file -- cgit v1.2.3