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 2003/12/06 20:54:37 UTC

cvs commit: maven-components/maven-model-tools/src/java/org/apache/maven/model DefaultModelMarshaller.java

jvanzyl     2003/12/06 11:54:37

  Modified:    maven-model-tools/src/java/org/apache/maven/model
                        DefaultModelMarshaller.java
  Log:
  o unmarshaller at 100%
  o marshaller at 88%
  
  Revision  Changes    Path
  1.3       +0 -18     maven-components/maven-model-tools/src/java/org/apache/maven/model/DefaultModelMarshaller.java
  
  Index: DefaultModelMarshaller.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model-tools/src/java/org/apache/maven/model/DefaultModelMarshaller.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultModelMarshaller.java	6 Dec 2003 19:14:00 -0000	1.2
  +++ DefaultModelMarshaller.java	6 Dec 2003 19:54:37 -0000	1.3
  @@ -289,9 +289,6 @@
           serializer.endTag( NAMESPACE, "developers" );
       }
   
  -    /**
  -     * Description of the Method
  -     */
       private void marshallRoles( SortedSet roles )
           throws IOException
       {
  @@ -309,9 +306,6 @@
           }
       }
   
  -    /**
  -     * Description of the Method
  -     */
       private void marshallContributors( Model project )
           throws Exception
       {
  @@ -338,9 +332,6 @@
           }
       }
   
  -    /**
  -     * Description of the Method
  -     */
       private void marshallLicenses( Model project )
           throws Exception
       {
  @@ -369,9 +360,6 @@
           }
       }
   
  -    /**
  -     * Description of the Method
  -     */
       private void marshallDependencies( Model project )
           throws Exception
       {
  @@ -408,9 +396,6 @@
           }
       }
   
  -    /**
  -     * Description of the Method
  -     */
       private void marshallBuild( Model project )
           throws Exception
       {
  @@ -480,9 +465,6 @@
           }
       }
   
  -    /**
  -     * Description of the Method
  -     */
       private void marshallResources( List resources )
           throws IOException
       {
  
  
  

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