From 38156c29f49c01e9f7e4004eeb8ec79121895f48 Mon Sep 17 00:00:00 2001 From: Pete Royle Date: Wed, 6 May 2015 11:33:25 +1000 Subject: [PATCH] Tell them what it is, *then* tell them how to use it --- readme.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/readme.md b/readme.md index b68471c..3e2d66b 100644 --- a/readme.md +++ b/readme.md @@ -2,31 +2,6 @@ Simplify all of your background code execution using CDI. -## Quick Start - -To use Seam Cron in your Maven project, include the following dependencies in your pom: - - - org.jboss.seam.cron - seam-cron-api - 3.1.0-SNAPSHOT - compile - - - - org.jboss.seam.cron - seam-cron-scheduling-{quartz/queuej/timerservice} - 3.1.0-SNAPSHOT - runtime - - - - org.jboss.seam.cron - seam-cron-asynchronous-{quartz/queuej/threads} - 3.1.0-SNAPSHOT - runtime - - ## Elegant Scheduling. Seam Cron is a CDI portable extension which allows you to @@ -169,6 +144,31 @@ the skillpower to get it done, then please fork this project and submit a pull request. Alternatively submit a feature request or bug report over at JIRA: https://issues.jboss.org/browse/SEAMCRON +## Quick Start + +To use Seam Cron in your Maven project, include the following dependencies in your pom: + + + org.jboss.seam.cron + seam-cron-api + 3.1.0-SNAPSHOT + compile + + + + org.jboss.seam.cron + seam-cron-scheduling-{quartz/queuej/timerservice} + 3.1.0-SNAPSHOT + runtime + + + + org.jboss.seam.cron + seam-cron-asynchronous-{quartz/queuej/threads} + 3.1.0-SNAPSHOT + runtime + + ## Building From Source: ### Prerequisites: