You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/03/10 21:53:18 UTC

cvs commit: maven-components/maven-model/src/main/resources components.xml

jvanzyl     2004/03/10 12:53:18

  Added:       maven-model/src/main/resources components.xml
  Log:
  o using new standard layout for resources. i could probably generate this
    but for now I'll put in the hand written one. Eventually it will be
    generated.
  
  Revision  Changes    Path
  1.1                  maven-components/maven-model/src/main/resources/components.xml
  
  Index: components.xml
  ===================================================================
  <component-set>
    <components>
      <component>
        <role>mavenModelReader</role>
        <implementation>org.apache.maven.model.io.xpp3.MavenModelReader</implementation>
      </component>
      <component>
        <role>mavenModelWriter</role>
        <implementation>org.apache.maven.model.io.xpp3.MavenModelWriter</implementation>
      </component>
    </components>
  </component-set>
  
  
  

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