You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2004/10/23 13:05:58 UTC

cvs commit: gump/project ant.xml javagroups.xml jelly-tags.xml jgroups.xml

niclas      2004/10/23 04:05:58

  Modified:    project  ant.xml javagroups.xml jelly-tags.xml jgroups.xml
  Log:
  By changing the beanshell project name, it will be compatible with Maven. (I think).
  
  Revision  Changes    Path
  1.31      +1 -1      gump/project/ant.xml
  
  Index: ant.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ant.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- ant.xml	20 Oct 2004 15:16:07 -0000	1.30
  +++ ant.xml	23 Oct 2004 11:05:58 -0000	1.31
  @@ -140,7 +140,7 @@
       <option project="jakarta-tomcat-4.0" ids="jasper-compiler jasper-runtime"/>
       <option project="xml-commons-which"/>
       <option project="rhino"/>
  -    <option project="beanshell"/>
  +    <option project="bsh"/>
   
       <work nested="build/testcases"/>
       <work nested="src/testcases"/>
  
  
  
  1.17      +1 -1      gump/project/javagroups.xml
  
  Index: javagroups.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/javagroups.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- javagroups.xml	7 Jul 2004 17:16:14 -0000	1.16
  +++ javagroups.xml	23 Oct 2004 11:05:58 -0000	1.17
  @@ -31,7 +31,7 @@
         <property name="build.compiler" value="modern"/>
       </ant>
       <depend project="ant" inherit="runtime"/>
  -    <depend project="beanshell"/>
  +    <depend project="bsh"/>
       <depend project="xml-xerces"/>
       <depend project="junit"/>
       <depend project="jms"/>
  
  
  
  1.69      +1 -1      gump/project/jelly-tags.xml
  
  Index: jelly-tags.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jelly-tags.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- jelly-tags.xml	16 Oct 2004 14:26:10 -0000	1.68
  +++ jelly-tags.xml	23 Oct 2004 11:05:58 -0000	1.69
  @@ -127,7 +127,7 @@
       </ant>
   
       <depend project="commons-jelly" inherit="all"/>
  -    <depend project="beanshell"/>
  +    <depend project="bsh"/>
   
       <depend project="commons-jelly-tags-junit" inherit="runtime"/>
   
  
  
  
  1.3       +1 -1      gump/project/jgroups.xml
  
  Index: jgroups.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jgroups.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jgroups.xml	7 Jul 2004 17:16:14 -0000	1.2
  +++ jgroups.xml	23 Oct 2004 11:05:58 -0000	1.3
  @@ -30,7 +30,7 @@
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
   
  -    <depend project="beanshell"/>
  +    <depend project="bsh"/>
       <depend project="commons-logging"/>
       <depend project="concurrent"/>
       <depend project="jms"/>