kaz         02/03/18 16:39:32

  Modified:    .        build-bootstrap.xml
               src/test/org/apache/maven/project ProjectMapperTest.java
  Log:
  Updated the version numbers so the unit test passes and the bootstrap
  dist target works.
  
  Revision  Changes    Path
  1.46      +1 -1      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build-bootstrap.xml       18 Mar 2002 04:28:31 -0000      1.45
  +++ build-bootstrap.xml       19 Mar 2002 00:39:32 -0000      1.46
  @@ -127,7 +127,7 @@
       <mkdir dir="${maven.home}/install"/>
       
       <copy todir="${maven.home}/install" file="project.xml"/>
  -    <copy tofile="${maven.home}/install/maven.jar" file="target/maven-0.1.jar"/>
  +    <copy tofile="${maven.home}/install/maven.jar" 
file="target/maven-1.0-b2-dev.jar"/>
       <copy todir="${maven.home}/install" file="src/install/build.xml"/>
       
       <copy todir="${maven.home}/install">
  
  
  
  1.2       +1 -1      
jakarta-turbine-maven/src/test/org/apache/maven/project/ProjectMapperTest.java
  
  Index: ProjectMapperTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/test/org/apache/maven/project/ProjectMapperTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProjectMapperTest.java    16 Mar 2002 04:54:21 -0000      1.1
  +++ ProjectMapperTest.java    19 Mar 2002 00:39:32 -0000      1.2
  @@ -46,7 +46,7 @@
               assertEquals("Apache Software Foundation", p.getOrganization());
               assertEquals("http://jakarta.apache.org/turbine/maven/",p.getUrl());
               
assertEquals("http://cvs.apache.org/viewcvs/jakarta-turbine-maven/",p.getCvsWebUrl());
  -            assertEquals("0.1", p.getCurrentVersion());
  +            assertEquals("1.0-b2-dev", p.getCurrentVersion());
               
               // Test Mailing List info
               assertEquals("Turbine User List",
  
  
  

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

Reply via email to