You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/04/22 14:04:35 UTC

cvs commit: maven-new/src/test-input project.xml

bwalding    2003/04/22 05:04:35

  Modified:    src/test-input project.xml
  Log:
  The unmarshaller test was failing and it looks like the use of ${package} was probably unintentional.
  If this was supposed to test interpolation, then back my "fix" back out.
  I do think however that the first test should be "check that the dead simple case works" which would tally with
  the change I made.
  
  Revision  Changes    Path
  1.2       +1 -1      maven-new/src/test-input/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/src/test-input/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	15 Apr 2003 01:16:30 -0000	1.1
  +++ project.xml	22 Apr 2003 12:04:35 -0000	1.2
  @@ -7,7 +7,7 @@
     <name>Maven</name>
     <currentVersion>1.0-beta-9</currentVersion>
     <inceptionYear>2001</inceptionYear>
  -  <package>${package}</package>
  +  <package>org.apache.maven</package>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Description</description>
     <shortDescription>shortDescription</shortDescription>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org