Re: Traditional 'Branch'

2004-07-15 Thread Stefano Mazzocchi
Adam R. B. Jack wrote:
Nicola wrote;

Stefano Mazzocchi wrote:
...
Ok, what about moving all the code to subversion and just keep the
metadata in CVS? (at least for now)
IIRC that what we had basically agreed was a sensible thing to do for
Python Gump.
+1 from me

Yeah, I think we agree that is the best mid-term solution, I was just (1)
nervous about making an SVN request ('cos of delays in getting the resources
configured/converted) 
I'm not following infra@ anymore so I can't comment on that, but I've 
done the migration of several CVS modules myself and I think the 
conversion of gump would be rather easy and fast. We might want to point 
that out to infra@ when we request it.

(2) hoping to clean out/re-organize now (prior to any
such 1 above).
I would strongly suggest to reconsider that. the ability to move stuff 
around is a *great* way to refactor without loosing any historical 
information.

I guess I could tag the current tree as TRADITONAL, communicate (not sure
how) with any traditional users to use that tag. and then start cleaning out
CVS HEAD whilst infr (or member w/ karma) schedules a CVS to SVN move. The
branch just seems like a nice way to separate traditional out (in case
anybody chose to fix metadata and/or code), i.e. giving more options. Both
ways would cause work for anybody trying to maintain a traditional.
I see no reason to touch the existing CVS module. Just have everything 
migrated over and then start cleaning up, moving things around or 
deleting things.

Believe me, SVN is *sweet* for that.
Don't forget, I'm one of the poor sods who doesn't have a lot of fun w/ SVN
(especially w/ Eclipse 3.0 over a modem). For me CVS is more
reliably/robust/functional. This was also part of my reticence, but I can
get by that -- since I believe in moving w/ the flow of the new (so out w/
the old).
weird, my experience (eclipse 3.0 over dsl) is that svn feels a lot 
faster than CVS.

Big questions (1) folks ok w/ me doing a clean/re-org prior to importing
into SVN? I hope so. (2) do we want to preserver history? [There is a lot of
junk in there from me, in part due to me not being able to fully test
locally.]
I would strongly advocate for a migration first and then cleanup rather 
than the other way around. Remember: one day this could be of historical 
value! never throw away data if you can avoid it!

BTW: I would like to cut down on the number of commits I do that I then have
to follow up with N minor 'fixit' commits. [Heck, reduce embarrassment, as
well as CVS history junk.] The reason  I do these (unintentionally) is I
test Gump from CVS on a remote server, and I can't (network bandwidth over
modem), do anything but unit tests locally. I guess I could figure out a way
to rsync from my local dev area to a remote server to test, then commit, the
sad news is that would be twice the traffic. Any thoughts, or is rsynch it?
my workflow suggestion is:
 1) have infra@ migrate the existing gump CVS over to SVN
 2) do your checkout with svn
 3) do the cleanup (move files around, prune files that shouldn't be 
there, etc...) [doesn't matter if it's not functional, CVS is still in 
place]

 4) then start working on the code. [at that point, people will know 
not to touch stuff in CVS if not the metadata... we can also remove 
everything from that CVS module but the metadata]

comments?
--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: 99% CPU on Brutus going to "nano"

2004-07-15 Thread Adam R. B. Jack
> what's nano, btw?

An editor (or so man pages told me). I assume someone was editing the
config, and somehow this was left stray.

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 99% CPU on Brutus going to "nano"

2004-07-15 Thread Noel J. Bergman
> Could somebody w/ root please zap [nano on brutus] ASAP?

Done.

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 99% CPU on Brutus going to "nano"

2004-07-15 Thread Stefano Mazzocchi
Adam R. B. Jack wrote:
root 19539 1 99 Jul13 ?2-00:31:28 nano
/etc/apache/httpd.conf
Could somebody w/ root please zap that ASAP?
what's nano, btw?
--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


99% CPU on Brutus going to "nano"

2004-07-15 Thread Adam R. B. Jack
root 19539 1 99 Jul13 ?2-00:31:28 nano
/etc/apache/httpd.conf

Could somebody w/ root please zap that ASAP?

regards,

