You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dm...@apache.org on 2002/10/13 06:17:16 UTC

cvs commit: jakarta-commons/jxpath project.xml project.properties

dmitri      2002/10/12 21:17:16

  Modified:    jxpath   project.xml project.properties
  Log:
  Fixed a problem with Maven build
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-commons/jxpath/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	13 Oct 2002 03:01:18 -0000	1.7
  +++ project.xml	13 Oct 2002 04:17:16 -0000	1.8
  @@ -34,8 +34,8 @@
     
     <dependencies>
       <dependency>
  -      <id>xalan</id>
  -      <version>2.1.0</version>
  +      <id>xerces</id>
  +      <version>1.2.3</version>
       </dependency>
       <dependency>
         <id>servletapi</id>
  
  
  
  1.5       +1 -0      jakarta-commons/jxpath/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	25 Jul 2002 16:13:24 -0000	1.4
  +++ project.properties	13 Oct 2002 04:17:16 -0000	1.5
  @@ -18,3 +18,4 @@
   maven.checkstyle.javadoc.scope=protected
   
   maven.test.failure = false
  +maven.junit.fork=true
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>