Modified:
/wiki/clickspring.wiki
=======================================
--- /wiki/clickspring.wiki Sun May 30 16:45:47 2010
+++ /wiki/clickspring.wiki Sun May 30 16:50:46 2010
@@ -2,10 +2,10 @@
#labels
spring,click,clickspring,click-spring,springclick,spring-click,click-spring-quickstart,click-spring-maven,clickspringmaven,clickspringmavenquickstart
= Setup =
-*Non-maven Users:*
+ * *Non-maven Users:*
Download
[http://code.google.com/p/doubleclick/downloads/detail?name=inject-1.0.jar
inject] and
[http://code.google.com/p/doubleclick/downloads/detail?name=injectspring-1.0.jar
injectspring] and add to your project's class path.
-*Maven Users:*
+ * *Maven Users:*
Add double repository to your project's pom file -
{{{
<repositories>
@@ -29,7 +29,7 @@
</dependency>
}}}
-*Quick Start*
+ * *Quick Start*
If you a [http://maven.apache.org/ maven] user, and starting your project
from scratch, then you can use the *doubleclick*'s quick start archetype to
create your project. Creating the project using the quick start archetype
gives you a with all configuration in place, and ready to run. If you have
maven installed, then just use the command to create your quick start
project -
{{{