bosszilla-development Mailing List for BossZilla
Status: Pre-Alpha
Brought to you by:
jatsrt
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <ja...@us...> - 2002-08-14 01:40:39
|
Update of /cvsroot/bosszilla/bosszilla/build
In directory usw-pr-cvs1:/tmp/cvs-serv2838
Modified Files:
build.xml
Log Message:
Changed project name to test syncmail
Index: build.xml
===================================================================
RCS file: /cvsroot/bosszilla/bosszilla/build/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 12 Aug 2002 14:03:14 -0000 1.7
--- build.xml 14 Aug 2002 01:40:37 -0000 1.8
***************
*** 1,5 ****
<?xml version="1.0"?>
! <project name="XDoclet Examples" default="main" basedir="..">
<property file="build/build.properties"/>
--- 1,5 ----
<?xml version="1.0"?>
! <project name="BossZilla" default="main" basedir="..">
<property file="build/build.properties"/>
|