You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fm...@apache.org on 2010/08/14 10:36:12 UTC

svn commit: r985446 - in /tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp: index.html js/

Author: fmoga
Date: Sat Aug 14 08:36:12 2010
New Revision: 985446

URL: http://svn.apache.org/viewvc?rev=985446&view=rev
Log:
Updated sample to use tuscany javascript servlet.

Removed:
    tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/js/
Modified:
    tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html

Modified: tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html?rev=985446&r1=985445&r2=985446&view=diff
==============================================================================
--- tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html (original)
+++ tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html Sat Aug 14 08:36:12 2010
@@ -19,9 +19,7 @@
 <html>
 	<head>
 		<title>Apache Tuscany Comet Sample</title>
-		<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
-		<script type="text/javascript" src="js/jquery.atmosphere.js"></script>
-		<script type="text/javascript" src="js/org.apache.tuscany.sca.cometComponentContext.js"></script>
+		<script type="text/javascript" src="org.apache.tuscany.sca.cometComponentContext.js"></script>
 		<script type="text/javascript">
 		$(document).ready(function()
 		{