From webbeans-commits at lists.jboss.org Tue Aug 5 21:07:02 2008 Content-Type: multipart/mixed; boundary="===============0612223182945686265==" MIME-Version: 1.0 From: webbeans-commits at lists.jboss.org To: weld-commits at lists.jboss.org Subject: [webbeans-commits] Webbeans SVN: r68 - in ri/trunk: examples and 6 other directories. Date: Tue, 05 Aug 2008 21:07:01 -0400 Message-ID: --===============0612223182945686265== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shane.bryzak(a)jboss.com Date: 2008-08-05 21:07:01 -0400 (Tue, 05 Aug 2008) New Revision: 68 Added: ri/trunk/examples/ ri/trunk/examples/pizzashack/ ri/trunk/examples/pizzashack/resources/ ri/trunk/examples/pizzashack/resources/META-INF/ ri/trunk/examples/pizzashack/resources/WEB-INF/ ri/trunk/examples/pizzashack/src/ ri/trunk/examples/pizzashack/src/main/ ri/trunk/examples/pizzashack/src/main/java/ ri/trunk/examples/pizzashack/view/ ri/trunk/examples/pizzashack/view/home.seam ri/trunk/examples/pizzashack/view/index.html ri/trunk/examples/pizzashack/view/style/ ri/trunk/examples/pizzashack/view/style/header.png ri/trunk/examples/pizzashack/view/style/main.css ri/trunk/examples/pizzashack/view/style/sidebar.png ri/trunk/examples/pizzashack/view/template.xhtml Log: webbeans example = Added: ri/trunk/examples/pizzashack/view/home.seam =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- ri/trunk/examples/pizzashack/view/home.seam (re= v 0) +++ ri/trunk/examples/pizzashack/view/home.seam 2008-08-06 01:07:01 UTC (re= v 68) @@ -0,0 +1,13 @@ + + + + + + A Web Beans example + + + \ No newline at end of file Added: ri/trunk/examples/pizzashack/view/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- ri/trunk/examples/pizzashack/view/index.html (r= ev 0) +++ ri/trunk/examples/pizzashack/view/index.html 2008-08-06 01:07:01 UTC (r= ev 68) @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file Added: ri/trunk/examples/pizzashack/view/style/header.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: ri/trunk/examples/pizzashack/view/style/header.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: ri/trunk/examples/pizzashack/view/style/main.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- ri/trunk/examples/pizzashack/view/style/main.css = (rev 0) +++ ri/trunk/examples/pizzashack/view/style/main.css 2008-08-06 01:07:01 UT= C (rev 68) @@ -0,0 +1,26 @@ +body { + margin: 0px; + background-color: #ffffff; +} + +#header { + background: url(header.png) top left no-repeat; + height: 116px; +} + +#container { + width: 1024px; + background-color: #ffffff; +} + +#sidebar { + background: url(sidebar.png) top left no-repeat; + background-color: #ffffff; + float: left; + width: 150px; + height: 487px; +} + +#content { + +} \ No newline at end of file Added: ri/trunk/examples/pizzashack/view/style/sidebar.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: ri/trunk/examples/pizzashack/view/style/sidebar.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: ri/trunk/examples/pizzashack/view/template.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- ri/trunk/examples/pizzashack/view/template.xhtml = (rev 0) +++ ri/trunk/examples/pizzashack/view/template.xhtml 2008-08-06 01:07:01 UT= C (rev 68) @@ -0,0 +1,35 @@ + + + + + + Pizza Shack + + + + + + = +
+
+ = +
+ +
+ = +
+ = +
+ +
+ = +
+
+ = + + + --===============0612223182945686265==--