You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by ds...@apache.org on 2013/10/23 20:28:39 UTC

svn commit: r1535100 [3/3] - in /incubator/streams/trunk/streams-web/src/main/webapp: ./ demo/ demo/css/ demo/js/

Modified: incubator/streams/trunk/streams-web/src/main/webapp/demo/js/publisher.js
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-web/src/main/webapp/demo/js/publisher.js?rev=1535100&r1=1535099&r2=1535100&view=diff
==============================================================================
--- incubator/streams/trunk/streams-web/src/main/webapp/demo/js/publisher.js (original)
+++ incubator/streams/trunk/streams-web/src/main/webapp/demo/js/publisher.js Wed Oct 23 18:28:38 2013
@@ -40,4 +40,4 @@ var publisher = publisher || (function()
     };
 
 
-})();
+})();
\ No newline at end of file

Modified: incubator/streams/trunk/streams-web/src/main/webapp/demo/js/subscriber.js
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-web/src/main/webapp/demo/js/subscriber.js?rev=1535100&r1=1535099&r2=1535100&view=diff
==============================================================================
--- incubator/streams/trunk/streams-web/src/main/webapp/demo/js/subscriber.js (original)
+++ incubator/streams/trunk/streams-web/src/main/webapp/demo/js/subscriber.js Wed Oct 23 18:28:38 2013
@@ -37,4 +37,4 @@ var subscriber = subscriber || (function
         getActivities: getActivities
     };
 
-})();
+})();
\ No newline at end of file

Modified: incubator/streams/trunk/streams-web/src/main/webapp/demo/publisher.html
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-web/src/main/webapp/demo/publisher.html?rev=1535100&r1=1535099&r2=1535100&view=diff
==============================================================================
--- incubator/streams/trunk/streams-web/src/main/webapp/demo/publisher.html (original)
+++ incubator/streams/trunk/streams-web/src/main/webapp/demo/publisher.html Wed Oct 23 18:28:38 2013
@@ -71,4 +71,4 @@
       <button type="button" onclick="publisher.postActivity()">Submit Activity JSON</button><br>
       <p id="successMessage"></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: incubator/streams/trunk/streams-web/src/main/webapp/demo/subscriber.html
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-web/src/main/webapp/demo/subscriber.html?rev=1535100&r1=1535099&r2=1535100&view=diff
==============================================================================
--- incubator/streams/trunk/streams-web/src/main/webapp/demo/subscriber.html (original)
+++ incubator/streams/trunk/streams-web/src/main/webapp/demo/subscriber.html Wed Oct 23 18:28:38 2013
@@ -37,4 +37,4 @@
           cols="80"></textarea>
 
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: incubator/streams/trunk/streams-web/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-web/src/main/webapp/index.html?rev=1535100&r1=1535099&r2=1535100&view=diff
==============================================================================
--- incubator/streams/trunk/streams-web/src/main/webapp/index.html (original)
+++ incubator/streams/trunk/streams-web/src/main/webapp/index.html Wed Oct 23 18:28:38 2013
@@ -7,4 +7,4 @@
 <a href="demo/publisher.html">Push here to demo publishing</a>
 <a href="demo/subscriber.html" >Push here to demo subscribing</a>
 </body>
-</html>
+</html>
\ No newline at end of file