root/branches/douglm/deployment/scheduler/shellscr/appjars.xml

Revision 2310 (checked in by douglm, 4 years ago)

Redo in/outbox scheduler as a listener on a JMS queue

Create a new deployable module for it.

Change startup to start each separate module as well as the 'infrastructure' components.

Line 
1 <?xml version="1.0"?>
2
3 <!-- ===================================================================
4      Fetch extra jars for this application
5      =================================================================== -->
6 <project name="extraJars" basedir="." default="">
7   <macrodef name="getExtraJars">
8     <sequential>
9       <delete dir="${org.bedework.temp.extrajars.dir}" />
10       <mkdir dir="${org.bedework.temp.extrajars.dir}" />
11
12       <getJar lib="${org.bedework.temp.extrajars.dir}"
13               libcache="${org.bedework.libcache.dir}"
14               name="bw-cdvutil" version="3.6"
15               projecthome="${bw.project.home}/projects/caldav" />
16
17       <getJar lib="${org.bedework.temp.extrajars.dir}"
18               libcache="${org.bedework.libcache.dir}"
19               name="bw-crawler" version="3.6"
20               projecthome="${bw.project.home}/projects/bwcrawler" />
21     </sequential>
22  </macrodef>
23 </project>
Note: See TracBrowser for help on using the browser.