|
Revision 2787
(checked in by douglm, 3 years ago)
|
Rearrange source and build so that the monitor module is built and deployed along with the rest.
Filter the crawler queue or a rebuild will fail due to self generated messages
Add a read-only message count property to the indexer
|
| 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 |
<!-- |
|---|
| 13 |
<getJar lib="${org.bedework.temp.extrajars.dir}" |
|---|
| 14 |
libcache="${org.bedework.libcache.dir}" |
|---|
| 15 |
name="bw-cdvutil" version="3.6" |
|---|
| 16 |
projecthome="${bw.project.home}/projects/caldav" /> |
|---|
| 17 |
|
|---|
| 18 |
--> |
|---|
| 19 |
</sequential> |
|---|
| 20 |
</macrodef> |
|---|
| 21 |
</project> |
|---|