Revision: 294
Author:
joseph.r...@gmail.com
Date: Thu Nov 22 06:09:36 2012
Log: Deleted wiki page RunningExampleApp through web user interface.
http://code.google.com/p/jrugged/source/detail?r=294
Deleted:
/wiki/RunningExampleApp.wiki
=======================================
--- /wiki/RunningExampleApp.wiki Tue Mar 16 09:34:59 2010
+++ /dev/null
@@ -1,12 +0,0 @@
-#summary Steps to get an example app up and running quickly.
-
-*TODO Alert*: These steps need to be updated somewhat, as the examples are
now a sub-project of the mainline codebase. However, the steps are similar
in spirit to what's below.
-
-To run the example app:
-
- * svn checkout
http://jrugged.googlecode.com/svn/branches/jrugged-aspects-plus-examples
- * cd jrugged-aspects-plus-examples
- * mvn install
- * cd jrugged-examples
- * mvn jetty:run
- * Point your browser to localhost:8080/jrugged-examples and start
clicking links.