You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ev...@apache.org on 2004/07/05 13:17:22 UTC

cvs commit: maven-wagon/wagon-api/src/test/java/org/apache/maven/wagon/manager DefaultWagonManagerTest.xml

evenisse    2004/07/05 04:17:22

  Added:       wagon-api/src/test/resources/org/apache/maven/wagon/manager
                        DefaultWagonManagerTest.xml
  Removed:     wagon-api/src/test/java/org/apache/maven/wagon/manager
                        DefaultWagonManagerTest.xml
  Log:
  Move to test/resources for run tests correctly without modified default build part in pom
  
  Revision  Changes    Path
  1.1                  maven-wagon/wagon-api/src/test/resources/org/apache/maven/wagon/manager/DefaultWagonManagerTest.xml
  
  Index: DefaultWagonManagerTest.xml
  ===================================================================
  <plexus>
    <components>
      <component>
        <role>org.apache.maven.wagon.Wagon</role>
        <role-hint>a</role-hint>
        <implementation>org.apache.maven.wagon.manager.WagonA</implementation>
      </component>
      <component>
        <role>org.apache.maven.wagon.Wagon</role>
        <role-hint>b1</role-hint>
        <implementation>org.apache.maven.wagon.manager.WagonB</implementation>
      </component>
       <component>
          <role>org.apache.maven.wagon.Wagon</role>
          <role-hint>b2</role-hint>
          <implementation>org.apache.maven.wagon.manager.WagonB</implementation>
        </component>
      <component>
        <role>org.apache.maven.wagon.Wagon</role>
        <role-hint>c</role-hint>
        <implementation>org.apache.maven.wagon.manager.WagonC</implementation>
      </component>
    </components>
  </plexus>
  
  

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