root/trunk/deployment/monitor/shellscr/appjars.xml

Revision 3055 (checked in by douglm, 3 years ago)

Move (most) references to versions into the build.properties files.

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     </sequential>
13  </macrodef>
14 </project>
Note: See TracBrowser for help on using the browser.