You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2003/08/27 18:23:40 UTC

cvs commit: jakarta-commons-sandbox/messenger project.xml

jstrachan    2003/08/27 09:23:40

  Modified:    messenger project.xml
  Log:
  used the geronimo distributions of the J2EE specifications so the maven build works
  
  Revision  Changes    Path
  1.16      +5 -5      jakarta-commons-sandbox/messenger/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/messenger/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	6 Jun 2003 11:04:08 -0000	1.15
  +++ project.xml	27 Aug 2003 16:23:40 -0000	1.16
  @@ -96,13 +96,13 @@
       </dependency>
   
       <dependency>
  -      <id>jms</id>
  -      <version>1.0.2b</version>
  +      <id>geronimo-spec+jms</id>
  +      <version>DEV</version>
       </dependency>
   
       <dependency>
  -      <id>jta</id>
  -      <version>1.0.1</version>
  +      <id>geronimo-spec+jta</id>
  +      <version>DEV</version>
       </dependency>
   
       <dependency>
  @@ -147,7 +147,7 @@
   -->    
       <unitTest>
         <includes>
  -        <include>**/DISABLED_Test*.java</include>
  +        <include>**/*Test.java</include>
         </includes>
       </unitTest>