Adam
--
Experience the Unwired Enterprise:
http://www.sybase.com/unwiredenterprise
Try Sybase: http://www.try.sybase.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Traditional 'Branch'

2004-07-15 Thread Adam R. B. Jack
Nicola wrote;

> Stefano Mazzocchi wrote:
> ...
> > Ok, what about moving all the code to subversion and just keep the
> > metadata in CVS? (at least for now)
>
> IIRC that what we had basically agreed was a sensible thing to do for
> Python Gump.
>
> +1 from me

Yeah, I think we agree that is the best mid-term solution, I was just (1)
nervous about making an SVN request ('cos of delays in getting the resources
configured/converted) (2) hoping to clean out/re-organize now (prior to any
such 1 above).

I guess I could tag the current tree as TRADITONAL, communicate (not sure
how) with any traditional users to use that tag. and then start cleaning out
CVS HEAD whilst infr (or member w/ karma) schedules a CVS to SVN move. The
branch just seems like a nice way to separate traditional out (in case
anybody chose to fix metadata and/or code), i.e. giving more options. Both
ways would cause work for anybody trying to maintain a traditional.

Don't forget, I'm one of the poor sods who doesn't have a lot of fun w/ SVN
(especially w/ Eclipse 3.0 over a modem). For me CVS is more
reliably/robust/functional. This was also part of my reticence, but I can
get by that -- since I believe in moving w/ the flow of the new (so out w/
the old).

Big questions (1) folks ok w/ me doing a clean/re-org prior to importing
into SVN? I hope so. (2) do we want to preserver history? [There is a lot of
junk in there from me, in part due to me not being able to fully test
locally.]

BTW: I would like to cut down on the number of commits I do that I then have
to follow up with N minor 'fixit' commits. [Heck, reduce embarrassment, as
well as CVS history junk.] The reason  I do these (unintentionally) is I
test Gump from CVS on a remote server, and I can't (network bandwidth over
modem), do anything but unit tests locally. I guess I could figure out a way
to rsync from my local dev area to a remote server to test, then commit, the
sad news is that would be twice the traffic. Any thoughts, or is rsynch it?

regards,

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Traditional 'Branch'

2004-07-15 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote:
...
Ok, what about moving all the code to subversion and just keep the 
metadata in CVS? (at least for now)
IIRC that what we had basically agreed was a sensible thing to do for 
Python Gump.

+1 from me
--
Nicola Ken Barozzi   [EMAIL PROTECTED]
- verba volant, scripta manent -
   (discussions get forgotten, just code remains)
-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: gump/python/gump/guru stats.py

2004-07-15 Thread ajack
ajack   2004/07/15 09:20:24

  Modified:python/gump/guru stats.py
  Log:
  Python import is a wierd beast. X imports Y, Z imports X, X gets Y.
  Darn annoying when you clean-up X 'cos it doesn't use Y, but Z does...
  
  Revision  ChangesPath
  1.4   +1 -1  gump/python/gump/guru/stats.py
  
  Index: stats.py
  ===
  RCS file: /home/cvs/gump/python/gump/guru/stats.py,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- stats.py  8 Jul 2004 20:33:10 -   1.3
  +++ stats.py  15 Jul 2004 16:20:24 -  1.4
  @@ -28,10 +28,10 @@
   from gump.model.repository import Repository, RepositoryStatistics
   from gump.model.workspace import Workspace, WorkspaceStatistics
   from gump.model.state import *
  +from gump.utils import createOrderedList
   
   from gump.shared.comparator import *
   
  -
   class WorkspaceStatisticsGuru:
   """ Know it all for a workspace... """
   def __init__(self, workspace):
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wiki defacing

2004-07-15 Thread Stephen McConnell
Adam R. B. Jack wrote:
Do we wish to require users to register w/ the Wiki before they deface, err
... I mean contribute? Seems other projects are doing this.
Seeing the same style of contribution over on Avalon (yesterday and 
again today). I would go with requiring registration.
Steve.

--
|---|
| Magic by Merlin   |
| Production by Avalon  |
|   |
| http://avalon.apache.org  |
|---|
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Wiki defacing

