summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/async-servlet-sca/src/main/webapp/stock.html
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-07-28 17:09:17 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-07-28 17:09:17 +0000
commit8cb254f0230364886b17b63caffd5ab4a8d77652 (patch)
tree52e9fcea1e4eeed5790693f8c1a0f1f895fc86ef /sca-java-2.x/contrib/samples/async-servlet-sca/src/main/webapp/stock.html
parent8a11488e89b9c86e99f561c67236577dcb5c7929 (diff)
Removed async-servlet-sca sample.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/samples/async-servlet-sca/src/main/webapp/stock.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/sca-java-2.x/contrib/samples/async-servlet-sca/src/main/webapp/stock.html b/sca-java-2.x/contrib/samples/async-servlet-sca/src/main/webapp/stock.html
deleted file mode 100644
index 3910434d33..0000000000
--- a/sca-java-2.x/contrib/samples/async-servlet-sca/src/main/webapp/stock.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
- * 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.
--->
-<html>
-
-<head>
-<title>Apache Tuscany Asynchronous Servlet Sample</title>
-</head>
-
-<body>
-
-<h2>Apache Tuscany Asynchronous Servlet Sample</h2>
-
-<h3>Stock Monitor</h3>
-
-<form action="stock" method="GET">
- <label>Enter the update interval (seconds): </label>
- <input type="text" name="interval" size="2"/>
- <br/>
- <button type="submit">Start monitoring</button>
-</form>
-
-</body>
-</html> \ No newline at end of file