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/02/04 20:09:51 UTC

cvs commit: maven-components/maven-model-xpp3/src/meta-inf components.xml

jvanzyl     2004/02/04 11:09:51

  Modified:    maven-model-xpp3 project.xml
  Added:       maven-model-xpp3/src/meta-inf components.xml
  Log:
  o packing up component descriptor in the JAR so plexus can find it.
  
  Revision  Changes    Path
  1.13      +10 -16    maven-components/maven-model-xpp3/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model-xpp3/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	18 Jan 2004 22:09:16 -0000	1.12
  +++ project.xml	4 Feb 2004 19:09:51 -0000	1.13
  @@ -5,7 +5,7 @@
     <name>Maven XPP3 Model Provider</name>
     <groupId>maven</groupId>
     <id>maven-model-xpp3</id>
  -  <artifactId>maven-model-tools</artifactId>
  +  <artifactId>maven-model-xpp3</artifactId>
     <currentVersion>2.0-SNAPSHOT</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description></description>
  @@ -64,27 +64,15 @@
       <!-- testing -->
   
       <dependency>
  -      <groupId>plexus</groupId>
  -      <artifactId>plexus-utils</artifactId>
  -      <version>1.0-beta-1</version>
  -    </dependency>
  -
  -    <dependency>
         <groupId>xstream</groupId>
         <artifactId>xstream</artifactId>
  -      <version>0.2</version>
  +      <version>0.3</version>
       </dependency>
   
       <dependency>
         <groupId>classworlds</groupId>
         <artifactId>classworlds</artifactId>
  -      <version>1.0</version>
  -    </dependency>
  -
  -    <dependency>
  -      <groupId>commons-graph</groupId>
  -      <artifactId>commons-graph</artifactId>
  -      <version>0.8.1</version>
  +      <version>1.1-SNAPSHOT</version>
       </dependency>
   
     </dependencies>
  @@ -99,13 +87,19 @@
         </includes>
         <resources>
           <resource>
  -          <directory>${basedir}/src/test</directory>
  +          <directory>src/test</directory>
             <includes>
               <include>**/*.xml</include>
             </includes>
           </resource>        
         </resources>
       </unitTest>
  +    <resources>
  +      <resource>
  +        <directory>src/meta-inf</directory>
  +        <targetPath>META-INF/plexus</targetPath>
  +      </resource>
  +    </resources>
     </build>
   
     <reports>
  
  
  
  1.1                  maven-components/maven-model-xpp3/src/meta-inf/components.xml
  
  Index: components.xml
  ===================================================================
  <components>
    <component>
      <role>org.apache.maven.model.ModelUnmarshaller</role>
      <implementation>org.apache.maven.model.DefaultModelUnmarshaller</implementation>
    </component>
    <component>
      <role>org.apache.maven.model.ModelMarshaller</role>
      <implementation>org.apache.maven.model.DefaultModelMarshaller</implementation>
    </component>
  </components>
  
  
  

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