Author: rineholt
Date: Tue Oct 31 04:18:46 2006
New Revision: 469460

URL: http://svn.apache.org/viewvc?view=rev&rev=469460
Log:
give a left margin

Added:
    incubator/tuscany/branches/sca-java-M2/samples/css/
    incubator/tuscany/branches/sca-java-M2/samples/css/base.css
Modified:
    
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm

Added: incubator/tuscany/branches/sca-java-M2/samples/css/base.css
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/css/base.css?view=auto&rev=469460
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/css/base.css (added)
+++ incubator/tuscany/branches/sca-java-M2/samples/css/base.css Tue Oct 31 
04:18:46 2006
@@ -0,0 +1,5 @@
+/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
+
+  body { margin: 0px;
+    padding: 3px 0px 5px 20px;
+    }
\ No newline at end of file

Modified: 
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm?view=diff&rev=469460&r1=469459&r2=469460
==============================================================================
--- 
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
 (original)
+++ 
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
 Tue Oct 31 04:18:46 2006
@@ -1,68 +1,25 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
-<head>
-  <meta name="generator" content=
-  "HTML Tidy for Windows (vers 1st July 2004), see www.w3.org">
-  <!-- Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable. Licensed 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. -->
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=us-ascii">
-  <meta http-equiv="Content-Style-Type" content="text/css">
-
-  <title>Tuscany Hello World Async Client Sample</title>
-  <!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
-
-<style type="text/css" media="all">
[EMAIL PROTECTED] url("../../../../css/maven-base.css");
[EMAIL PROTECTED] url("../../../../css/maven-theme.css");
[EMAIL PROTECTED] url("../../../../css/site.css");
-</style>
-  <link rel="stylesheet" href="./css/print.css" type="text/css"
-  media="print">
-</head>
-
-<body>
-  <h2>Tuscany Hello World Async Client Sample</h2>
-
-  <h3>Overview</h3>
-
-  <p>The Tuscany helloworld sample shows using the Tuscany SCA
-  runtime in a J2SE environment &nbsp;loading a component that
-  implements asynchronize web service call.</p>
-
-  <h3>Location</h3>This sample is located &nbsp;in the
-  samples\standalone\helloworldwsclient-async directory.<br>
-  <br>
-
-  <h3>Building</h3>Obtain &nbsp;<a href=
-  "http://java.sun.com/javase/downloads/index.jsp"; target=
-  "_blank">JDK 5.0</a> and <a href=
-  "http://maven.apache.org/download.html"; target="_blank">Maven
-  2.0.4</a> and set up according to their documentation.<br>
-  To build issue :<br>
-  <pre>
-<code>mvn package<br></code>
-</pre>
-
-  <h3>Setup</h3>This sample depends on the <a href=
-  "..%5C..%5Cwebapp%5Chelloworldws-async%5Creadme.htm" target=
-  "_blank">Tuscany Hello World WS sample</a> already running to
-  execute successfully<br>
-  Set up the standalone runtime environment using the
-  following:<br>
-  <pre>
-<code>mvn dependency:unpack <br></code>
-</pre>
-
-  <h3>Running</h3>
-  <pre>
-<code>java -jar target\distribution\bin\launcher.jar 
target\sample-helloworldwsclient-async-1.0-incubator-M2.jar</code>
-</pre><br>
-
-  <h3>Results</h3>
-
-  <p>The sample when run should simply display to the standard
-  output:<br>
-  <code>Hello World</code></p><br>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head>
+<meta name="generator" content="HTML Tidy for Windows (vers 1st July 2004), 
see www.w3.org"><!-- Copyright (c) 2005 The Apache Software Foundation or its 
licensors, as applicable. Licensed 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. -->
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <meta 
http-equiv="Content-Style-Type" content="text/css"><title>Tuscany
+Hello World Async Client Sample</title> <!-- LINK rel="stylesheet" 
href="ait.css" type="text/css" -->
+<link rel="stylesheet" href="../../css/base.css" type="text/css"></head>
+
+
+<body> <h2>Tuscany Hello World Async Client Sample</h2>
+<h3>Overview</h3> <p>The Tuscany helloworld sample
+shows using the Tuscany SCA runtime in a J2SE environment
+&nbsp;loading a component that implements asynchronous web service
+call.</p> <h3>Location</h3>This sample is located
+&nbsp;in the samples\standalone\helloworldwsclient-async directory.<br>
+<br> <h3>Building</h3>Obtain &nbsp;<a 
href="http://java.sun.com/javase/downloads/index.jsp"; target="_blank">JDK 
5.0</a> and <a href="http://maven.apache.org/download.html"; 
target="_blank">Maven
+2.0.4</a> and set up according to their documentation.<br>
+To build issue :<br> <pre><code>mvn package</code>
+</pre> <h3>Setup</h3>This sample depends on the <a 
href="..%5C..%5Cwebapp%5Chelloworldws-async%5Creadme.htm" 
target="_blank">Tuscany Hello World WS sample</a>
+already running to execute successfully<br> Set up the standalone
+runtime environment using the following:<br> <pre><code>mvn dependency:unpack 
</code>
+</pre> <h3>Running</h3> <pre><code>java -jar 
target\distribution\bin\launcher.jar 
target\sample-helloworldwsclient-async-1.0-incubator-M2.jar</code>
+</pre> <h3>Results</h3> <p>The sample when
+run should simply display to the standard output:<br> <code>Hello
+World</code></p>
+</body></html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to