jvanzyl     2003/12/03 17:01:19

  Modified:    maven-model/src/java/org/apache/maven/model Model.java
  Log:
  o gump descriptor can be gleaned from the repo information now.
  
  Revision  Changes    Path
  1.9       +1 -24     
maven-components/maven-model/src/java/org/apache/maven/model/Model.java
  
  Index: Model.java
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-model/src/java/org/apache/maven/model/Model.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Model.java        4 Dec 2003 00:58:46 -0000       1.8
  +++ Model.java        4 Dec 2003 01:01:19 -0000       1.9
  @@ -166,9 +166,6 @@
       /** POM to extend. */
       private String pomToExtend;
   
  -    /** Gump repository id. */
  -    private String gumpRepositoryId;
  -
       /** Short description. */
       private String shortDescription;
   
  @@ -367,26 +364,6 @@
       public String getExtend()
       {
           return pomToExtend;
  -    }
  -
  -    /**
  -     * Set the gump repository descriptor.
  -     *
  -     * @param gumpRepositoryId Gump repository id.
  -     */
  -    public void setGumpRepositoryId( String gumpRepositoryId )
  -    {
  -        this.gumpRepositoryId = gumpRepositoryId;
  -    }
  -
  -    /**
  -     * Get the gump repository descriptor.
  -     *
  -     * @return Gump repository id.
  -     */
  -    public String getGumpRepositoryId()
  -    {
  -        return gumpRepositoryId;
       }
   
       /**
  
  
  

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

Reply via email to