Changeset 2791
- Timestamp:
- 02/21/10 21:35:54
- Files:
-
- trunk/build.xml (modified) (3 diffs)
- trunk/config/bwbuild/jboss/cal.properties (modified) (1 diff)
- trunk/deployment/dumprestore/shellscr/appjars.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r2770 r2791 206 206 build.access,build.davutil, 207 207 build.webdav,build.caldav, 208 build.calendarapi, build.dumprestore,208 build.calendarapi, 209 209 build.caldavTest,build.caldavimpl, 210 210 build.bwtools,build.webapps,build.indexer, 211 build.dumprestore, 211 212 build.testsuite,build.deployutil" 212 213 description="builds the project"> … … 220 221 <target name="clean" depends="init,clean.rpiutil, 221 222 clean.access,clean.davutil, 222 clean.calendarapi, clean.dumprestore,223 clean.calendarapi, 223 224 clean.webdav,clean.caldav,clean.caldavTest, 224 225 clean.caldavimpl, 225 226 clean.bwtools,clean.webapps,clean.indexer, 226 clean.testsuite"227 clean.dumprestore,clean.testsuite" 227 228 description="Remove all generated files."> 228 229 <delete dir="${dist.home}" /> … … 232 233 <target name="quickstart-clean" depends="init,clean.rpiutil, 233 234 clean.access,clean.davutil, 234 clean.calendarapi, clean.dumprestore,235 clean.calendarapi, 235 236 clean.webdav,clean.caldav,clean.caldavTest, 236 237 clean.caldavimpl, 237 238 clean.bwtools,clean.webapps,clean.indexer, 238 clean.testsuite"239 clean.dumprestore,clean.testsuite" 239 240 description="partial clean up for quickstart."> 240 241 <delete dir="${bin.home}" /> trunk/config/bwbuild/jboss/cal.properties
r2787 r2791 18 18 # Define the names of the applications we want to build 19 19 org.bedework.install.app.names=CalAdmin,EventSubmit,Events,Feeder,\ 20 SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test, dumpres,indexer,\20 SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,indexer,dumpres,\ 21 21 sysevlog,iosched,monitor 22 22 trunk/deployment/dumprestore/shellscr/appjars.xml
r2618 r2791 17 17 <getJar lib="${org.bedework.temp.extrajars.dir}" 18 18 libcache="${org.bedework.libcache.dir}" 19 name="bw-indexer" version="3.6" 20 projecthome="${bw.project.home}/projects/indexer" /> 21 22 <getJar lib="${org.bedework.temp.extrajars.dir}" 23 libcache="${org.bedework.libcache.dir}" 19 24 name="bw-dumpres" version="3.6" 20 25 projecthome="${bw.project.home}/projects/dumprestore" />