2004-07-15 Thread Adam R. B. Jack
Do we wish to require users to register w/ the Wiki before they deface, err
... I mean contribute? Seems other projects are doing this.

regards

Adam
--
Experience the Unwired Enterprise:
http://www.sybase.com/unwiredenterprise
Try Sybase: http://www.try.sybase.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Gump Wiki] Updated: TitleIndex

2004-07-15 Thread general
   Date: 2004-07-15T07:46:14
   Editor: 218.214.49.176 <>
   Wiki: Gump Wiki
   Page: TitleIndex
   URL: http://wiki.apache.org/gump/TitleIndex

   no comment

Change Log:

--
@@ -8,190 +8,3 @@
 
 
 [[TitleIndex]]
-Can anybody translate this?:  
-
--
-[[http://www.gotooa.com 办公自动化]]
-[[http://www.gotooa.com 网上办公]]
-[[http://www.gotooa.com OA]]
-[[http://www.gaokao.net.cn 高考]]
-[[http://www.passion.org.cn gmat]]
-[[http://www.passion.org.cn gmat考试]]
-[[http://www.passion.org.cn gmat培训]]
-[[http://www.sxcoal.com/en/index.asp coal]]
-[[http://www.bj-sd.com 机票]]
-[[http://www.bbell.com 小灵通]]
-[[http://www.gaokao.net.cn 高考]]
-[[http://www.disinfect.cn/cpjs01.htm 二氧化氯]]
-[[http://www.monarch.com.cn 润滑油]]
-[[http://www.bjhsdx.com 条码打印机]]
-[[http://www.pm.tsinghua.edu.cn 项目管理]]
-[[http://211.157.35.153/index.asp 项目管理]]
-[[http://www.168flower.com 鲜花]]
-[[http://www.168flower.com 鲜花店]]
-[[http://www.168flower.com 鲜花速递]]
-[[http://www.8848flower.com china flower]]
-[[http://www.8848flower.com china flowers]]
-[[http://www.jinyibei.com.cn 单片机]]
-[[http://www.glory-vision.com/d_lib/htdocs/index.asp 投影机]]
-[[http://www.glory-vision.com 投影机]]
-[[http://www.glory-vision.com/d_lib/htdocs/touyingji.htm 投影机]]
-[[http://www.cstarcom.com gps]]
-[[http://www.cstarcom.com 卫星定位]]
-[[http://www.sinoart.com.cn/oa.htm OA]]
-[[http://www.ponytest.com 检测中心]] 
-[[http://www.ponytest.com 测试中心]]
-[[http://www.ponytest.com/html_cn/contact.htm 检验中心]]
-[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检测]] 
-[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质化验]] 
-[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检测中心]]
-[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检验中心]] 
-[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检验]] 
-[[http://www.ponytest.com/html_cn/lab_medical.htm 食品检测]]
-[[http://www.ponytest.com/html_cn/lab_environment.htm 
商品检验]]
-[[http://www.ponytest.com 质量检测]] 
-[[http://www.ponytest.com 质量检测中心]]
-[[http://www.ponytest.com 质检中心]] 
-[[http://www.ponytest.com/html_cn/lab_medical.htm 
化学成分检测]]
-[[http://www.ponytest.com/html_cn/lab_medical.htm 
有害物质检测]]
-[[http://www.ponytest.com/html_cn/lab_medical.htm 中药检测]]
-[[http://www.ponytest.com 检验认证]] 
-[[http://www.ponytest.com 检测认证]]
-[[http://www.bjzufang.com 租房]]
-[[http://www.bjzufang.com 北京租房]]
-[[http://www.bjzufang.com/p_gy.php 公寓]]
-[[http://www.bjzufang.com/p_gy.php 北京公寓]]
-[[http://www.bjzufang.com/p_gy.php 求租公寓]]
-[[http://www.bjzufang.com/p_gy.php 别墅]]
-[[http://www.bjzufang.com/p_gy.php 别墅出租]]
-[[http://www.bjzufang.com/p_mz.php 民宅]]
-[[http://www.creativetoys.com.cn 玩具]]
-[[http://www.creativetoys.com.cn 益智玩具]]
-[[http://www.creativetoys.com.cn 授权玩具]]
-[[http://www.creativetoys.com.cn 玩具工厂]]
-[[http://www.creativetoys.com.cn 毛绒玩具]]
-[[http://www.creativetoys.com.cn 塑胶玩具]]
-[[http://creativetoys.com.cn/watch/ch/default.asp 手表]]
-[[http://creativetoys.com.cn/watch/ch/default.asp 礼品表]]
-[[http://creativetoys.com.cn/watch/ch/default.asp 纪念表]]
-[[http://creativetoys.com.cn/watch/ch/default.asp 情侣表]]
-[[http://creativetoys.com.cn/watch/ch/default.asp 石英表]]
-[[http://creativetoys.com.cn/watch/ch/default.asp 时装表]]
-[[http://www.multivision.com.hk/s-index.html 监控]]
-[[http://www.multivision.com.hk/s-index.html 安防]]
-[[http://www.contake.com/english/farm_08.htm trifluoroethanol]]
-[[http://www.dongdao.net 设计]]
-[[http://www.dongdao.net 平面设计]]
-[[http://www.dongdao.net 广告设计]]
-[[http://www.dongdao.net/main04.htm CI设计]]
-[[http://www.dongdao.net/main04.htm VI设计]]
-[[http://www.dongdao.net/main04.htm 标志设计]]
-[[http://www.dongdao.net/main04-02.htm 包装设计]]
-[[http://www.bjkhp.com 商标]]
-[[http://www.bjkhp.com 专利]]
-[[http://www.bjkhp.com/operation.asp 商标代理]]
-[[http://www.bjkhp.com 专利代理]]
-[[http://www.kangxin.com 商标]]
-[[http://www.kangxin.com 专利]]
-[[http://www.kangxin.com 知识产权]]
-[[http://www.tmrr.com 商标]]
-[[http://www.tmrr.com 商标注册]]
-[[http://www.jinyibei.com.cn 单片机]]
-[[http://www.jinyibei.com.cn/chanpin/bcq/vlp-58A.htm 编程器]]
-[[http://www.jinyibei.com.cn/chaxun/arm.htm ARM]]
-[[http://www.cambridge-group.org acca考试]]
-[[http://www.cambridge-group.org acca培训]]
-[[http://www.bjacca.com acca考试]]
-[[http://www.bjacca.com acca培训]]
-[[http://www.fashuo300.com 考研]]
-[[http://www.fashuo300.com 法律硕士]]
-[[http://www.fashuo300.com 法硕]]
-[[http://www.approachina.com 管理咨询]]
-[[http://www.approachina.com 管理咨询公司]]
-[[http://www.creavic.com.cn/ois/usersites/chengwei/index.jsp 
管理咨询]]
-[[http://www.creavic.com.cn/ois/usersites/chengwei/index.jsp 
管理顾问]]
-[[http://www.jzhrb.com.cn 减肥]]
-[[http://www.jzhrb.com.cn 美容]]
-[[http://www.51zhengxing.net 美容]]
-[[http://www.51zhengxing.net 整形]]
-[[http://www.51zhengxing.net 整容]]
-[[http://www.51zhengxing.net/2-zxjf.htm 减肥]]
-[[http://www.51zhengxing.net/2-zxjf.htm 瘦身]]
-[[http://www.51zhengxing.net/2-zxxm.htm 隆胸]]
-[[http://www.51zhengxing.net/2-zxxm.htm 丰胸]]
-[

[Gump Wiki] Updated: TitleIndex

2004-07-15 Thread general
   Date: 2004-07-15T07:27:14
   Editor: 210.82.106.156 <>
   Wiki: Gump Wiki
   Page: TitleIndex
   URL: http://wiki.apache.org/gump/TitleIndex

   no comment

Change Log:

--
@@ -8,3 +8,190 @@
 
 
 [[TitleIndex]]
+Can anybody translate this?:  
+
+-
+[[http://www.gotooa.com 办公自动化]]
+[[http://www.gotooa.com 网上办公]]
+[[http://www.gotooa.com OA]]
+[[http://www.gaokao.net.cn 高考]]
+[[http://www.passion.org.cn gmat]]
+[[http://www.passion.org.cn gmat考试]]
+[[http://www.passion.org.cn gmat培训]]
+[[http://www.sxcoal.com/en/index.asp coal]]
+[[http://www.bj-sd.com 机票]]
+[[http://www.bbell.com 小灵通]]
+[[http://www.gaokao.net.cn 高考]]
+[[http://www.disinfect.cn/cpjs01.htm 二氧化氯]]
+[[http://www.monarch.com.cn 润滑油]]
+[[http://www.bjhsdx.com 条码打印机]]
+[[http://www.pm.tsinghua.edu.cn 项目管理]]
+[[http://211.157.35.153/index.asp 项目管理]]
+[[http://www.168flower.com 鲜花]]
+[[http://www.168flower.com 鲜花店]]
+[[http://www.168flower.com 鲜花速递]]
+[[http://www.8848flower.com china flower]]
+[[http://www.8848flower.com china flowers]]
+[[http://www.jinyibei.com.cn 单片机]]
+[[http://www.glory-vision.com/d_lib/htdocs/index.asp 投影机]]
+[[http://www.glory-vision.com 投影机]]
+[[http://www.glory-vision.com/d_lib/htdocs/touyingji.htm 投影机]]
+[[http://www.cstarcom.com gps]]
+[[http://www.cstarcom.com 卫星定位]]
+[[http://www.sinoart.com.cn/oa.htm OA]]
+[[http://www.ponytest.com 检测中心]] 
+[[http://www.ponytest.com 测试中心]]
+[[http://www.ponytest.com/html_cn/contact.htm 检验中心]]
+[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检测]] 
+[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质化验]] 
+[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检测中心]]
+[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检验中心]] 
+[[http://www.ponytest.com/html_cn/lab_environment.htm 
水质检验]] 
+[[http://www.ponytest.com/html_cn/lab_medical.htm 食品检测]]
+[[http://www.ponytest.com/html_cn/lab_environment.htm 
商品检验]]
+[[http://www.ponytest.com 质量检测]] 
+[[http://www.ponytest.com 质量检测中心]]
+[[http://www.ponytest.com 质检中心]] 
+[[http://www.ponytest.com/html_cn/lab_medical.htm 
化学成分检测]]
+[[http://www.ponytest.com/html_cn/lab_medical.htm 
有害物质检测]]
+[[http://www.ponytest.com/html_cn/lab_medical.htm 中药检测]]
+[[http://www.ponytest.com 检验认证]] 
+[[http://www.ponytest.com 检测认证]]
+[[http://www.bjzufang.com 租房]]
+[[http://www.bjzufang.com 北京租房]]
+[[http://www.bjzufang.com/p_gy.php 公寓]]
+[[http://www.bjzufang.com/p_gy.php 北京公寓]]
+[[http://www.bjzufang.com/p_gy.php 求租公寓]]
+[[http://www.bjzufang.com/p_gy.php 别墅]]
+[[http://www.bjzufang.com/p_gy.php 别墅出租]]
+[[http://www.bjzufang.com/p_mz.php 民宅]]
+[[http://www.creativetoys.com.cn 玩具]]
+[[http://www.creativetoys.com.cn 益智玩具]]
+[[http://www.creativetoys.com.cn 授权玩具]]
+[[http://www.creativetoys.com.cn 玩具工厂]]
+[[http://www.creativetoys.com.cn 毛绒玩具]]
+[[http://www.creativetoys.com.cn 塑胶玩具]]
+[[http://creativetoys.com.cn/watch/ch/default.asp 手表]]
+[[http://creativetoys.com.cn/watch/ch/default.asp 礼品表]]
+[[http://creativetoys.com.cn/watch/ch/default.asp 纪念表]]
+[[http://creativetoys.com.cn/watch/ch/default.asp 情侣表]]
+[[http://creativetoys.com.cn/watch/ch/default.asp 石英表]]
+[[http://creativetoys.com.cn/watch/ch/default.asp 时装表]]
+[[http://www.multivision.com.hk/s-index.html 监控]]
+[[http://www.multivision.com.hk/s-index.html 安防]]
+[[http://www.contake.com/english/farm_08.htm trifluoroethanol]]
+[[http://www.dongdao.net 设计]]
+[[http://www.dongdao.net 平面设计]]
+[[http://www.dongdao.net 广告设计]]
+[[http://www.dongdao.net/main04.htm CI设计]]
+[[http://www.dongdao.net/main04.htm VI设计]]
+[[http://www.dongdao.net/main04.htm 标志设计]]
+[[http://www.dongdao.net/main04-02.htm 包装设计]]
+[[http://www.bjkhp.com 商标]]
+[[http://www.bjkhp.com 专利]]
+[[http://www.bjkhp.com/operation.asp 商标代理]]
+[[http://www.bjkhp.com 专利代理]]
+[[http://www.kangxin.com 商标]]
+[[http://www.kangxin.com 专利]]
+[[http://www.kangxin.com 知识产权]]
+[[http://www.tmrr.com 商标]]
+[[http://www.tmrr.com 商标注册]]
+[[http://www.jinyibei.com.cn 单片机]]
+[[http://www.jinyibei.com.cn/chanpin/bcq/vlp-58A.htm 编程器]]
+[[http://www.jinyibei.com.cn/chaxun/arm.htm ARM]]
+[[http://www.cambridge-group.org acca考试]]
+[[http://www.cambridge-group.org acca培训]]
+[[http://www.bjacca.com acca考试]]
+[[http://www.bjacca.com acca培训]]
+[[http://www.fashuo300.com 考研]]
+[[http://www.fashuo300.com 法律硕士]]
+[[http://www.fashuo300.com 法硕]]
+[[http://www.approachina.com 管理咨询]]
+[[http://www.approachina.com 管理咨询公司]]
+[[http://www.creavic.com.cn/ois/usersites/chengwei/index.jsp 
管理咨询]]
+[[http://www.creavic.com.cn/ois/usersites/chengwei/index.jsp 
管理顾问]]
+[[http://www.jzhrb.com.cn 减肥]]
+[[http://www.jzhrb.com.cn 美容]]
+[[http://www.51zhengxing.net 美容]]
+[[http://www.51zhengxing.net 整形]]
+[[http://www.51zhengxing.net 整容]]
+[[http://www.51zhengxing.net/2-zxjf.htm 减肥]]
+[[http://www.51zhengxing.net/2-zxjf.htm 瘦身]]
+[[http://www.51zhengxing.net/2-zxxm.htm 隆胸]]
+[[http://www.51zhengxing.net/2-zxxm.htm 丰胸]]
+[

cvs commit: gump/project smartfrog.xml

2004-07-15 Thread ajack
ajack   2004/07/15 05:54:20

  Modified:project  smartfrog.xml
  Log:
  1) Fixed notify address (removed the . from end)
  2) Added ant.home
  
  Revision  ChangesPath
  1.19  +13 -8 gump/project/smartfrog.xml
  
  Index: smartfrog.xml
  ===
  RCS file: /home/cvs/gump/project/smartfrog.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- smartfrog.xml 6 May 2004 16:03:40 -   1.18
  +++ smartfrog.xml 15 Jul 2004 12:54:20 -  1.19
  @@ -29,8 +29,9 @@
   org.smartfrog
   
   
  -
  -
  + 
  +   
  + 
   
   

  @@ -44,7 +45,7 @@
   
   
   
  +to="[EMAIL PROTECTED]">
 
   
   
  @@ -53,7 +54,9 @@
 
 
   org.smartfrog.tools.ant
  -
  + 
  +   
  + 
   
   

  @@ -65,7 +68,7 @@
   
   
   
  +to="[EMAIL PROTECTED]">
 
   
 
  @@ -74,6 +77,7 @@
 
   org.smartfrog.tools.ant
   
  + 
  
   
   
  @@ -88,7 +92,7 @@
   
   
   
  +to="[EMAIL PROTECTED]">
 
   
 
  @@ -101,7 +105,8 @@
 -->
 
   org.smartfrog
  -
  +>  
  +   
  
   
   
  @@ -115,7 +120,7 @@
   
   
   
  +to="[EMAIL PROTECTED]">
 
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]